File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
org/codehaus/groovy/grails/orm/hibernate Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1- grails.version =1.0-RC1-SNAPSHOT
1+ grails.version =1.0-RC1
22grails.src.commons =src/commons
33grails.src.groovy =src/groovy
44
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class GrailsUtilTests extends GroovyTestCase {
77
88 void testGrailsVersion () {
99
10- assertEquals " 1.0-RC1-SNAPSHOT " , grails.util.GrailsUtil . getGrailsVersion()
10+ assertEquals " 1.0-RC1" , grails.util.GrailsUtil . getGrailsVersion()
1111 }
1212
1313}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 2.0//EN" "test/persistence/hibernate-configuration-2.0.dtd">
2+ <!DOCTYPE hibernate-configuration PUBLIC
3+ "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
4+ "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
5+
36<hibernate-configuration >
47
58 <!-- a SessionFactory instance listed as /jndi/name -->
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
3- <!DOCTYPE hibernate-mapping PUBLIC
4- "-//Hibernate/Hibernate Mapping DTD 2.0//EN"
5- "test/persistence/hibernate-mapping-2.0.dtd">
6- <hibernate-mapping
7- >
2+ <!DOCTYPE hibernate-mapping PUBLIC
3+ "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
4+ "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
5+ <hibernate-mapping >
86 <class
97
108 name =" org.codehaus.groovy.grails.orm.hibernate.HibernateMappedClass"
You can’t perform that action at this time.
0 commit comments