shuber 2005/08/23 10:52:04 CEST
Modified files:
core maven.xml
Log:
Revert to old slow way of generating Hibernate mapping file, as the prerequs
on deploy:tomcat don't work.
Revision Changes Path
1.42 +2 -2 jahia/core/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/maven.xml.diff?r1=1.41&r2=1.42&f=h
Index: maven.xml
===================================================================
RCS file: /home/cvs/repository/jahia/core/maven.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- maven.xml 23 Aug 2005 08:06:00 -0000 1.41
+++ maven.xml 23 Aug 2005 08:52:04 -0000 1.42
@@ -10,7 +10,7 @@
</goal>
<preGoal name="war:war-resources">
- <!--attainGoal name="xdoclet:hibernatedoclet" /-->
+ <attainGoal name="xdoclet:hibernatedoclet" />
</preGoal>
<!-- This goal is used to reset an already deployed Jahia. -->
@@ -88,7 +88,7 @@
<!-- Deploy to Catalina and Expand -->
<!-- ================================================================ -->
- <goal name="deploy:tomcat"
prereqs="jahia:deploy-tomcat,jahia:deploy-shared-libs,xdoclet:hibernatedoclet">
+ <goal name="deploy:tomcat"
prereqs="jahia:deploy-tomcat,jahia:deploy-shared-libs">
<j:set var="catalina_version_major" value="${catalina.version.major}"/>
<j:choose>
<j:when test="${catalina_version_major == '5.5'}" >