[Jsmooth-cvs] jsmooth Changelog, 1.36, 1.37 build.number, 1.34, 1.35 build.xml, 1.37, 1.38
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2007-05-01 19:56:55
|
Update of /cvsroot/jsmooth/jsmooth In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15899 Modified Files: Changelog build.number build.xml Log Message: Index: build.number =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/build.number,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** build.number 30 Apr 2007 21:00:43 -0000 1.34 --- build.number 1 May 2007 19:56:51 -0000 1.35 *************** *** 1,3 **** #Build Number for ANT. Do not edit! ! #Sun Apr 29 22:58:14 CEST 2007 ! build.number=213 --- 1,3 ---- #Build Number for ANT. Do not edit! ! #Tue May 01 21:49:49 CEST 2007 ! build.number=221 Index: build.xml =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/build.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** build.xml 28 Apr 2007 09:07:31 -0000 1.37 --- build.xml 1 May 2007 19:56:51 -0000 1.38 *************** *** 352,355 **** --- 352,360 ---- <param name="target" value="all"/> </antcall> + <antcall target="compileskel"> + <param name="skelname" value="winservice"/> + <param name="skelflags" value="${skelflags}"/> + <param name="target" value="all"/> + </antcall> </target> *************** *** 393,396 **** --- 398,406 ---- <param name="target" value="clean"/> </antcall> + <antcall target="compileskel"> + <param name="skelname" value="winservice"/> + <param name="skelflags" value="${skelflags}"/> + <param name="target" value="clean"/> + </antcall> <delete file="jsmoothgen.exe"/> Index: Changelog =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/Changelog,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** Changelog 28 Apr 2007 09:07:31 -0000 1.36 --- Changelog 1 May 2007 19:56:51 -0000 1.37 *************** *** 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) --- 1,10 ---- ! 0.9.9-5 (2007-05-01) - Adds new wrapper for windows services - Refactored the Sun JVM launcher, now 3 specialized class are available: JVMBase, SunJVMExe, SunJVMDLL + - Added latest 1.5.xx and 1.6.0 releases of the JRE for + autodownload, now defaulting to JRE 1.6.0 (should be better for + Vista end-users). + - Improved some inline help texts (english and french) 0.9.9-4 (2007-04-07) |