[Jsmooth-cvs] jsmooth/skeletons/consolewrapper description.skel,1.2,1.3 description-debug.skel,1.2,N
Status: Beta
Brought to you by:
reyes
From: <re...@us...> - 2004-03-05 23:17:28
|
Update of /cvsroot/jsmooth/jsmooth/skeletons/consolewrapper In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20552/skeletons/consolewrapper Modified Files: description.skel Removed Files: description-debug.skel description-normal.skel Log Message: skeleton description updated to suit new debug mode Index: description.skel =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/consolewrapper/description.skel,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** description.skel 3 Sep 2003 05:45:13 -0000 1.2 --- description.skel 5 Mar 2004 22:55:10 -0000 1.3 *************** *** 1,71 **** ! <?xml version="1.0" encoding="UTF-8"?> ! <java version="1.4.2" class="java.beans.XMLDecoder"> ! <object class="net.charabia.jsmoothgen.skeleton.SkeletonBean"> ! <void property="description"> ! <string>This skeleton wraps a console application. ! - Output/Error and Input are available - If no Java VM is found, it displays a default message. ! Although it is designed for console application (i.e. launched from the command.com shell prompt), it can launch standard GUI application. In such a case, any output of the java application (from System.out or System.err) is displayed on the a DOS Console. ! </string> ! </void> ! <void property="executableName"> ! <string>consolewrapper.exe</string> ! </void> ! <void property="resourceCategory"> ! <string>JAVA</string> ! </void> ! <void property="resourceJarId"> ! <int>102</int> ! </void> ! <void property="resourcePropsId"> ! <int>103</int> ! </void> ! <void property="shortName"> ! <string>Console Wrapper</string> ! </void> ! <void property="skeletonProperties"> ! <array class="net.charabia.jsmoothgen.skeleton.SkeletonProperty" length="2"> ! <void index="0"> ! <object class="net.charabia.jsmoothgen.skeleton.SkeletonProperty"> ! <void property="description"> ! <string>When no JVM is found in the target computer, the following message is displayed on the console.</string> ! </void> ! <void property="idName"> ! <string>Message</string> ! </void> ! <void property="label"> ! <string>Message</string> ! </void> ! <void property="type"> ! <string>textarea</string> ! </void> ! <void property="value"> ! <string>This program needs Java to run. ! Please download it at http://www.java.com</string> ! </void> ! </object> ! </void> ! <void index="1"> ! <object class="net.charabia.jsmoothgen.skeleton.SkeletonProperty"> ! <void property="description"> ! <string>The wrapper waits a keypress on the console when the application exits.</string> ! </void> ! <void property="idName"> ! <string>PressKey</string> ! </void> ! <void property="label"> ! <string>PressKey</string> ! </void> ! <void property="type"> ! <string>boolean</string> ! </void> ! <void property="value"> ! <string>0</string> ! </void> ! </object> ! </void> ! </array> ! </void> ! </object> ! </java> --- 1,37 ---- ! <?xml version="1.0" encoding="ISO-8859-1"?> ! <jsmoothskeleton> ! <debug>false</debug> ! <description>This skeleton wraps console applications. ! - Standard Input/Output and Error streams are available - If no Java VM is found, it displays a default message. ! Although it is designed for console application (i.e. launched from the command.com shell prompt), it can launch standard GUI application. In such a case, any output of the java application (from System.out or System.err) is displayed in the a DOS Console. ! </description> ! <executableName>consolewrapper.exe</executableName> ! <resourceCategory>JAVA</resourceCategory> ! <resourceJarId>102</resourceJarId> ! <resourcePropsId>103</resourcePropsId> ! <shortName>Console Wrapper</shortName> ! <skeletonProperties> ! <description>When no JVM is found in the target computer, the following message is displayed on the console.</description> ! <idName>Message</idName> ! <label>Message</label> ! <type>textarea</type> ! <value>This program needs Java to run. ! Please download it at http://www.java.com</value> ! </skeletonProperties> ! <skeletonProperties> ! <description>The wrapper waits a keypress on the console when the application exits.</description> ! <idName>PressKey</idName> ! <label>PressKey</label> ! <type>boolean</type> ! <value>0</value> ! </skeletonProperties> ! <skeletonProperties> ! <description>Enable the jsmooth debug traces</description> ! <idName>Debug</idName> ! <label>Debug traces</label> ! <type>boolean</type> ! <value>0</value> ! </skeletonProperties> ! </jsmoothskeleton> --- description-debug.skel DELETED --- --- description-normal.skel DELETED --- |