[Jsmooth-cvs] jsmooth/skeletons/simplewrap description.skel,1.5,1.6 description-debug.skel,1.2,NONE
Status: Beta
Brought to you by:
reyes
From: <re...@us...> - 2004-03-05 23:17:28
|
Update of /cvsroot/jsmooth/jsmooth/skeletons/simplewrap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20552/skeletons/simplewrap 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/simplewrap/description.skel,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** description.skel 18 Sep 2003 05:32:37 -0000 1.5 --- description.skel 5 Mar 2004 22:55:10 -0000 1.6 *************** *** 1,87 **** ! <?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 GUI application. - No console I/O is displayed - If no Java VM is found, it is able to display a configurable URL (typically to a java download page). ! </string> ! </void> ! <void property="executableName"> ! <string>jwrap.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>Windowed Wrapper</string> ! </void> ! <void property="skeletonProperties"> ! <array class="net.charabia.jsmoothgen.skeleton.SkeletonProperty" length="3"> ! <void index="0"> ! <object class="net.charabia.jsmoothgen.skeleton.SkeletonProperty"> ! <void property="description"> ! <string>When no JVM is found in the target computer, the user is prompted with the message defined below. Then, the default browser is launched with the URL defined here.</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>Java has not been found on your computer. Do you want to download it?</string> ! </void> ! </object> ! </void> ! <void index="1"> ! <object class="net.charabia.jsmoothgen.skeleton.SkeletonProperty"> ! <void property="description"> ! <string>If the user selects YES to the message prompted above, the default web browser is launched with this URL.</string> ! </void> ! <void property="idName"> ! <string>URL</string> ! </void> ! <void property="label"> ! <string>URL</string> ! </void> ! <void property="type"> ! <string>string</string> ! </void> ! <void property="value"> ! <string>http://www.java.com</string> ! </void> ! </object> ! </void> ! <void index="2"> ! <object class="net.charabia.jsmoothgen.skeleton.SkeletonProperty"> ! <void property="description"> ! <string>The default behaviour is to launch the java application in a different (detached) process. If you want to force the wrapper to launch the Java application in the same process than the exe, than select this option.</string> ! </void> ! <void property="idName"> ! <string>SingleProcess</string> ! </void> ! <void property="label"> ! <string>Launch java app in the exe process</string> ! </void> ! <void property="type"> ! <string>boolean</string> ! </void> ! <void property="value"> ! <string>0</string> ! </void> ! </object> ! </void> ! </array> ! </void> ! </object> ! </java> --- 1,41 ---- ! <?xml version="1.0" encoding="ISO-8859-1"?> ! <jsmoothskeleton> ! <debug>false</debug> ! <description>This skeleton wraps GUI applications. - No console I/O is displayed - If no Java VM is found, it is able to display a configurable URL (typically to a java download page). ! </description> ! <executableName>jwrap.exe</executableName> ! <resourceCategory>JAVA</resourceCategory> ! <resourceJarId>102</resourceJarId> ! <resourcePropsId>103</resourcePropsId> ! <shortName>Windowed Wrapper</shortName> ! <skeletonProperties> ! <description>When no JVM is found in the target computer, the user is prompted with the message defined below. Then, the default browser is launched with the URL defined here.</description> ! <idName>Message</idName> ! <label>Message</label> ! <type>textarea</type> ! <value>Java has not been found on your computer. Do you want to download it?</value> ! </skeletonProperties> ! <skeletonProperties> ! <description>If the user selects YES to the message prompted above, the default web browser is launched with this URL.</description> ! <idName>URL</idName> ! <label>URL</label> ! <type>string</type> ! <value>http://www.java.com</value> ! </skeletonProperties> ! <skeletonProperties> ! <description>The default behaviour is to launch the java application in a different (detached) process. If you want to force the wrapper to launch the Java application in the same process than the exe, than select this option.</description> ! <idName>SingleProcess</idName> ! <label>Launch java app in the exe process</label> ! <type>boolean</type> ! <value>0</value> ! </skeletonProperties> ! <skeletonProperties> ! <description>Enable the jsmooth debug console.</description> ! <idName>Debug</idName> ! <label>Debug console</label> ! <type>boolean</type> ! <value>0</value> ! </skeletonProperties> ! </jsmoothskeleton> --- description-debug.skel DELETED --- --- description-normal.skel DELETED --- |