[Jsmooth-cvs] jsmooth/sample sample.jsmooth,1.15,1.16
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2007-05-18 21:52:54
|
Update of /cvsroot/jsmooth/jsmooth/sample In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14294/sample Modified Files: sample.jsmooth Log Message: ensure the jni jsmooth jar is always available Index: sample.jsmooth =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/sample/sample.jsmooth,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** sample.jsmooth 18 May 2007 21:35:29 -0000 1.15 --- sample.jsmooth 18 May 2007 21:52:51 -0000 1.16 *************** *** 7,10 **** --- 7,11 ---- <JVMSearchPath>jview</JVMSearchPath> <JVMSearchPath>registry</JVMSearchPath> + <arguments></arguments> <currentDirectory>..\classes</currentDirectory> <embeddedJar>true</embeddedJar> *************** *** 48,51 **** --- 49,53 ---- <skeletonProperties> <key>URL</key> + <value></value> </skeletonProperties> <skeletonProperties> |