You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2003/03/15 01:57:36 UTC

cvs commit: jakarta-tomcat-catalina/modules/cluster build.xml

fhanik      2003/03/14 16:57:36

  Modified:    modules/cluster build.xml
  Log:
  pain in the booty, some of the libraries have moved around, need to create a better build script that reuses some of the info from the main one
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-tomcat-catalina/modules/cluster/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/modules/cluster/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	19 Feb 2003 21:49:13 -0000	1.1
  +++ build.xml	15 Mar 2003 00:57:36 -0000	1.2
  @@ -19,9 +19,8 @@
     <path id="catalina.classpath">
       <pathelement location="${cluster.lib}/server/lib/catalina.jar"/>
       <pathelement location="${cluster.lib}/server/lib/commons-logging.jar"/>
  -    <pathelement location="${cluster.lib}/server/lib/mx4j-jmx.jar"/>
  +    <pathelement location="${cluster.lib}/common/lib/mx4j-jmx.jar"/>
       <pathelement location="${cluster.lib}/common/lib/servlet-api.jar"/>
  -    
     </path>
   
       <!-- Source path -->
  @@ -120,6 +119,7 @@
   
     <!-- ================ DIST: Create Distribution ========================= -->
     <target name="dist" depends="build-catalina-cluster">
  +    
       <jar destfile="${cluster.dist}/tomcat-replication.jar"
            basedir="${cluster.build}/classes"/>
     </target>
  
  
  

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