[Jsmooth-cvs] jsmooth/jsprj jsmoothcmd.jsmooth,1.3,1.4 jsmoothgen.jsmooth,1.3,1.4 prooftest.jsmooth,
Status: Beta
Brought to you by:
reyes
From: <re...@us...> - 2004-03-06 09:22:35
|
Update of /cvsroot/jsmooth/jsmooth/jsprj In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14546/jsprj Modified Files: jsmoothcmd.jsmooth jsmoothgen.jsmooth prooftest.jsmooth Log Message: new debug format update Index: jsmoothcmd.jsmooth =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/jsprj/jsmoothcmd.jsmooth,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** jsmoothcmd.jsmooth 23 Nov 2003 18:59:31 -0000 1.3 --- jsmoothcmd.jsmooth 6 Mar 2004 08:59:47 -0000 1.4 *************** *** 11,19 **** <classPath>..\lib\JimiProClasses.zip</classPath> <classPath>..\lib\dtdparser113.jar</classPath> ! <embeddedJar>true</embeddedJar> <executableName>..\jsmoothcmd.exe</executableName> <iconLocation>..\src\icons\gnome-application-x-jar-bm.gif</iconLocation> <initialMemoryHeap>-1</initialMemoryHeap> - <jarLocation>..\jsmoothgen.jar</jarLocation> <javaProperties> <name>jsmooth.basedir</name> --- 11,19 ---- <classPath>..\lib\JimiProClasses.zip</classPath> <classPath>..\lib\dtdparser113.jar</classPath> ! <classPath>..\lib\jsmoothgen.jar</classPath> ! <embeddedJar>false</embeddedJar> <executableName>..\jsmoothcmd.exe</executableName> <iconLocation>..\src\icons\gnome-application-x-jar-bm.gif</iconLocation> <initialMemoryHeap>-1</initialMemoryHeap> <javaProperties> <name>jsmooth.basedir</name> Index: jsmoothgen.jsmooth =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/jsprj/jsmoothgen.jsmooth,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** jsmoothgen.jsmooth 23 Nov 2003 18:59:31 -0000 1.3 --- jsmoothgen.jsmooth 6 Mar 2004 08:59:47 -0000 1.4 *************** *** 11,14 **** --- 11,15 ---- <classPath>..\lib\dtdparser113.jar</classPath> <classPath>..\lib\jsmoothgen.jar</classPath> + <classPath>..\jsmoothgen.jar</classPath> <embeddedJar>false</embeddedJar> <executableName>..\JSmoothGen.exe</executableName> *************** *** 31,34 **** --- 32,39 ---- <skeletonProperties> <key>SingleProcess</key> + <value>1</value> + </skeletonProperties> + <skeletonProperties> + <key>Debug</key> <value>0</value> </skeletonProperties> Index: prooftest.jsmooth =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/jsprj/prooftest.jsmooth,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** prooftest.jsmooth 22 Sep 2003 20:29:21 -0000 1.1 --- prooftest.jsmooth 6 Mar 2004 08:59:47 -0000 1.2 *************** *** 7,10 **** --- 7,11 ---- <JVMSearchPath>exepath</JVMSearchPath> <JVMSearchPath>jview</JVMSearchPath> + <embeddedJar>true</embeddedJar> <executableName>..\proof-test.exe</executableName> <iconLocation>..\src\icons\stock_web-support.png</iconLocation> *************** *** 15,19 **** <maximumVersion></maximumVersion> <minimumVersion></minimumVersion> ! <skeletonName>Windowed Wrapper (Debug)</skeletonName> <skeletonProperties> <key>Message</key> --- 16,20 ---- <maximumVersion></maximumVersion> <minimumVersion></minimumVersion> ! <skeletonName>Windowed Wrapper</skeletonName> <skeletonProperties> <key>Message</key> *************** *** 22,27 **** </skeletonProperties> <skeletonProperties> ! <key>PressKey</key> <value>0</value> </skeletonProperties> </jsmoothproject> --- 23,36 ---- </skeletonProperties> <skeletonProperties> ! <key>URL</key> ! <value>http://www.java.com</value> ! </skeletonProperties> ! <skeletonProperties> ! <key>SingleProcess</key> <value>0</value> </skeletonProperties> + <skeletonProperties> + <key>Debug</key> + <value>1</value> + </skeletonProperties> </jsmoothproject> |