You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2006/06/05 17:29:26 UTC

svn commit: r411819 - in /incubator/harmony/enhanced/classlib/trunk: depends/files/bootclasspath.properties depends/jars/ make/build-java.xml make/depends.properties

Author: tellison
Date: Mon Jun  5 08:29:26 2006
New Revision: 411819

URL: http://svn.apache.org/viewvc?rev=411819&view=rev
Log:
Apply patch HARMONY-548 (upgrade to xerces 2.8.0 and xalan 2.7.0)

Modified:
    incubator/harmony/enhanced/classlib/trunk/depends/files/bootclasspath.properties
    incubator/harmony/enhanced/classlib/trunk/depends/jars/   (props changed)
    incubator/harmony/enhanced/classlib/trunk/make/build-java.xml
    incubator/harmony/enhanced/classlib/trunk/make/depends.properties

Modified: incubator/harmony/enhanced/classlib/trunk/depends/files/bootclasspath.properties
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/depends/files/bootclasspath.properties?rev=411819&r1=411818&r2=411819&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/depends/files/bootclasspath.properties (original)
+++ incubator/harmony/enhanced/classlib/trunk/depends/files/bootclasspath.properties Mon Jun  5 08:29:26 2006
@@ -168,7 +168,7 @@
 bootclasspath.33=icu4j_3.4.4/icu4j_3_4_4.jar
 
 # The following JARs are from Xerces/Xalan
-bootclasspath.34=xalan-j_2.6.0/xalan.jar
-bootclasspath.35=xerces_2.6.2/resolver.jar
-bootclasspath.36=xerces_2.6.2/xercesImpl.jar
-bootclasspath.37=xerces_2.6.2/xml-apis.jar
+bootclasspath.34=xalan-j_2.7.0/xalan.jar
+bootclasspath.35=xerces_2.8.0/resolver.jar
+bootclasspath.36=xerces_2.8.0/xercesImpl.jar
+bootclasspath.37=xerces_2.8.0/xml-apis.jar

Propchange: incubator/harmony/enhanced/classlib/trunk/depends/jars/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Jun  5 08:29:26 2006
@@ -1,9 +1,8 @@
-
 junit_3.8.1
-xalan-j_2.6.0
-xerces_2.6.2
 bcprov-jdk14-131
 bcprov-jdk14-132
 icu4j_3.4.4
 bcprov-jdk14-133
 ecj_3.2RC5
+xalan-j_2.7.0
+xerces_2.8.0

Modified: incubator/harmony/enhanced/classlib/trunk/make/build-java.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/build-java.xml?rev=411819&r1=411818&r2=411819&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/make/build-java.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/make/build-java.xml Mon Jun  5 08:29:26 2006
@@ -153,8 +153,8 @@
               verbose="yes">
             <fileset dir="${depends.jars}">
                 <patternset includes="*.jar" />
-                <patternset includes="xerces_2.6.2/*.jar" />
-                <patternset includes="xalan-j_2.6.0/*.jar" />
+                <patternset includes="xerces_2.8.0/*.jar" />
+                <patternset includes="xalan-j_2.7.0/*.jar" />
                 <patternset includes="icu4j_3.4.4/*.jar" />
             </fileset>
             <fileset dir="${depends.manifests}"/>

Modified: incubator/harmony/enhanced/classlib/trunk/make/depends.properties
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/depends.properties?rev=411819&r1=411818&r2=411819&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/make/depends.properties (original)
+++ incubator/harmony/enhanced/classlib/trunk/make/depends.properties Mon Jun  5 08:29:26 2006
@@ -21,23 +21,23 @@
 depends.jars=${depends.dir}/jars
 ibiblio.base=http://www.ibiblio.org
 
-xalan.dir=${depends.jars}/xalan-j_2.6.0
+xalan.dir=${depends.jars}/xalan-j_2.7.0
 xalan.jar=${xalan.dir}/xalan.jar
-xalan.url=${ibiblio.base}/maven/xalan/jars/xalan-2.6.0.jar
-xalan.md5=d4b8027f3c933e3ddea6051044245f1d
+xalan.url=${ibiblio.base}/maven/xalan/jars/xalan-2.7.0.jar
+xalan.md5=a018d032c21a873225e702b36b171a10
 
-xerces.dir=${depends.jars}/xerces_2.6.2
+xerces.dir=${depends.jars}/xerces_2.8.0
 resolver.jar=${xerces.dir}/resolver.jar
 resolver.url=${ibiblio.base}/maven/xml-resolver/jars/xml-resolver-1.1.jar
 resolver.md5=39546d6a7f9cf0fd971874d43214dbe4
 
 xerces.impl.jar=${xerces.dir}/xercesImpl.jar
-xerces.impl.url=${ibiblio.base}/pub/packages/maven2/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar
-xerces.impl.md5=c4c5a77f9e61f33d80780176451d71c2
+xerces.impl.url=${ibiblio.base}/maven/xerces/jars/xercesImpl-2.8.0.jar
+xerces.impl.md5=00b9a88a935985d17b7621c74a498bb4
 
 xml.apis.jar=${xerces.dir}/xml-apis.jar
-xml.apis.url=${ibiblio.base}/maven/xml-apis/jars/xml-apis-1.0.b2.jar
-xml.apis.md5=458715c0f7646a56b1c6ad3138098beb
+xml.apis.url=${ibiblio.base}/maven/xml-apis/jars/xml-apis-1.3.03.jar
+xml.apis.md5=6dee9238dd2900171197104951940778
 
 junit.dir=${depends.jars}/junit_3.8.1
 junit.jar=${junit.dir}/junit.jar