remm        2003/06/16 14:36:54

  Modified:    .        build.properties.default build.xml
  Log:
  - Remove bundled Tyrex support, as agreed on earlier (Tyrex is no longer
    supported, apparently; there are alternatives, readu to use with TC, such
    as JOTM).
  
  Revision  Changes    Path
  1.94      +1 -8      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.93
  retrieving revision 1.94
  diff -u -r1.93 -r1.94
  --- build.properties.default  5 Jun 2003 18:28:07 -0000       1.93
  +++ build.properties.default  16 Jun 2003 21:36:54 -0000      1.94
  @@ -197,13 +197,6 @@
   
struts.loc=http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-rc1.tar.gz
   
   
  -# ----- Tyrex Data Source, version 1.0 -----
  -tyrex.home=${base.path}/tyrex-1.0
  -tyrex.lib=${tyrex.home}
  -tyrex.jar=${tyrex.lib}/tyrex-1.0.jar
  -tyrex.loc=http://telia.dl.sourceforge.net/sourceforge/tyrex/tyrex-1.0.jar
  -
  -
   # --------------------------------------------------
   #                OPTIONAL LIBRARIES
   # --------------------------------------------------
  
  
  
  1.133     +4 -9      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.132
  retrieving revision 1.133
  diff -u -r1.132 -r1.133
  --- build.xml 15 Jun 2003 13:32:35 -0000      1.132
  +++ build.xml 16 Jun 2003 21:36:54 -0000      1.133
  @@ -142,12 +142,12 @@
       <copy file="${commons-el.jar}" 
             todir="${tomcat.build}/common/lib"/>
   
  -    <copy todir="${tomcat.build}/common/lib" file="${commons-logging-api.jar}" />
  +    <copy todir="${tomcat.build}/common/lib" 
  +           file="${commons-logging-api.jar}" />
       <copy tofile="${tomcat.build}/common/lib/jmx.jar" file="${jmx.jar}" />
  -    <!--
       <copy tofile="${tomcat.build}/common/lib/jmx-tools.jar" 
  -          file="${jmx-tools.jar}" />
  -    -->
  +            file="${jmx-tools.jar}" />
  +
       <copy todir="${tomcat.build}/server/lib" file="${commons-logging.jar}" />
       <copy todir="${tomcat.build}/server/lib" file="${commons-modeler.jar}" />
   
  @@ -1536,11 +1536,6 @@
       <antcall target="downloadgz">
         <param name="sourcefile" value="${struts.loc}"/>
         <param name="destfile" value="${struts.jar}"/>
  -    </antcall>
  -    <antcall target="downloadfile">
  -      <param name="sourcefile" value="${tyrex.loc}"/>
  -      <param name="destfile" value="${tyrex.jar}"/>
  -      <param name="destdir" value="${tyrex.home}"/>
       </antcall>
       
       <!-- Build the dependencies that are not yet released -->
  
  
  

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

Reply via email to