tdraier 2005/09/21 12:02:59 CEST
Modified files:
core maven.xml
Log:
restored
Revision Changes Path
1.49 +7 -6 jahia/core/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/maven.xml.diff?r1=1.48&r2=1.49&f=h
Index: maven.xml
===================================================================
RCS file: /home/cvs/repository/jahia/core/maven.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- maven.xml 21 Sep 2005 09:59:03 -0000 1.48
+++ maven.xml 21 Sep 2005 10:02:59 -0000 1.49
@@ -8,12 +8,13 @@
<attainGoal name="clean" />
<attainGoal name="deploy:tomcat" />
</goal>
-
- <preGoal name="war:war-resources">
- <echo>Generating Hibernate mapping files from doclets...</echo>
- <echo>done.</echo>
- </preGoal>
-
+
+ <!-- <preGoal name="war:war-resources">-->
+ <!-- <echo>Generating Hibernate mapping files from
doclets...</echo>-->
+ <!-- <attainGoal name="xdoclet:hibernatedoclet" />-->
+ <!-- <echo>done.</echo>-->
+ <!-- </preGoal>-->
+
<!-- This goal is used to reset an already deployed Jahia. -->
<goal name="reset:tomcat" prereqs="hotdeploy:tomcat">
<j:set var="catalina_version_major" value="${catalina.version.major}"/>