kukooBlog
look to the master, follow the master, walk with the master, see through the master, become the master.

August 27, 2005

Eclipse icons

Posted @ 10:41 am+8 in Eclipse | Licensed under a Creative Commons License

如果你在开发Eclipse的plug-in或者RCP程序,你一定在为找到一些好的图标(icons)而犯愁。 也许你只是想找到一些icons而已,那么就到Eclipse里面找吧。 CodeHaus上的blogger,bwalding把大多数的Eclipse icon都收集起来了,你可以直接去下载,或者按照他blog中的方式,连接到Eclipse的CVS服务器上,定期的去抓取出来。 bwalding提供的shell脚本如下:

 1#!/bin/sh
 2
 3CVSROOT=:pserver:anonymous@dev.eclipse.org:/home/eclipse
 4export CVSROOT
 5
 6mkdir -p eclipse
 7cd eclipse
 8cvs -q co org.eclipse.debug.ui/icons
 9cvs -q co org.eclipse.pde.ui/icons
10cvs -q co org.eclipse.jdt.ui/icons
11cvs -q co org.eclipse.vcm.ui/icons
12cvs -q co org.eclipse.team.ui/icons
13cvs -q co org.eclipse.ant.ui/icons
14cvs -q co org.eclipse.help.ui/icons
15cvs -q co org.eclipse.ui/icons
16cvs -q co org.eclipse.ui.views/icons
17cvs -q co org.eclipse.ui.console/icons
18cd ..
19rm -f ~/public_html/eclipse-icons.zip
20find eclipse -name *.gif -print | zip ~/public_html/eclipse-icons.zip -@

或者,可以先到bwalding的blog上,看看所有的Eclipse icon是什么样的。

Copyright的问题呢?Eclipse是源代码开发的,而且使用的Eclipse License,类似于比较松散的Apache/BSD的方式,所以,应该没有问题的。

Yourit Technorati cosmos Refresh Technorati

Comments »

The URI to PermaLink of this entry is: http://kukoo.blogsome.com/2005/08/27/eclipse-icons/

The URI to TrackBack this entry is: http://kukoo.blogsome.com/2005/08/27/eclipse-icons/trackback/

No comments yet.

RSS feed for comments on this post.

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>


Get free blog up and running in minutes with Blogsome | Theme designs available here