costin      01/07/15 16:53:11

  Modified:    .        build.xml
  Log:
  Updated the jaxp to 1.1 ( I checked in the binaries, like all other project
  do - I'm not sure the commit mail went through ).
  
  - add the internal/ dir for easier configuration of trusted apps and modules
  
  - remove jasper34 from the default build - since we are close to beta, as
  previously discussed. jasper34 will be usable as an add-on module, when
  ready.
  
  Revision  Changes    Path
  1.142     +4 -7      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.141
  retrieving revision 1.142
  diff -u -r1.141 -r1.142
  --- build.xml 2001/07/13 02:42:06     1.141
  +++ build.xml 2001/07/15 23:53:10     1.142
  @@ -55,7 +55,8 @@
     <!-- set by default if "ant" command is used -->
     <property name="ant.home" value="${install.dir}/jakarta-ant"/>
     <property name="jsse.home" value="${install.dir}/jsse1.0.2"/>
  -  <property name="jaxp.home" value="${install.dir}/jaxp1.0.1"/>
  +  <property name="jaxp.home" location="bin" />
  +  <property name="crimson.home" value="${install.dir}/jaxp-1.1"/>
     <property name="ant.bin" value="${ant.home}/bin"/>
     <property name="ant.lib" value="${ant.home}/lib"/>
     <property name="jsse.lib" value="${jsse.home}/lib"/>
  @@ -160,6 +161,7 @@
       <mkdir dir="${tomcat.build}/bin"/>
       <mkdir dir="${tomcat.build}/doc"/>
       <mkdir dir="${tomcat.build}/webapps"/>
  +    <mkdir dir="${tomcat.build}/internal"/>
       <mkdir dir="${tomcat.build}/native"/>
   
       <copy todir="${tomcat.build}/bin">
  @@ -512,12 +514,7 @@
       </jar>
     </target>
   
  -  <target name="jasper34" if="jakarta-tomcat-jasper-present">
  -    <ant antfile="${jakarta-tomcat-jasper}/jasper34/build.xml"
  -         target="install"/>
  -  </target>
  -
  -  <target name="tomcat-jars" 
depends="prepare,connector_util,tomcat_util,tomcat.jar,stop-tomcat.jar,tomcat_core,jasper,tomcat_modules,connector,facade22,tomcat-startup,jasper34">
  +  <target name="tomcat-jars" 
depends="prepare,connector_util,tomcat_util,tomcat.jar,stop-tomcat.jar,tomcat_core,jasper,tomcat_modules,connector,facade22,tomcat-startup">
     </target>
   
     <target name="tomcat-jars-new" depends="tomcat-jars">
  
  
  

Reply via email to