kukooBlog

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

  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  213 随笔 :: 0 文章 :: 285 评论 :: 0 Trackbacks
如果你在开发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

posted on 2005-08-27 18:34 kukooBlog 阅读(2934) 评论(0)  编辑  收藏 所属分类: Eclipse

只有注册用户登录后才能发表评论。


网站导航: