jvanzyl 2003/11/29 19:29:44
Modified: hibernate plugin.jelly plugin.properties project.xml
Log:
o applying patches provided by Konstantin Shaposhnikov <[EMAIL PROTECTED]>
Revision Changes Path
1.3 +1 -0 maven-plugins/hibernate/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/hibernate/plugin.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin.jelly 19 Aug 2003 05:09:49 -0000 1.2
+++ plugin.jelly 30 Nov 2003 03:29:44 -0000 1.3
@@ -21,6 +21,7 @@
quiet="${maven.hibernate.quiet}"
text="${maven.hibernate.text}"
drop="${maven.hibernate.drop}"
+ delimiter="${maven.hibernate.delimiter}"
outputFile="${maven.hibernate.output.file}"
basedir="${maven.hibernate.input.dir}"
includes="${maven.hibernate.input.includes}"
1.2 +1 -0 maven-plugins/hibernate/plugin.properties
Index: plugin.properties
===================================================================
RCS file: /home/cvs/maven-plugins/hibernate/plugin.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plugin.properties 15 May 2003 13:06:26 -0000 1.1
+++ plugin.properties 30 Nov 2003 03:29:44 -0000 1.2
@@ -2,6 +2,7 @@
maven.hibernate.quiet=yes
maven.hibernate.text=no
maven.hibernate.drop=no
+maven.hibernate.delimiter=
maven.hibernate.output.dir=${maven.build.dir}/schema
maven.hibernate.output.file=${maven.hibernate.output.dir}/${maven.final.name}-schema.sql
maven.hibernate.input.dir=${maven.build.dest}
1.18 +1 -1 maven-plugins/hibernate/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/hibernate/project.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- project.xml 10 Oct 2003 19:21:00 -0000 1.17
+++ project.xml 30 Nov 2003 03:29:44 -0000 1.18
@@ -30,7 +30,7 @@
<dependency>
<groupId>hibernate</groupId>
<artifactId>hibernate</artifactId>
- <version>2.0-beta-6</version>
+ <version>2.0.3</version>
<type>jar</type>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]