[Jsmooth-cvs] jsmooth/skeletons/consolewrapper/samplejar sample.props, 1.4, 1.5
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2007-04-28 08:51:08
|
Update of /cvsroot/jsmooth/jsmooth/skeletons/consolewrapper/samplejar In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18709/samplejar Modified Files: sample.props Log Message: Changed the command line arguments for the ResourceManager refactoring Index: sample.props =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/consolewrapper/samplejar/sample.props,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample.props 1 Mar 2007 22:03:19 -0000 1.4 --- sample.props 28 Apr 2007 08:51:05 -0000 1.5 *************** *** 1,5 **** arguments=arg1 arg2 arg3 mainclassname=Sample ! classpath=sample.jar;..\\jsmoothgen.jar jvmsearch=javahome;registry;jrepath;jdkpath;exepath;jview minversion=1.1 --- 1,5 ---- arguments=arg1 arg2 arg3 mainclassname=Sample ! classpath=samplejar/sample.jar jvmsearch=javahome;registry;jrepath;jdkpath;exepath;jview minversion=1.1 |