- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 17 Aug 2009 17:54:34 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn
In directory hutz:/tmp/cvs-serv5324
Modified Files:
Tag: dev2
build.xml
Log Message:
Removed ThenType from XML schema (then and else are now RoutineType)
Index: build.xml
===================================================================
RCS file: /sources/public/2006/unicorn/build.xml,v
retrieving revision 1.9.4.11
retrieving revision 1.9.4.12
diff -u -d -r1.9.4.11 -r1.9.4.12
--- build.xml 17 Aug 2009 17:27:25 -0000 1.9.4.11
+++ build.xml 17 Aug 2009 17:54:32 -0000 1.9.4.12
@@ -25,10 +25,10 @@
</target>
<taskdef name="xmlbean" classname="org.apache.xmlbeans.impl.tool.XMLBean" classpath="WebContent/WEB-INF/lib/xbean.jar"/>
<target name="xsd-src">
- <xmlbean schema="WebContent/WEB-INF/resources/schemas/tasklist-schema.xsd" srcgendir="src" javasource="1.5" srconly="true"/>
+ <xmlbean schema="WebContent/WEB-INF/resources/schemas/tasklist.xsd" srcgendir="src" javasource="1.5" srconly="true" classpath="WebContent/WEB-INF/lib/xbean.jar"/>
</target>
<target name="xsd">
- <xmlbean schema="WebContent/WEB-INF/resources/schemas/tasklist-schema.xsd" destfile="WebContent/WEB-INF/lib/unicorn-tasklist.jar" javasource="1.5" classpath="WebContent/WEB-INF/lib/xbean.jar" />
+ <xmlbean schema="WebContent/WEB-INF/resources/schemas/tasklist.xsd" destfile="WebContent/WEB-INF/lib/tasklist.jar" javasource="1.5" classpath="WebContent/WEB-INF/lib/xbean.jar"/>
</target>
</project>
\ No newline at end of file
Received on Monday, 17 August 2009 17:54:51 UTC