shuber      2005/08/23 10:06:00 CEST

  Modified files:
    core                 maven.xml 
  Log:
  Re-activate call to Xdoclet goal in deploy:tomcat goal.
  
  Revision  Changes    Path
  1.41      +1 -1      jahia/core/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/maven.xml.diff?r1=1.40&r2=1.41&f=h
  
  
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/repository/jahia/core/maven.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- maven.xml 19 Aug 2005 15:38:24 -0000      1.40
  +++ maven.xml 23 Aug 2005 08:06:00 -0000      1.41
  @@ -88,7 +88,7 @@
     <!-- Deploy to Catalina and Expand                                    -->
     <!-- ================================================================ -->
   
  -  <goal name="deploy:tomcat" 
prereqs="jahia:deploy-tomcat,jahia:deploy-shared-libs">
  +  <goal name="deploy:tomcat" 
prereqs="jahia:deploy-tomcat,jahia:deploy-shared-libs,xdoclet:hibernatedoclet">
         <j:set var="catalina_version_major" value="${catalina.version.major}"/>
         <j:choose>
           <j:when test="${catalina_version_major == '5.5'}" >
  

Reply via email to