Update of /cvsroot/jcommander/plugins/org.jcommander.ui.app
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15657
Modified Files:
plugin.xml
Log Message:
Fixed the size of the progress bar and the text color of the progress messages while loading JCommander
Index: plugin.xml
===================================================================
RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.app/plugin.xml,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** plugin.xml 28 Mar 2006 17:16:34 -0000 1.94
--- plugin.xml 5 Apr 2006 20:37:38 -0000 1.95
***************
*** 61,64 ****
--- 61,73 ----
name="aboutText"
value="JCommander - The Next Generation File Manager

Version: 0.7.1
Product Home Page: http://jcommander.sourceforge.net/

This product is distributed freely under the Eclipse Public License 1.0.
http://www.opensource.org/licenses/eclipse-1.0.php


The Team

Lead Developers:
- Robert Enyedi (Founder)
- Marius Hanganu (Founder)

Developers:
- Michael Smith
- Michael Borodkin

Graphical Design: Adrian Chromenko


Credits:

JCommander is built on top of the Eclipse Rich Client Platform (RCP).
http://www.eclipse.org/rcp/

This product includes software developed by the Apache Software Foundation.
http://www.apache.org/"/>
+ <property
+ name="startupForegroundColor"
+ value="000000"/>
+ <property
+ name="startupMessageRect"
+ value="5,15,310,20"/>
+ <property
+ name="startupProgressRect"
+ value="5,3,310,10"/>
</product>
</extension>
|