From: Brett L. <wak...@us...> - 2010-03-18 05:24:49
|
Update of /cvsroot/rails/18xx In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28368 Modified Files: rails.sh rails.bat build.xml Log Message: bump version to 1.2.1 Index: rails.bat =================================================================== RCS file: /cvsroot/rails/18xx/rails.bat,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** rails.bat 14 Mar 2010 19:29:06 -0000 1.8 --- rails.bat 18 Mar 2010 05:24:40 -0000 1.9 *************** *** 1,2 **** ! java -jar rails-1.2.jar %1 \ No newline at end of file --- 1,2 ---- ! java -jar rails-1.2.1.jar %1 \ No newline at end of file Index: rails.sh =================================================================== RCS file: /cvsroot/rails/18xx/rails.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** rails.sh 3 Feb 2010 05:17:44 -0000 1.7 --- rails.sh 18 Mar 2010 05:24:40 -0000 1.8 *************** *** 1,3 **** #!/bin/bash ! java -jar ./rails-1.1.3.jar $1 --- 1,3 ---- #!/bin/bash ! java -jar ./rails-1.2.1.jar $1 \ No newline at end of file Index: build.xml =================================================================== RCS file: /cvsroot/rails/18xx/build.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** build.xml 14 Mar 2010 19:29:06 -0000 1.14 --- build.xml 18 Mar 2010 05:24:40 -0000 1.15 *************** *** 10,14 **** <property name="target" value="1.5"/> <property name="source" value="1.5"/> ! <property name="version" value="1.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.2.1"/> <taskdef name="jarbundler" classpath="tools/lib/jarbundler-2.1.0.jar" |