Author: jkaputin
Date: Fri Dec 22 06:45:24 2006
New Revision: 489666

URL: http://svn.apache.org/viewvc?view=rev&rev=489666
Log:
WODEN-109 changed the jar files names to match
the changes introduced by this JIRA. Really should
be parameterized, rather than hardcoded.

Modified:
    incubator/woden/trunk/java/ant-test/build.xml

Modified: incubator/woden/trunk/java/ant-test/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/woden/trunk/java/ant-test/build.xml?view=diff&rev=489666&r1=489665&r2=489666
==============================================================================
--- incubator/woden/trunk/java/ant-test/build.xml (original)
+++ incubator/woden/trunk/java/ant-test/build.xml Fri Dec 22 06:45:24 2006
@@ -30,7 +30,7 @@
        <property name="xmlcatalog.dir" location="${test-suite.dir}/xmlcatalog" 
/>
 
 
-       <taskdef name="validatewsdl20" 
classname="org.apache.woden.ant.ValidateWSDL20" 
classpath="${lib.dir}/woden.jar;${lib.dir}/woden-ant.jar;${downloads.lib.dir}/${XmlSchemaFile};${downloads.lib.dir}/${XercesJar1};${downloads.lib.dir}/${XercesJar2}"
 />
+       <taskdef name="validatewsdl20" 
classname="org.apache.woden.ant.ValidateWSDL20" 
classpath="${lib.dir}/woden-1.0-incubating-M6.jar;${lib.dir}/woden-ant-1.0-incubating-M6.jar;${downloads.lib.dir}/${XmlSchemaFile};${downloads.lib.dir}/${XercesJar1};${downloads.lib.dir}/${XercesJar2}"
 />
 
        <target name="main" description="---> Validate test suite, generates 
interchange format, and validates results" depends="validation-results, 
documents-good, documents-bad, schemavalidate-results" />
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to