- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 06 Aug 2009 10:13:29 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn In directory hutz:/tmp/cvs-serv23605 Modified Files: Tag: dev2 build.xml .classpath Log Message: generated routes with xbean Index: build.xml =================================================================== RCS file: /sources/public/2006/unicorn/build.xml,v retrieving revision 1.9.4.7 retrieving revision 1.9.4.8 diff -u -d -r1.9.4.7 -r1.9.4.8 --- build.xml 5 Aug 2009 17:21:39 -0000 1.9.4.7 +++ build.xml 6 Aug 2009 10:13:27 -0000 1.9.4.8 @@ -26,6 +26,8 @@ <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/route.xsd" srcgendir="src" javasource="1.5" srconly="true"/> + <xmlbean schema="WebContent/WEB-INF/schemas/route.xsd" destfile="WebContent/WEB-INF/lib/unicorn-route.jar"/> </target> + </project> \ No newline at end of file Index: .classpath =================================================================== RCS file: /sources/public/2006/unicorn/.classpath,v retrieving revision 1.4.4.4 retrieving revision 1.4.4.5 diff -u -d -r1.4.4.4 -r1.4.4.5 --- .classpath 5 Aug 2009 14:23:37 -0000 1.4.4.4 +++ .classpath 6 Aug 2009 10:13:27 -0000 1.4.4.5 @@ -15,5 +15,7 @@ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/xbean.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jsr173_1.0_api.jar"/> + <classpathentry kind="lib" path="WebContent/WEB-INF/lib/unicorn-route.jar"/> <classpathentry kind="output" path="build/classes"/> </classpath>
Received on Thursday, 6 August 2009 10:13:42 UTC