Update of /cvsroot/rails/18xx
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv30983
Modified Files:
rails.sh rails.bat build.xml
Log Message:
Bump version strings to 1.3
Index: rails.bat
===================================================================
RCS file: /cvsroot/rails/18xx/rails.bat,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** rails.bat 21 Mar 2010 17:30:05 -0000 1.10
--- rails.bat 31 May 2010 14:02:33 -0000 1.11
***************
*** 1,2 ****
! java -jar rails-1.2.2.jar %1
\ No newline at end of file
--- 1,2 ----
! java -jar rails-1.3.jar %1
\ No newline at end of file
Index: rails.sh
===================================================================
RCS file: /cvsroot/rails/18xx/rails.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** rails.sh 21 Mar 2010 17:30:05 -0000 1.9
--- rails.sh 31 May 2010 14:02:33 -0000 1.10
***************
*** 1,3 ****
#!/bin/bash
! java -jar ./rails-1.2.2.jar $1
\ No newline at end of file
--- 1,3 ----
#!/bin/bash
! java -jar ./rails-1.3.jar $1
\ No newline at end of file
Index: build.xml
===================================================================
RCS file: /cvsroot/rails/18xx/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** build.xml 8 May 2010 22:05:26 -0000 1.19
--- build.xml 31 May 2010 14:02:33 -0000 1.20
***************
*** 10,14 ****
<property name="target" value="1.5"/>
<property name="source" value="1.5"/>
! <property name="version" value="1.2.2"/>
<taskdef name="jarbundler"
classpath="tools/lib/jarbundler-2.1.0.jar"
--- 10,14 ----
<property name="target" value="1.5"/>
<property name="source" value="1.5"/>
! <property name="version" value="1.3"/>
<taskdef name="jarbundler"
classpath="tools/lib/jarbundler-2.1.0.jar"
|