You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2003/09/01 17:28:26 UTC

cvs commit: incubator-geronimo/modules/xbeans maven.xml

jdillon     2003/09/01 08:28:26

  Modified:    modules/xbeans maven.xml
  Log:
   o minor touch up to get this to work by default, still seems to be some
     problems, as a second build seems to fail... ?
  
  Revision  Changes    Path
  1.3       +3 -15     incubator-geronimo/modules/xbeans/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/xbeans/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	22 Aug 2003 13:46:47 -0000	1.2
  +++ maven.xml	1 Sep 2003 15:28:26 -0000	1.3
  @@ -8,28 +8,16 @@
     xmlns:ant="jelly:ant"
     xmlns:castor="castor">
     
  -  <!-- ===================== -->
  -  <!-- Module Initialization -->
  -  <!-- ===================== -->
  -  
  -  <ant:property file="${basedir}/../../etc/project.properties"/>
  -  
  -  <goal name="default">
  -	<attainGoal name="java:compile"/>      
  -	<attainGoal name="javadoc"/>      
  -  </goal>
  -  
     <preGoal name="xdoc:jelly-transform">
       <attainGoal name="html2xdoc"/>
     </preGoal>
   
     <preGoal name="site">
  -	<attainGoal name="java:compile"/>      
  -	<attainGoal name="javadoc"/>      
  +    <attainGoal name="generate:xmlbeans"/>
     </preGoal>
   
     <preGoal name="java:compile">
  -	<attainGoal name="generate:xmlbeans"/>      
  +    <attainGoal name="generate:xmlbeans"/>
     </preGoal>