You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2003/08/22 15:46:47 UTC

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

jstrachan    2003/08/22 06:46:47

  Modified:    modules/xbeans maven.xml
  Log:
  added a default goal
  
  Revision  Changes    Path
  1.2       +6 -2      incubator-geronimo/modules/xbeans/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/xbeans/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	22 Aug 2003 11:18:56 -0000	1.1
  +++ maven.xml	22 Aug 2003 13:46:47 -0000	1.2
  @@ -2,7 +2,7 @@
   
   <!-- $Revision$ $Date$ -->
   
  -<project
  +<project default="default"
     xmlns:j="jelly:core"
     xmlns:u="jelly:util"
     xmlns:ant="jelly:ant"
  @@ -14,6 +14,10 @@
     
     <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"/>