Author: jkaputin
Date: Wed Jan 31 09:22:10 2007
New Revision: 501912
URL: http://svn.apache.org/viewvc?view=rev&rev=501912
Log:
Changed milestone build number from 6 to 7
Modified:
incubator/woden/trunk/java/ant-test/build.xml
incubator/woden/trunk/java/build.properties
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=501912&r1=501911&r2=501912
==============================================================================
--- incubator/woden/trunk/java/ant-test/build.xml (original)
+++ incubator/woden/trunk/java/ant-test/build.xml Wed Jan 31 09:22:10 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-M6.jar;${lib.dir}/woden-ant-1.0-incubating-M6.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-M7.jar;${lib.dir}/woden-ant-1.0-incubating-M7.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/trunk/java/build.properties
URL:
http://svn.apache.org/viewvc/incubator/woden/trunk/java/build.properties?view=diff&rev=501912&r1=501911&r2=501912
==============================================================================
--- incubator/woden/trunk/java/build.properties (original)
+++ incubator/woden/trunk/java/build.properties Wed Jan 31 09:22:10 2007
@@ -50,7 +50,7 @@
version = 1.0
! The current milestone id
-milestone = 6
+milestone = 7
! 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]