File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 7
7
<conf name =" runtime" extends =" compile" />
8
8
</configurations >
9
9
<dependencies >
10
- <dependency org =" org.grails" name =" grails-bootstrap" rev =" 1.1.1 " conf =" runtime" />
11
- <dependency org =" org.grails" name =" grails-gorm" rev =" 1.1.1 " conf =" runtime" />
12
- <dependency org =" org.grails" name =" grails-web" rev =" 1.1.1 " conf =" runtime" />
10
+ <dependency org =" org.grails" name =" grails-bootstrap" rev =" 1.1.2 " conf =" runtime" />
11
+ <dependency org =" org.grails" name =" grails-gorm" rev =" 1.1.2 " conf =" runtime" />
12
+ <dependency org =" org.grails" name =" grails-web" rev =" 1.1.2 " conf =" runtime" />
13
13
<dependency org =" org.hibernate" name =" hibernate-commons-annotations" rev =" 3.3.0.ga" conf =" runtime" />
14
14
<dependency org =" org.hibernate" name =" hibernate-annotations" rev =" 3.3.0.ga" conf =" runtime" />
15
15
<dependency org =" taglibs" name =" standard" rev =" 1.1.2" conf =" runtime" />
Original file line number Diff line number Diff line change 2
2
# Fri May 01 11:18:12 BST 2009
3
3
app.version =0.1
4
4
app.servlet.version =2.4
5
- app.grails.version =1.1.1
6
- plugins.hibernate =1.1.1
5
+ app.grails.version =1.1.2
6
+ plugins.hibernate =1.1.2
7
7
app.name =petclinic
Original file line number Diff line number Diff line change 7
7
<conf name =" runtime" extends =" compile" />
8
8
</configurations >
9
9
<dependencies >
10
- <dependency org =" org.grails" name =" grails-bootstrap" rev =" 1.1.1 " conf =" build" />
11
- <dependency org =" org.grails" name =" grails-scripts" rev =" 1.1.1 " conf =" build" />
12
- <dependency org =" org.grails" name =" grails-gorm" rev =" 1.1.1 " conf =" compile" />
13
- <dependency org =" org.grails" name =" grails-web" rev =" 1.1.1 " conf =" compile" />
14
- <dependency org =" org.grails" name =" grails-test" rev =" 1.1.1 " conf =" test" />
10
+ <dependency org =" org.grails" name =" grails-bootstrap" rev =" 1.1.2 " conf =" build" />
11
+ <dependency org =" org.grails" name =" grails-scripts" rev =" 1.1.2 " conf =" build" />
12
+ <dependency org =" org.grails" name =" grails-gorm" rev =" 1.1.2 " conf =" compile" />
13
+ <dependency org =" org.grails" name =" grails-web" rev =" 1.1.2 " conf =" compile" />
14
+ <dependency org =" org.grails" name =" grails-test" rev =" 1.1.2 " conf =" test" />
15
15
<dependency org =" org.slf4j" name =" slf4j-log4j12" rev =" 1.5.5" conf =" runtime" />
16
16
<dependency org =" opensymphony" name =" oscache" rev =" 2.4" conf =" runtime" >
17
17
<exclude org =" javax.jms" module =" jms" name =" *" type =" *" ext =" *" conf =" " matcher =" exact" />
Original file line number Diff line number Diff line change 9
9
<booleanAttribute key =" org.eclipse.debug.core.appendEnvironmentVariables" value =" true" />
10
10
<listAttribute key =" org.eclipse.jdt.launching.CLASSPATH" >
11
11
<listEntry value =" < ?xml version=" 1.0" encoding=" UTF-8" ?> < runtimeClasspathEntry containerPath=" org.eclipse.jdt.launching.JRE_CONTAINER" javaProject=" petclinic" path=" 1" type=" 4" /> " />
12
- <listEntry value =" < ?xml version=" 1.0" encoding=" UTF-8" ?> < runtimeClasspathEntry containerPath=" GRAILS_HOME/dist/grails-bootstrap-1.1.1-SNAPSHOT .jar" path=" 3" type=" 3" /> " />
12
+ <listEntry value =" < ?xml version=" 1.0" encoding=" UTF-8" ?> < runtimeClasspathEntry containerPath=" GRAILS_HOME/dist/grails-bootstrap-1.1.2 .jar" path=" 3" type=" 3" /> " />
13
13
<listEntry value =" < ?xml version=" 1.0" encoding=" UTF-8" ?> < runtimeClasspathEntry containerPath=" GRAILS_HOME/lib/groovy-all-1.6.2.jar" path=" 3" type=" 3" /> " />
14
14
</listAttribute >
15
15
<booleanAttribute key =" org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value =" false" />
You can’t perform that action at this time.
0 commit comments