You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by cm...@apache.org on 2003/05/19 21:53:26 UTC

cvs commit: jakarta-cactus build.xml build-common.xml

cmlenz      2003/05/19 12:53:26

  Modified:    .        build.xml build-common.xml
  Log:
  - remove references to the now obsolete anttasks subproject
  - comment out the jetty-sample build from the master build, which needs some fixing
  
  Revision  Changes    Path
  1.54      +2 -5      jakarta-cactus/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- build.xml	19 May 2003 14:33:28 -0000	1.53
  +++ build.xml	19 May 2003 19:53:26 -0000	1.54
  @@ -43,9 +43,6 @@
       -->
       <target name="dist">
   
  -        <ant antfile="anttasks/build.xml" inheritAll="false" 
  -            target="dist"/>
  -
           <ant antfile="framework/build.xml" inheritAll="false" 
               target="dist">
               <property name="j2ee.jar" value="${j2ee.12.jar}"/> 
  @@ -96,11 +93,11 @@
               <property name="clover.enable" value="true"/> 
           </ant>
           
  -        <ant antfile="samples/jetty/build.xml" inheritAll="false" 
  +        <!-- ant antfile="samples/jetty/build.xml" inheritAll="false" 
               target="dist">
               <property name="j2ee.jar" value="${j2ee.13.jar}"/> 
               <property name="clover.enable" value="true"/> 
  -        </ant>
  +        </ant -->
           
           <ant antfile="documentation/build.xml" inheritAll="false" 
               target="dist">
  
  
  
  1.21      +0 -5      jakarta-cactus/build-common.xml
  
  Index: build-common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build-common.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build-common.xml	19 May 2003 14:33:28 -0000	1.20
  +++ build-common.xml	19 May 2003 19:53:26 -0000	1.21
  @@ -158,11 +158,6 @@
       -->
       <target name="init.properties.artifact">
   
  -        <!-- The location of the Cactus Ant tasks jar -->
  -        <property name="cactus.anttasks.jar.name" value="cactus-anttasks"/>
  -        <property name="cactus.anttasks.jar"
  -            location="anttasks/dist/lib/${cactus.anttasks.jar.name}.jar"/>
  -
   	    <!-- The location of the Cactus framework jar -->
           <property name="cactus.jar.name"
               value="cactus-${project.version}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org