Author: hughesj
Date: Fri Jan 19 03:16:42 2007
New Revision: 497777
URL: http://svn.apache.org/viewvc?view=rev&rev=497777
Log:
Updated levels of dependencies - they're now as close as possible to the ones
in the maven pom.xml
Modified:
incubator/woden/trunk/java/.classpath
incubator/woden/trunk/java/build.properties
Modified: incubator/woden/trunk/java/.classpath
URL:
http://svn.apache.org/viewvc/incubator/woden/trunk/java/.classpath?view=diff&rev=497777&r1=497776&r2=497777
==============================================================================
--- incubator/woden/trunk/java/.classpath (original)
+++ incubator/woden/trunk/java/.classpath Fri Jan 19 03:16:42 2007
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry path="src" kind="src"/>
- <classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER"
kind="con"/>
<classpathentry path="test" kind="src"/>
<classpathentry path="org.eclipse.pde.core.requiredPlugins" kind="con"/>
<classpathentry path="JUNIT_HOME/junit.jar" kind="var"/>
<classpathentry
path="ECLIPSE_HOME/plugins/org.apache.ant_1.6.5/lib/ant.jar" kind="var"/>
- <classpathentry path="downloads/lib/axiom-api-1.1.1.jar" kind="lib"/>
- <classpathentry path="downloads/lib/axiom-impl-1.1.1.jar" kind="lib"/>
+ <classpathentry path="downloads/lib/axiom-api-1.2.2.jar" kind="lib"/>
+ <classpathentry path="downloads/lib/axiom-impl-1.2.2.jar" kind="lib"/>
<classpathentry path="downloads/lib/commons-logging-api-1.1.jar"
kind="lib"/>
<classpathentry path="downloads/lib/stax-api-1.0.1.jar" kind="lib"/>
<classpathentry path="downloads/lib/wsdl4j.jar" kind="lib"/>
- <classpathentry path="downloads/lib/wstx-asl-3.0.1.jar" kind="lib"/>
+ <classpathentry path="downloads/lib/wstx-asl-3.2.0.jar" kind="lib"/>
<classpathentry path="downloads/lib/xercesImpl.jar" kind="lib"/>
<classpathentry path="downloads/lib/xml-apis.jar" kind="lib"/>
<classpathentry path="downloads/lib/XmlSchema-SNAPSHOT.jar" kind="lib"/>
+ <classpathentry
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2se150"
kind="con"/>
<classpathentry path="bin" kind="output"/>
</classpath>
Modified: incubator/woden/trunk/java/build.properties
URL:
http://svn.apache.org/viewvc/incubator/woden/trunk/java/build.properties?view=diff&rev=497777&r1=497776&r2=497777
==============================================================================
--- incubator/woden/trunk/java/build.properties (original)
+++ incubator/woden/trunk/java/build.properties Fri Jan 19 03:16:42 2007
@@ -27,19 +27,19 @@
AntJar = ant.jar
WSDL4JURL =
http://surfnet.dl.sourceforge.net/sourceforge/wsdl4j/wsdl4j-bin-1.6.2.zip
WSDL4JFile = wsdl4j-bin-1.6.2.zip
-AxiomApiURL =
http://repo1.maven.org/maven2/ws-commons/axiom-api/1.1.1/axiom-api-1.1.1.jar
-AxiomApiFile = axiom-api-1.1.1.jar
-AxiomImplURL =
http://repo1.maven.org/maven2/ws-commons/axiom-impl/1.1.1/axiom-impl-1.1.1.jar
-AxiomImplFile = axiom-impl-1.1.1.jar
+AxiomApiURL =
http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-api/1.2.2/axiom-api-1.2.2.jar
+AxiomApiFile = axiom-api-1.2.2.jar
+AxiomImplURL =
http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-impl/1.2.2/axiom-impl-1.2.2.jar
+AxiomImplFile = axiom-impl-1.2.2.jar
CommonsLoggingURL =
http://www.ibiblio.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
CommonsLoggingFile = commons-logging-api-1.1.jar
StaxURL =
http://www.ibiblio.org/maven/stax/jars/stax-api-1.0.1.jar
StaxFile = stax-api-1.0.1.jar
-WstxURL =
http://mirrors.dotsrc.org/maven/woodstox/jars/wstx-asl-3.0.1.jar
-WstxFile = wstx-asl-3.0.1.jar
-W3cWsdl20URL =
http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/zips/test-suite.zip
+WstxURL =
http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.0/wstx-asl-3.2.0.jar
+WstxFile = wstx-asl-3.2.0.jar
+W3cWsdl20URL =
http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/zips/test-suite.zip
W3cWsdl20File = test-suite.zip
-W3cAssertsURL =
http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/zips/wsdl20.zip
+W3cAssertsURL =
http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/zips/wsdl20.zip
W3cAssertsFile = wsdl20.zip
! The location of the Woden build home
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]