2006/unicorn build.xml,1.9.4.6,1.9.4.7

Update of /sources/public/2006/unicorn
In directory hutz:/tmp/cvs-serv13417

Modified Files:
      Tag: dev2
	build.xml 
Log Message:
modified xmlbean ant task
+changed package name from w3c to w3

Index: build.xml
===================================================================
RCS file: /sources/public/2006/unicorn/build.xml,v
retrieving revision 1.9.4.6
retrieving revision 1.9.4.7
diff -u -d -r1.9.4.6 -r1.9.4.7
--- build.xml	5 Aug 2009 16:41:08 -0000	1.9.4.6
+++ build.xml	5 Aug 2009 17:21:39 -0000	1.9.4.7
@@ -25,7 +25,7 @@
 	</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/route.xsd" destfile="test.jar"/>
+		<xmlbean schema="WebContent/WEB-INF/schemas/route.xsd" srcgendir="src" javasource="1.5" srconly="true"/>
 	</target>
 	
 </project>
\ No newline at end of file

Received on Wednesday, 5 August 2009 17:22:19 UTC