Author: jkaputin
Date: Fri Apr 13 08:04:30 2007
New Revision: 528516
URL: http://svn.apache.org/viewvc?view=rev&rev=528516
Log:
Changed XmlSchema to 1.3.1 and Woden milestone
from M7a-RC1 to M7a.
Modified:
incubator/woden/branches/M7a/ant-test/build.xml
incubator/woden/branches/M7a/build.properties
Modified: incubator/woden/branches/M7a/ant-test/build.xml
URL:
http://svn.apache.org/viewvc/incubator/woden/branches/M7a/ant-test/build.xml?view=diff&rev=528516&r1=528515&r2=528516
==============================================================================
--- incubator/woden/branches/M7a/ant-test/build.xml (original)
+++ incubator/woden/branches/M7a/ant-test/build.xml Fri Apr 13 08:04:30 2007
@@ -47,7 +47,7 @@
<property name="xmlcatalog.dir" location="${test-suite.dir}/xmlcatalog"
/>
- <taskdef name="validatewsdl20"
classname="org.apache.woden.ant.ValidateWSDL20"
classpath="${resources.dir};${lib.dir}/woden-1.0-incubating-M7a-RC1.jar;${lib.dir}/woden-ant-1.0-incubating-M7a-RC1.jar;${downloads.lib.dir}/${XmlSchemaFile};${downloads.lib.dir}/${XercesJar1};${downloads.lib.dir}/${XercesJar2}"
/>
+ <taskdef name="validatewsdl20"
classname="org.apache.woden.ant.ValidateWSDL20"
classpath="${resources.dir};${lib.dir}/woden-1.0-incubating-M7a.jar;${lib.dir}/woden-ant-1.0-incubating-M7a.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" />
Modified: incubator/woden/branches/M7a/build.properties
URL:
http://svn.apache.org/viewvc/incubator/woden/branches/M7a/build.properties?view=diff&rev=528516&r1=528515&r2=528516
==============================================================================
--- incubator/woden/branches/M7a/build.properties (original)
+++ incubator/woden/branches/M7a/build.properties Fri Apr 13 08:04:30 2007
@@ -16,8 +16,8 @@
###########################################################################
! Prereq information
-XmlSchemaURL =
http://people.apache.org/~ajith/xmlschema/XmlSchema-1.3-RC3.jar
-XmlSchemaFile = XmlSchema-1.3-RC3.jar
+XmlSchemaURL =
http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1.jar
+XmlSchemaFile = XmlSchema-1.3.1.jar
XercesURL =
http://archive.apache.org/dist/xml/xerces-j/Xerces-J-bin.2.8.1.zip
XercesFile = Xerces-J-bin.2.8.1.zip
XercesJar1 = xercesImpl.jar
@@ -50,7 +50,7 @@
version = 1.0
! The current milestone id
-milestone = 7a-RC1
+milestone = 7a
! The type of build to run. Valid value are R - release, M - milestone, I -
integration, N - nightly
buildType = M
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]