From: Brett L. <wak...@us...> - 2009-11-22 18:48:57
|
Update of /cvsroot/rails/18xx In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30256 Modified Files: build.xml rails.sh rails.bat .cvsignore Log Message: Update version to 1.0.7-rc3 Index: .cvsignore =================================================================== RCS file: /cvsroot/rails/18xx/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .cvsignore 3 Oct 2009 14:02:28 -0000 1.4 --- .cvsignore 22 Nov 2009 18:48:41 -0000 1.5 *************** *** 20,21 **** --- 20,23 ---- tools rails-?.*.* + jar/* + classes/* Index: rails.bat =================================================================== RCS file: /cvsroot/rails/18xx/rails.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rails.bat 14 Nov 2009 20:21:51 -0000 1.2 --- rails.bat 22 Nov 2009 18:48:41 -0000 1.3 *************** *** 1,2 **** ! java -jar rails-1.0.7-rc2.jar %1 \ No newline at end of file --- 1,2 ---- ! java -jar rails-1.0.7-rc3.jar %1 \ No newline at end of file Index: rails.sh =================================================================== RCS file: /cvsroot/rails/18xx/rails.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rails.sh 14 Nov 2009 20:21:51 -0000 1.2 --- rails.sh 22 Nov 2009 18:48:41 -0000 1.3 *************** *** 1,3 **** #!/bin/bash ! java -jar ./rails-1.0.7-rc2.jar $1 --- 1,3 ---- #!/bin/bash ! java -jar ./rails-1.0.7-rc3.jar $1 Index: build.xml =================================================================== RCS file: /cvsroot/rails/18xx/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.xml 14 Nov 2009 20:21:51 -0000 1.4 --- build.xml 22 Nov 2009 18:48:41 -0000 1.5 *************** *** 10,14 **** <property name="target" value="1.5"/> <property name="source" value="1.5"/> ! <property name="version" value="1.0.7-rc2"/> <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.0.7-rc3"/> <path id="18xx.classpath"> <pathelement location="classes"/> |