Author: lmandel
Date: Sat Oct 1 13:50:57 2005
New Revision: 293028
URL: http://svn.apache.org/viewcvs?rev=293028&view=rev
Log:
Added Xerces to test runner classpath.
Modified:
incubator/woden/java/build.xml
Modified: incubator/woden/java/build.xml
URL:
http://svn.apache.org/viewcvs/incubator/woden/java/build.xml?rev=293028&r1=293027&r2=293028&view=diff
==============================================================================
--- incubator/woden/java/build.xml (original)
+++ incubator/woden/java/build.xml Sat Oct 1 13:50:57 2005
@@ -218,7 +218,9 @@
<classpath>
<pathelement location="${build.classes}" />
<pathelement location="${build.classes.test}" />
- <pathelement
location="${downloads}/${XmlSchemaFile}"/>
+ <pathelement
location="${libraryDir}/${XmlSchemaFile}"/>
+ <pathelement
location="${libraryDir}/${XercesJar1}"/>
+ <pathelement
location="${libraryDir}/${XercesJar2}"/>
</classpath>
<test name="org.apache.woden.tests.AllWodenTests"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]