You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2003/06/11 17:03:35 UTC

cvs commit: avalon/buildsystem maven-common-gump-build.xml

leosimons    2003/06/11 08:03:35

  Modified:    buildsystem maven-common-gump-build.xml
  Log:
  fix a few circular references.
  
  Revision  Changes    Path
  1.2       +3 -3      avalon/buildsystem/maven-common-gump-build.xml
  
  Index: maven-common-gump-build.xml
  ===================================================================
  RCS file: /home/cvs/avalon/buildsystem/maven-common-gump-build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven-common-gump-build.xml	9 Jun 2003 15:26:24 -0000	1.1
  +++ maven-common-gump-build.xml	11 Jun 2003 15:03:35 -0000	1.2
  @@ -7,7 +7,7 @@
       <!-- note the lack of property file inclusion. You should
            do that from the script which calls this file. -->
   
  -    <target name="avalon:warning" depends="avalon:debug" unless="do.not.warn">
  +    <target name="avalon:warning" unless="do.not.warn">
           <echo>
   =======================================================================
                             WARNING!
  @@ -99,7 +99,7 @@
   
           <antcall target="avalon:api-jar"/>
           <antcall target="avalon:impl-jar"/>
  -        <antcall target="avalon:jar"/>
  +        <antcall target="avalon:regular-jar"/>
       </target>
   
       <target name="avalon:java-compile" if="java.src.present"
  @@ -261,7 +261,7 @@
           </junit>
       </target>
   
  -    <target name="avalon:jar" if="classes.present"
  +    <target name="avalon:regular-jar" if="classes.present"
               depends="avalon:init,avalon:api-compile,avalon:impl-compile,avalon:java-compile">
           <echo>
   =======================================================================
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org