2006/unicorn build.xml,1.9.4.9,1.9.4.10

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

Modified Files:
      Tag: dev2
	build.xml 
Log Message:
worked on jigsaw compatibility

Index: build.xml
===================================================================
RCS file: /sources/public/2006/unicorn/build.xml,v
retrieving revision 1.9.4.9
retrieving revision 1.9.4.10
diff -u -d -r1.9.4.9 -r1.9.4.10
--- build.xml	6 Aug 2009 12:46:49 -0000	1.9.4.9
+++ build.xml	6 Aug 2009 15:04:25 -0000	1.9.4.10
@@ -24,10 +24,11 @@
 		<antcall target="copy"/>
 	</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"/>
+	</target>
 	<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" javasource="1.5"/>
 	</target>
-
 	
 </project>
\ No newline at end of file

Received on Thursday, 6 August 2009 15:04:37 UTC