[Jsmooth-cvs] jsmooth/skeletons/commonjava MSJViewLauncher.cpp, 1.4, 1.5
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2007-05-18 21:52:54
|
Update of /cvsroot/jsmooth/jsmooth/skeletons/commonjava In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14294/skeletons/commonjava Modified Files: MSJViewLauncher.cpp Log Message: ensure the jni jsmooth jar is always available Index: MSJViewLauncher.cpp =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/commonjava/MSJViewLauncher.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** MSJViewLauncher.cpp 1 Mar 2007 21:56:02 -0000 1.4 --- MSJViewLauncher.cpp 18 May 2007 21:52:51 -0000 1.5 *************** *** 55,58 **** --- 55,59 ---- string cpext = resource.getNormalizedClassPath(); classpath += cpext; + classpath += ";" + resource.saveJnismoothInTempFile(); string classname = resource.getProperty(string(ResourceManager::KEY_MAINCLASSNAME)); |