shuber      2005/08/23 12:19:00 CEST

  Modified files:
    core                 maven.xml 
  Log:
  Added some messages so that we know why it's taking so long.
  
  Revision  Changes    Path
  1.43      +2 -0      jahia/core/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/maven.xml.diff?r1=1.42&r2=1.43&f=h
  
  
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/repository/jahia/core/maven.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- maven.xml 23 Aug 2005 08:52:04 -0000      1.42
  +++ maven.xml 23 Aug 2005 10:19:00 -0000      1.43
  @@ -10,7 +10,9 @@
     </goal>
     
     <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. -->
  

Reply via email to