File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 <classpathentry kind =" lib" path =" lib/ehcache-1.2.4.jar" />
3636 <classpathentry kind =" lib" path =" lib/ejb3-persistence.jar" />
3737 <classpathentry kind =" lib" path =" lib/gant-1.1.0_groovy-1.5.2.jar" />
38- <classpathentry kind =" lib" path =" lib/groovy-all-1.5.3 .jar" />
38+ <classpathentry kind =" lib" path =" lib/groovy-all-1.5.4 .jar" />
3939 <classpathentry kind =" lib" path =" lib/hibernate-annotations.jar" />
4040 <classpathentry kind =" lib" path =" lib/hsqldb-1.8.0.5.jar" />
4141 <classpathentry kind =" lib" path =" lib/jasper-compiler-5.5.15.jar" />
Original file line number Diff line number Diff line change 111111if [ -z "$GROOVY_CONF" ]; then
112112 GROOVY_CONF="$GRAILS_HOME/conf/groovy-starter.conf"
113113fi
114- STARTER_CLASSPATH="$GRAILS_HOME/lib/groovy-all-1.5.3 .jar:$GRAILS_HOME/dist/grails-cli-1.0-final-SNAPSHOT.jar"
114+ STARTER_CLASSPATH="$GRAILS_HOME/lib/groovy-all-1.5.4 .jar:$GRAILS_HOME/dist/grails-cli-1.0-final-SNAPSHOT.jar"
115115
116116# Allow access to Cocoa classes on OS X
117117if $darwin; then
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ set CMD_LINE_ARGS=%$
106106
107107:execute
108108@ rem Setup the command line
109- set STARTER_CLASSPATH = %GRAILS_HOME% \lib\groovy-all-1.5.3 .jar;%GRAILS_HOME% \dist\grails-cli-1.0-final-SNAPSHOT.jar
109+ set STARTER_CLASSPATH = %GRAILS_HOME% \lib\groovy-all-1.5.4 .jar;%GRAILS_HOME% \dist\grails-cli-1.0-final-SNAPSHOT.jar
110110
111111if exist " %USERPROFILE% /.groovy/init.bat" call " %USERPROFILE% /.groovy/init.bat"
112112
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ The following libraries are included in Grails because they are required either
8383- Gant 1.1 (http://groovy.codehaus.org/Gant)
8484- required for the command line tools (Gant)
8585
86- * groovy-all-1.5.3 .jar
87- - Groovy 1.5.3 (http://groovy.codehaus.org)
86+ * groovy-all-1.5.4 .jar
87+ - Groovy 1.5.4 (http://groovy.codehaus.org)
8888- required for the command line tools (Gant)
8989- required for building Grails core
9090- required for running Grails applications
You can’t perform that action at this time.
0 commit comments