costin      02/05/01 12:53:57

  Modified:    jk       build.xml
  Added:       jk/conf  jkconfig.manifest
  Log:
  Start building jkconfig.jar.
  
  This is independent of tomcat, it can be used as a CLI or ant
  tool.
  
  It depends on common-logging, DOM, tomcat-utils ( Introspection )
  
  Revision  Changes    Path
  1.1                  jakarta-tomcat-connectors/jk/conf/jkconfig.manifest
  
  Index: jkconfig.manifest
  ===================================================================
  Main-Class: org.apache.jk.config.WebXml2Jk
  Class-Path: tomcat-jk2.jar commons-logging.jar crimson.jar xercesImpl.jar 
xmlApis.jar tomcat-util.jar
  
  
  
  1.37      +10 -1     jakarta-tomcat-connectors/jk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.xml 18 Apr 2002 19:26:52 -0000      1.36
  +++ build.xml 1 May 2002 19:53:57 -0000       1.37
  @@ -116,8 +116,11 @@
   
       </target>
        
  -    <!-- build all the stuff -->
       <target name="build-main" 
  +            depends="prepare,report,jkjava" />
  +
  +    <!-- build all the stuff -->
  +    <target name="all" 
               depends="prepare,report,coyote,jkjava,jkant" />
   
       <!-- Build only jk, assume coyote and utils are built -->
  @@ -156,6 +159,12 @@
        <jar jarfile="${jk.build}/lib/tomcat-jk.jar"
             basedir="${jk.build}/classes">
               <include name="org/apache/ajp/**" />
  +        </jar>
  +     
  +     <jar jarfile="${jk.build}/lib/jkconfig.jar"
  +          basedir="${jk.build}/classes" 
  +             manifest="conf/jkconfig.manifest">
  +            <include name="org/apache/ajp/config/**" />
           </jar>
        
        <jar jarfile="${jk.build}/lib/tomcat-jk2.jar"
  
  
  

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

Reply via email to