You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2004/06/16 20:04:47 UTC

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

yoavs       2004/06/16 11:04:47

  Modified:    .        build.properties.default build.xml
  Log:
  Bugzilla 29368 done: replaced references to xmlParserAPIs.jar with xmls-apis.jar.
  
  Revision  Changes    Path
  1.129     +2 -2      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.128
  retrieving revision 1.129
  diff -u -r1.128 -r1.129
  --- build.properties.default	16 Jun 2004 13:13:53 -0000	1.128
  +++ build.properties.default	16 Jun 2004 18:04:47 -0000	1.129
  @@ -134,7 +134,7 @@
   xerces.home=${base.path}/xerces-2_6_2
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
  -xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  +xml-apis.jar=${xerces.lib}/xml-apis.jar
   xerces.loc=${base-xml.loc}/xerces-j/binaries/Xerces-J-bin.2.6.2.tar.gz
   
   
  
  
  
  1.188     +3 -3      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.187
  retrieving revision 1.188
  diff -u -r1.187 -r1.188
  --- build.xml	27 May 2004 14:10:44 -0000	1.187
  +++ build.xml	16 Jun 2004 18:04:47 -0000	1.188
  @@ -777,7 +777,7 @@
       </jar>
   
       <copy todir="${tomcat.deployer}/lib" file="${xercesImpl.jar}"/>
  -    <copy todir="${tomcat.deployer}/lib" file="${xmlParserAPIs.jar}"/>
  +    <copy todir="${tomcat.deployer}/lib" file="${xml-apis.jar}"/>
   
       <copy todir="${tomcat.deployer}">
         <fileset dir="${basedir}/resources/deployer" />
  @@ -800,7 +800,7 @@
     <target name="compat" description="Create compatibility binaries for JREs before 1.4" >
   
       <copy todir="${tomcat.compat}/common/endorsed" file="${xercesImpl.jar}"/>
  -    <copy todir="${tomcat.compat}/common/endorsed" file="${xmlParserAPIs.jar}"/>
  +    <copy todir="${tomcat.compat}/common/endorsed" file="${xml-apis.jar}"/>
   
     </target>
   
  @@ -1595,7 +1595,7 @@
       <antcall target="downloadgz">
         <!-- xerces2 brings 2 files, test for one of them -->
         <param name="sourcefile" value="${xerces.loc}"/>
  -      <param name="destfile" value="${xmlParserAPIs.jar}"/>
  +      <param name="destfile" value="${xml-apis.jar}"/>
       </antcall>
   
       <antcall target="downloadgz">
  
  
  

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