You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bo...@apache.org on 2008/11/11 00:03:09 UTC

svn commit: r712862 - /ode/trunk/Buildfile

Author: boisvert
Date: Mon Nov 10 15:03:08 2008
New Revision: 712862

URL: http://svn.apache.org/viewvc?rev=712862&view=rev
Log:
Use xalan.jar from the official Xalan distribution (same MD5/SHA1 checksum).  The previous Xalan.jar had the same content but different checksum due to differences in line termination

Modified:
    ode/trunk/Buildfile

Modified: ode/trunk/Buildfile
URL: http://svn.apache.org/viewvc/ode/trunk/Buildfile?rev=712862&r1=712861&r2=712862&view=diff
==============================================================================
--- ode/trunk/Buildfile (original)
+++ ode/trunk/Buildfile Mon Nov 10 15:03:08 2008
@@ -83,7 +83,7 @@
 
     "wsdl4j:wsdl4j:jar:1.6.2",
     "woodstox:wstx-asl:jar:3.2.4",
-    "org.apache.ode:xalan:jar:2.7.0",
+    "org.apache.ode:xalan:jar:2.7.0-2",
     "xerces:xercesImpl:jar:2.8.1",
     "org.apache.xmlbeans:xmlbeans:jar:2.3.0",
     "org.apache.ws.commons.schema:XmlSchema:jar:1.4.2",
@@ -164,7 +164,7 @@
 TRANQL              = [ "tranql:tranql-connector:jar:1.1", "axion:axion:jar:1.0-M3-dev", COMMONS.primitives ]
 WOODSTOX            = findArtifacts(AXIS2_DEPS, "woodstox:wstx-asl") #"woodstox:wstx-asl:jar:3.2.1"
 WSDL4J              = findArtifacts(AXIS2_DEPS, "wsdl4j:wsdl4j") #"wsdl4j:wsdl4j:jar:1.6.2"
-XALAN               = findArtifacts(AXIS2_DEPS, "org.apache.ode:xalan") #"org.apache.ode:xalan:jar:2.7.0"
+XALAN               = findArtifacts(AXIS2_DEPS, "org.apache.ode:xalan") #"org.apache.ode:xalan:jar:2.7.0-2"
 XERCES              = findArtifacts(AXIS2_DEPS, "xerces:xercesImpl") #"xerces:xercesImpl:jar:2.9.0"
 XSTREAM             = "xstream:xstream:jar:1.2"
 WS_COMMONS          = struct(