- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Aug 2009 16:17:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn In directory hutz:/tmp/cvs-serv736 Modified Files: Tag: dev2 build.xml Log Message: route.xml modified Index: build.xml =================================================================== RCS file: /sources/public/2006/unicorn/build.xml,v retrieving revision 1.9.4.4 retrieving revision 1.9.4.5 diff -u -d -r1.9.4.4 -r1.9.4.5 --- build.xml 5 Aug 2009 14:23:36 -0000 1.9.4.4 +++ build.xml 5 Aug 2009 16:17:12 -0000 1.9.4.5 @@ -23,4 +23,8 @@ <antcall target="create"/> <antcall target="copy"/> </target> + <target name="xsd"> + <xmlbean schema="WebContent/WEB-INF/schemas" 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:17:24 UTC