vmassol     2003/03/15 12:50:01

  Modified:    .        build.xml
  Log:
  only build the eclipse webapp plugin once
  
  Revision  Changes    Path
  1.44      +12 -24    jakarta-cactus/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- build.xml 12 Mar 2003 19:46:21 -0000      1.43
  +++ build.xml 15 Mar 2003 20:50:01 -0000      1.44
  @@ -55,23 +55,17 @@
               <property name="j2ee.jar" value="${j2ee.13.jar}"/> 
           </ant>
   
  -        <ant 
antfile="integration/eclipse/org.apache.cactus.eclipse.webapp/build.xml" 
inheritAll="false" 
  -            target="release">
  -            <property name="j2ee.jar" value="${j2ee.12.jar}"/> 
  -        </ant>
  -
  -        <ant 
antfile="integration/eclipse/org.apache.cactus.eclipse.webapp/build.xml" 
inheritAll="false" 
  -            target="release">
  -            <property name="j2ee.jar" value="${j2ee.13.jar}"/> 
  +        <ant 
antfile="integration/eclipse/org.apache.cactus.eclipse.webapp/build.xml" 
  +            inheritAll="false" target="release">
           </ant>
               
  -        <ant 
antfile="integration/eclipse/org.apache.cactus.eclipse.runner/build.xml" 
inheritAll="false" 
  -            target="release">
  +        <ant 
antfile="integration/eclipse/org.apache.cactus.eclipse.runner/build.xml" 
  +            inheritAll="false" target="release">
               <property name="j2ee.jar" value="${j2ee.12.jar}"/> 
           </ant>
   
  -        <ant 
antfile="integration/eclipse/org.apache.cactus.eclipse.runner/build.xml" 
inheritAll="false" 
  -            target="release">
  +        <ant 
antfile="integration/eclipse/org.apache.cactus.eclipse.runner/build.xml" 
  +            inheritAll="false" target="release">
               <property name="j2ee.jar" value="${j2ee.13.jar}"/> 
           </ant>
   
  @@ -131,23 +125,17 @@
               <property name="j2ee.jar" value="${j2ee.13.jar}"/> 
           </ant>
   
  -        <ant 
antfile="integration/eclipse/org.apache.cactus.eclipse.webapp/build.xml" 
inheritAll="false" 
  -            target="clean">
  -            <property name="j2ee.jar" value="${j2ee.12.jar}"/> 
  -        </ant>
  -
  -        <ant 
antfile="integration/eclipse/org.apache.cactus.eclipse.webapp/build.xml" 
inheritAll="false" 
  -            target="clean">
  -            <property name="j2ee.jar" value="${j2ee.13.jar}"/> 
  +        <ant 
antfile="integration/eclipse/org.apache.cactus.eclipse.webapp/build.xml" 
  +            inheritAll="false" target="clean">
           </ant>
                   
  -        <ant 
antfile="integration/eclipse/org.apache.cactus.eclipse.runner/build.xml" 
inheritAll="false" 
  -            target="clean">
  +        <ant 
antfile="integration/eclipse/org.apache.cactus.eclipse.runner/build.xml" 
  +            inheritAll="false" target="clean">
               <property name="j2ee.jar" value="${j2ee.12.jar}"/> 
           </ant>
   
  -        <ant 
antfile="integration/eclipse/org.apache.cactus.eclipse.runner/build.xml" 
inheritAll="false" 
  -            target="clean">
  +        <ant 
antfile="integration/eclipse/org.apache.cactus.eclipse.runner/build.xml" 
  +            inheritAll="false" target="clean">
               <property name="j2ee.jar" value="${j2ee.13.jar}"/> 
           </ant>
           
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to