[Jsmooth-cvs] jsmooth/skeletons/simplewrap description-normal.skel,1.2,1.3
Status: Beta
Brought to you by:
reyes
From: <re...@us...> - 2004-03-04 22:56:32
|
Update of /cvsroot/jsmooth/jsmooth/skeletons/simplewrap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2308/skeletons/simplewrap Modified Files: description-normal.skel Log Message: added option to enable or disable the debug console at runtime Index: description-normal.skel =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/simplewrap/description-normal.skel,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** description-normal.skel 17 Nov 2003 19:15:50 -0000 1.2 --- description-normal.skel 4 Mar 2004 22:35:01 -0000 1.3 *************** *** 1,4 **** --- 1,5 ---- <?xml version="1.0" encoding="ISO-8859-1"?> <jsmoothskeleton> + <debug>false</debug> <description>This skeleton wraps GUI applications. - No console I/O is displayed *************** *** 31,33 **** --- 32,41 ---- <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> |