xlawrence    2005/08/03 10:04:44 CEST

  Modified files:
    core                 maven.xml project.properties 
  Log:
  Added maven property to see deprecation messages and removed unecessary maven 
goal
  
  Revision  Changes    Path
  1.38      +0 -6      jahia/core/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/maven.xml.diff?r1=1.37&r2=1.38&f=h
  1.30      +3 -1      jahia/core/project.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/project.properties.diff?r1=1.29&r2=1.30&f=h
  
  
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/repository/jahia/core/maven.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- maven.xml 29 Jul 2005 16:28:51 -0000      1.37
  +++ maven.xml 3 Aug 2005 08:04:43 -0000       1.38
  @@ -6,12 +6,6 @@
            
     <goal name="fresh" description="Does it all (clean, xdoclet and deploy)"> 
       <attainGoal name="clean" />
  -    <attainGoal name="xdoclet:hibernatedoclet" />
  -    <attainGoal name="deploy:tomcat" />  
  -  </goal>
  -  
  -  <goal name="freshNoClean" description="Does it all, no clean..."> 
  -    <attainGoal name="xdoclet:hibernatedoclet" />
       <attainGoal name="deploy:tomcat" />  
     </goal>
     
  
  
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/repository/jahia/core/project.properties,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- project.properties        29 Jul 2005 13:22:14 -0000      1.29
  +++ project.properties        3 Aug 2005 08:04:43 -0000       1.30
  @@ -86,4 +86,6 @@
   
maven.xdoclet.hibernatedoclet.fileset.2.include=**/workflow/nstep/model/*.java
   
   maven.junit.fork = yes
  -maven.test.skip=true
  \ No newline at end of file
  +maven.test.skip = true
  +
  +maven.compile.deprecation = on
  \ No newline at end of file
  

Reply via email to