From: Brett L. <wak...@us...> - 2009-12-12 22:05:30
|
Update of /cvsroot/rails/18xx In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31317 Modified Files: rails.sh rails.bat build.xml Log Message: bump version to 1.1.0 Index: rails.bat =================================================================== RCS file: /cvsroot/rails/18xx/rails.bat,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** rails.bat 22 Nov 2009 18:48:41 -0000 1.3 --- rails.bat 12 Dec 2009 22:05:20 -0000 1.4 *************** *** 1,2 **** ! java -jar rails-1.0.7-rc3.jar %1 \ No newline at end of file --- 1,2 ---- ! java -jar rails-1.1.0.jar %1 \ No newline at end of file Index: rails.sh =================================================================== RCS file: /cvsroot/rails/18xx/rails.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** rails.sh 22 Nov 2009 18:48:41 -0000 1.3 --- rails.sh 12 Dec 2009 22:05:20 -0000 1.4 *************** *** 1,3 **** #!/bin/bash ! java -jar ./rails-1.0.7-rc3.jar $1 --- 1,3 ---- #!/bin/bash ! java -jar ./rails-1.1.0.jar $1 Index: build.xml =================================================================== RCS file: /cvsroot/rails/18xx/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.xml 22 Nov 2009 18:48:41 -0000 1.5 --- build.xml 12 Dec 2009 22:05:20 -0000 1.6 *************** *** 10,14 **** <property name="target" value="1.5"/> <property name="source" value="1.5"/> ! <property name="version" value="1.0.7-rc3"/> <path id="18xx.classpath"> <pathelement location="classes"/> --- 10,14 ---- <property name="target" value="1.5"/> <property name="source" value="1.5"/> ! <property name="version" value="1.1.0"/> <path id="18xx.classpath"> <pathelement location="classes"/> |