Skip to content

Commit d4e7215

Browse files
committed
upgrade to Grails 1.1 RC1
1 parent a6e40c7 commit d4e7215

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

application.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#utf-8
2-
#Tue Feb 10 21:54:02 CST 2009
2+
#Sun Feb 22 01:05:17 CST 2009
33
app.version=0.1
44
app.servlet.version=2.4
5-
app.grails.version=1.1-beta3
65
plugins.code-coverage=1.1.3
7-
plugins.hibernate=1.1-beta3
6+
app.grails.version=1.1-RC1
7+
plugins.hibernate=1.1-RC1
88
app.name=grain

grain.launch

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
1010
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
1111
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;runtimeClasspathEntry containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER&quot; javaProject=&quot;grain&quot; path=&quot;1&quot; type=&quot;4&quot;/&gt;&#10;"/>
12-
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;runtimeClasspathEntry containerPath=&quot;GRAILS_HOME/dist/grails-bootstrap-1.1-beta3.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#10;"/>
13-
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;runtimeClasspathEntry containerPath=&quot;GRAILS_HOME/lib/groovy-all-1.6-RC-2.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#10;"/>
12+
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;runtimeClasspathEntry containerPath=&quot;GRAILS_HOME/dist/grails-bootstrap-1.1-RC1.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#10;"/>
13+
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;runtimeClasspathEntry containerPath=&quot;GRAILS_HOME/lib/groovy-all-1.6.0.jar&quot; path=&quot;3&quot; type=&quot;3&quot;/&gt;&#10;"/>
1414
</listAttribute>
1515
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
1616
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="grails.util.GrailsMain"/>
1717
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="grain"/>
18-
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dbase.dir=${project_loc} -Dserver.port=8080 -Dgrails.env=development"/>
18+
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dbase.dir=&quot;${project_loc:grain}&quot; -Dserver.port=8080 -Dgrails.env=development"/>
1919
</launchConfiguration>

ivy.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<conf name="runtime" extends="compile"/>
88
</configurations>
99
<dependencies>
10-
<dependency org="org.grails" name="grails-bootstrap" rev="1.1-beta3" conf="build"/>
11-
<dependency org="org.grails" name="grails-scripts" rev="1.1-beta3" conf="build"/>
12-
<dependency org="org.grails" name="grails-gorm" rev="1.1-beta3" conf="compile"/>
13-
<dependency org="org.grails" name="grails-web" rev="1.1-beta3" conf="compile"/>
14-
<dependency org="org.grails" name="grails-test" rev="1.1-beta3" conf="test"/>
10+
<dependency org="org.grails" name="grails-bootstrap" rev="1.1-RC1" conf="build"/>
11+
<dependency org="org.grails" name="grails-scripts" rev="1.1-RC1" conf="build"/>
12+
<dependency org="org.grails" name="grails-gorm" rev="1.1-RC1" conf="compile"/>
13+
<dependency org="org.grails" name="grails-web" rev="1.1-RC1" conf="compile"/>
14+
<dependency org="org.grails" name="grails-test" rev="1.1-RC1" conf="test"/>
1515
<dependency org="org.slf4j" name="slf4j-log4j12" rev="1.5.5" conf="runtime"/>
1616
<dependency org="opensymphony" name="oscache" rev="2.4" conf="runtime">
1717
<exclude org="javax.jms" module="jms" name="*" type="*" ext="*" conf="" matcher="exact"/>

0 commit comments

Comments
 (0)