jfarcand    2003/07/21 10:47:47

  Modified:    .        build.xml
  Log:
  Minor clean up
  
  Revision  Changes    Path
  1.143     +0 -20     jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.142
  retrieving revision 1.143
  diff -u -r1.142 -r1.143
  --- build.xml 20 Jul 2003 16:44:05 -0000      1.142
  +++ build.xml 21 Jul 2003 17:47:46 -0000      1.143
  @@ -122,13 +122,6 @@
         <srcfiles dir="${cvs.base}/jakarta-commons/modeler/src/java" includes="**" />
       </uptodate>
   
  -<!--
  -    <uptodate property="commons-el.build.notrequired"
  -              targetfile="${commons-el.jar}">
  -      <srcfiles dir="${cvs.base}/jakarta-commons/el/src/java" includes="**" />
  -    </uptodate>
  --->
  -
       <uptodate property="commons-daemon.build.notrequired"
                 targetfile="${commons-daemon.jar}">
         <srcfiles dir="${cvs.base}/jakarta-commons-sandbox/daemon/src" includes="**" 
/>
  @@ -478,18 +471,6 @@
       </ant>
     </target>
   
  -<!--
  -  <target name="build-commons-el" unless="commons-el.build.notrequired" 
description="build commons-el" >
  -    <echo>========== Building: commons-el </echo>
  -
  -    <ant dir="${cvs.base}/jakarta-commons/el" target="dist" >
  -        <property name="servlet-api.jar" location="${servlet-api.jar}" />
  -        <property name="jsp-api.jar" value="${jsp-api.jar}"/>
  -        <property name="compile.optimize" value="false" />
  -        <property name="dist.home" value="${commons-el.home}" />
  -    </ant>
  -  </target>
  --->
   
     <target name="build-commons-daemon" unless="commons-daemon.build.notrequired" 
description="build commons-daemon" >
       <echo>========== Building: commons-daemon </echo>
  @@ -509,7 +490,6 @@
       <antcall target="build-servletapi"/>
       <antcall target="build-jspapi"/>
   
  -    <!-- <antcall target="build-commons-el" /> -->
       <antcall target="build-commons-modeler" />
       <antcall target="build-commons-daemon" />
   
  
  
  

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

Reply via email to