- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 17 Aug 2009 17:27:27 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn
In directory hutz:/tmp/cvs-serv3238
Modified Files:
Tag: dev2
build.xml
Log Message:
modified target xsd and xsd-src
Index: build.xml
===================================================================
RCS file: /sources/public/2006/unicorn/build.xml,v
retrieving revision 1.9.4.10
retrieving revision 1.9.4.11
diff -u -d -r1.9.4.10 -r1.9.4.11
--- build.xml 6 Aug 2009 15:04:25 -0000 1.9.4.10
+++ build.xml 17 Aug 2009 17:27:25 -0000 1.9.4.11
@@ -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/schemas/route.xsd" srcgendir="src" javasource="1.5" srconly="true"/>
+ <xmlbean schema="WebContent/WEB-INF/resources/schemas/tasklist-schema.xsd" srcgendir="src" javasource="1.5" srconly="true"/>
</target>
<target name="xsd">
- <xmlbean schema="WebContent/WEB-INF/schemas/route.xsd" destfile="WebContent/WEB-INF/lib/unicorn-route.jar" javasource="1.5"/>
+ <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" />
</target>
</project>
\ No newline at end of file
Received on Monday, 17 August 2009 17:27:37 UTC