Update of /cvsroot/jsmooth/jsmooth/skeletons/winservice/sample
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10646/winservice/sample
Modified Files:
sample.props
Log Message:
Winservice DLL instanciation fix
Index: sample.props
===================================================================
RCS file: /cvsroot/jsmooth/jsmooth/skeletons/winservice/sample/sample.props,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sample.props 9 Apr 2007 17:15:50 -0000 1.1
--- sample.props 30 Apr 2007 20:54:32 -0000 1.2
***************
*** 7,13 ****
currentdir=
bundledvm=jre
! skel_Message=Java has not been found on your computer. Do you want to download it?
skel_URL=http://www.java.com
skel_DownloadURL=http://java.sun.com/update/1.5.0/jinstall-1_5_0-windows-i586.cab
javapropertiescount=1
javaproperty_name_0=nom1
--- 7,19 ----
currentdir=
bundledvm=jre
! skel_ServiceName=jsmooth test winservice
! skel_ServiceDisplayName=testing a winservice
! skel_Message=This program needs Java to run.\nPlease download it at http://www.java.com
skel_URL=http://www.java.com
+ skel_Autostart=1
skel_DownloadURL=http://java.sun.com/update/1.5.0/jinstall-1_5_0-windows-i586.cab
+ skel_Logfile=mytest.log
+ skel_Interactive=1
+ skel_Debug=1
javapropertiescount=1
javaproperty_name_0=nom1
|