2006/unicorn build.xml,1.9.4.12,1.9.4.13

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

Modified Files:
      Tag: dev2
	build.xml 
Log Message:
translation of values in RDF file was broken + some cleaning

Index: build.xml
===================================================================
RCS file: /sources/public/2006/unicorn/build.xml,v
retrieving revision 1.9.4.12
retrieving revision 1.9.4.13
diff -u -d -r1.9.4.12 -r1.9.4.13
--- build.xml	17 Aug 2009 17:54:32 -0000	1.9.4.12
+++ build.xml	20 Aug 2009 14:42:12 -0000	1.9.4.13
@@ -29,6 +29,7 @@
 	</target>
 	<target name="xsd">
 		<xmlbean schema="WebContent/WEB-INF/resources/schemas/tasklist.xsd" destfile="WebContent/WEB-INF/lib/tasklist.jar" javasource="1.5" classpath="WebContent/WEB-INF/lib/xbean.jar"/>
+		<xmlbean schema="WebContent/WEB-INF/resources/schemas/observer-response.xsd" destfile="WebContent/WEB-INF/lib/observationresponse.jar" javasource="1.5" classpath="WebContent/WEB-INF/lib/xbean.jar"/>
 	</target>
 	
-</project>
\ No newline at end of file
+</project>

Received on Thursday, 20 August 2009 14:42:26 UTC