Update of /cvsroot/jsmooth/jsmooth
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25283
Modified Files:
Changelog build.xml
Log Message:
Index: build.xml
===================================================================
RCS file: /cvsroot/jsmooth/jsmooth/build.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** build.xml 12 Apr 2007 20:01:49 -0000 1.36
--- build.xml 28 Apr 2007 09:07:31 -0000 1.37
***************
*** 4,8 ****
<!-- see the README.txt file for additional information -->
<!-- DO NOT SKIP THIS PART! REALLY! IT WON'T WORK OTHERWISE -->
! <property name="JDKDIR" value="c:\Program Files\Java\jdk1.5.0_06"/>
<property name="RM" value="CMD /C DEL"/>
--- 4,8 ----
<!-- see the README.txt file for additional information -->
<!-- DO NOT SKIP THIS PART! REALLY! IT WON'T WORK OTHERWISE -->
! <property name="JDKDIR" value="c:\Program Files\Java\jdk1.5.0_11"/>
<property name="RM" value="CMD /C DEL"/>
***************
*** 28,36 ****
<property name="DOCBOOKBASE" value="c:\programs\docbook-xsl-1.72.0"/>
! <!-- set here the properties specific the release -->
<property name="VERSION" value="0.9.9-5"/>
! <!-- You should need to modify the properties below -->
<property environment="env"/>
--- 28,36 ----
<property name="DOCBOOKBASE" value="c:\programs\docbook-xsl-1.72.0"/>
! <!-- set here the properties specific to the release -->
<property name="VERSION" value="0.9.9-5"/>
! <!-- You don't need to modify the properties below -->
<property environment="env"/>
Index: Changelog
===================================================================
RCS file: /cvsroot/jsmooth/jsmooth/Changelog,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** Changelog 12 Apr 2007 20:01:49 -0000 1.35
--- Changelog 28 Apr 2007 09:07:31 -0000 1.36
***************
*** 1,4 ****
--- 1,6 ----
0.9.9-5
- Adds new wrapper for windows services
+ - Refactored the Sun JVM launcher, now 3 specialized class are
+ available: JVMBase, SunJVMExe, SunJVMDLL
0.9.9-4 (2007-04-07)
|