Update of /cvsroot/rails/18xx
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16580
Modified Files:
rails.sh rails.bat build.xml
Log Message:
bump version to 1.1.1
Index: rails.bat
===================================================================
RCS file: /cvsroot/rails/18xx/rails.bat,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** rails.bat 12 Dec 2009 22:05:20 -0000 1.4
--- rails.bat 20 Dec 2009 22:13:24 -0000 1.5
***************
*** 1,2 ****
! java -jar rails-1.1.0.jar %1
\ No newline at end of file
--- 1,2 ----
! java -jar rails-1.1.1.jar %1
\ No newline at end of file
Index: rails.sh
===================================================================
RCS file: /cvsroot/rails/18xx/rails.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** rails.sh 12 Dec 2009 22:05:20 -0000 1.4
--- rails.sh 20 Dec 2009 22:13:22 -0000 1.5
***************
*** 1,3 ****
#!/bin/bash
! java -jar ./rails-1.1.0.jar $1
--- 1,3 ----
#!/bin/bash
! java -jar ./rails-1.1.1.jar $1
Index: build.xml
===================================================================
RCS file: /cvsroot/rails/18xx/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** build.xml 12 Dec 2009 22:05:20 -0000 1.6
--- build.xml 20 Dec 2009 22:13:24 -0000 1.7
***************
*** 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"/>
--- 10,14 ----
<property name="target" value="1.5"/>
<property name="source" value="1.5"/>
! <property name="version" value="1.1.1"/>
<path id="18xx.classpath">
<pathelement location="classes"/>
|