Commit in servicemix/agila on MAIN
maven.xml+4-11.2 -> 1.3
project.properties+41.5 -> 1.6
+8-1
2 modified files
added goal to produce hibernate mappings

servicemix/agila
maven.xml 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- maven.xml	28 Jul 2005 03:13:40 -0000	1.2
+++ maven.xml	18 Aug 2005 11:16:47 -0000	1.3
@@ -19,10 +19,13 @@
 <project default="jar:jar"
   xmlns:j="jelly:core">
 
+    <goal name="hbm">
+     <attainGoal name="xdoclet:hibernatedoclet"/>
+    </goal>
     <goal name="deploy">
         <attainGoal name="clean"/>
         <attainGoal name="war:war"/>
         <copy file="${maven.build.dir}/${pom.artifactId}.war" todir="${org.apache.agila.deploy.war.dir}"/>
     </goal>
     <goal name="default" prereqs="jar:jar"/>
-</project>
\ No newline at end of file
+</project>

servicemix/agila
project.properties 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- project.properties	28 Jul 2005 03:13:40 -0000	1.5
+++ project.properties	18 Aug 2005 11:16:47 -0000	1.6
@@ -10,3 +10,7 @@
 maven.multiproject.type=jar
 
 maven.repo.remote=http://www.ibiblio.org/maven,http://dist.codehaus.org,http://cvs.apache.org/repository
+
+#hibernate xdoclet props
+maven.xdoclet.hibernatedoclet.hibernate.version=3.0
+
CVSspam 0.2.8



Reply via email to