- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Aug 2009 16:41:10 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn
In directory hutz:/tmp/cvs-serv5550
Modified Files:
Tag: dev2
build.xml
Log Message:
added xbean task
Index: build.xml
===================================================================
RCS file: /sources/public/2006/unicorn/build.xml,v
retrieving revision 1.9.4.5
retrieving revision 1.9.4.6
diff -u -d -r1.9.4.5 -r1.9.4.6
--- build.xml 5 Aug 2009 16:17:12 -0000 1.9.4.5
+++ build.xml 5 Aug 2009 16:41:08 -0000 1.9.4.6
@@ -23,8 +23,9 @@
<antcall target="create"/>
<antcall target="copy"/>
</target>
+ <taskdef name="xmlbean" classname="org.apache.xmlbeans.impl.tool.XMLBean" classpath="WebContent/WEB-INF/lib/xbean.jar"/>
<target name="xsd">
- <xmlbean schema="WebContent/WEB-INF/schemas" destfile="test.jar"/>
+ <xmlbean schema="WebContent/WEB-INF/schemas/route.xsd" destfile="test.jar"/>
</target>
- <taskdef name="xmlbean" classname="org.apache.xmlbeans.impl.tool.XMLBean" classpath="WebContent/WEB-INF/lib/xbean.jar"/>
+
</project>
\ No newline at end of file
Received on Wednesday, 5 August 2009 16:41:20 UTC