Skip to content

Commit d53c987

Browse files
author
graeme
committed
upgrade to groovy 1.5.4
git-svn-id: https://svn.codehaus.org/grails/trunk@6656 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 4556e04 commit d53c987

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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"/>

bin/startGrails

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ fi
111111
if [ -z "$GROOVY_CONF" ]; then
112112
GROOVY_CONF="$GRAILS_HOME/conf/groovy-starter.conf"
113113
fi
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
117117
if $darwin; then

bin/startGrails.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

111111
if exist "%USERPROFILE%/.groovy/init.bat" call "%USERPROFILE%/.groovy/init.bat"
112112

dependencies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
Binary file not shown.

0 commit comments

Comments
 (0)