dlr         02/01/18 18:15:34

  Modified:    .        build.xml
  Log:
  The need for Log4J is coming.
  
  Revision  Changes    Path
  1.12      +5 -5      jakarta-turbine-stratum/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- build.xml 16 Jan 2002 20:04:59 -0000      1.11
  +++ build.xml 19 Jan 2002 02:15:34 -0000      1.12
  @@ -17,6 +17,7 @@
       <pathelement location="${commons-util.jar}"/>
       <pathelement location="${jgl.jar}"/>
       <pathelement location="${jetty.jar}"/>
  +    <pathelement location="${log4j.jar}"/>
       <pathelement location="${microstar.xml.jar}"/>
       <pathelement location="${j2ee.jar}"/>
       <pathelement location="${servlet.jar}"/>
  @@ -78,10 +79,8 @@
     <!-- U S A G E                                                          -->
     <!-- ================================================================== -->
   
  -  <target
  -    name="usage">
  -
  -    <echo message="use -projecthelp to see the available targets"/>
  +  <target name="usage">
  +    <echo message="use `ant -projecthelp` to see the available targets"/>
     </target>
   
     <!-- ================================================================== -->
  @@ -143,6 +142,7 @@
       
    
       
  +<!--
       <rmic 
         base="${build.dest}"
         classname="org.apache.stratum.jcs.auxiliary.remote.RemoteCacheListener"/>
  @@ -162,7 +162,7 @@
        <rmic 
          base="${build.dest}"
          classname="org.apache.stratum.jcs.auxiliary.remote.RemoteCacheClientTest"/>
  -
  +-->
    
   
     </target>
  
  
  

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

Reply via email to