2006/unicorn build.xml,1.4,1.5

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

Modified Files:
	build.xml 
Log Message:
new build file

Index: build.xml
===================================================================
RCS file: /sources/public/2006/unicorn/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- build.xml	10 Jun 2008 12:41:42 -0000	1.4
+++ build.xml	4 Sep 2008 13:26:04 -0000	1.5
@@ -22,8 +22,6 @@
         <pathelement location="${unicorn.location}/lib/commons-logging-1.1.jar"/>
         <pathelement location="${unicorn.location}/lib/icu4j_3_4.jar"/>
         <pathelement location="${unicorn.location}/lib/iri.jar"/>
-        <pathelement location="${unicorn.location}/lib/jaxb-api.jar"/>
-        <pathelement location="${unicorn.location}/lib/jaxb-impl.jar"/>
         <pathelement location="${unicorn.location}/lib/jena.jar"/>
         <pathelement location="${unicorn.location}/lib/jsr173_1.0_api.jar"/>
         <pathelement location="${unicorn.location}/lib/log4j-1.2.12.jar"/>
@@ -31,6 +29,16 @@
         <pathelement location="${unicorn.location}/lib/velocity-1.5-dev.jar"/>
         <pathelement location="${unicorn.location}/lib/xercesImpl.jar"/>
     	<pathelement location="${unicorn.location}/lib/catalina-ant.jar"/>
+    	<pathelement location="${unicorn.location}/lib/observationresponse.jar"/>
+    	<pathelement location="${unicorn.location}/lib/tasklist.jar"/>
+    	<pathelement location="${unicorn.location}/lib/xbean.jar"/>
+    	<pathelement location="${unicorn.location}/lib/xbean_xpath.jar"/>
+    	<pathelement location="${unicorn.location}/lib/xmlbeans-qname.jar"/>
+    	<pathelement location="${unicorn.location}/lib/xmlpublic.jar"/>
+    	<pathelement location="${unicorn.location}/lib/saxon8.jar"/>
+    	<pathelement location="${unicorn.location}/lib/saxon8-dom.jar"/>
+    	<pathelement location="${unicorn.location}/lib/saxon8-jdom.jar"/>
+    	<pathelement location="${unicorn.location}/lib/saxon8-xpath.jar"/>
     </path>
 	
 	<!-- Configure the custom Ant tasks for the Manager application -->
@@ -69,11 +77,6 @@
             <classpath refid="project.classpath"/>
         </java>
     </target>
-    <target name="JAXBTest">
-        <java fork="yes" classname="org.w3c.unicorn.tests.JAXBTest" failonerror="true">
-            <classpath refid="project.classpath"/>
-        </java>
-    </target>
     <target name="DigesterDriver">
         <java fork="yes" classname="bordel.DigesterDriver" failonerror="true">
             <classpath refid="project.classpath"/>
@@ -89,8 +92,8 @@
             <classpath refid="project.classpath"/>
         </java>
     </target>
-    <target name="TasksListUnmarshallerJAXB">
-        <java fork="yes" classname="org.w3c.unicorn.tasklist.TasksListUnmarshallerJAXB" failonerror="true">
+    <target name="TaskListUnmarshallerBeans">
+        <java fork="yes" classname="org.w3c.unicorn.tasklist.TaskListUnmarshallerBeans" failonerror="true">
             <classpath refid="project.classpath"/>
         </java>
     </target>
@@ -99,11 +102,6 @@
             <classpath refid="project.classpath"/>
         </java>
     </target>
-    <target name="ExpandTest (2)">
-        <java fork="yes" classname="org.w3c.unicorn.tests.ExpandTest" failonerror="true">
-            <classpath refid="project.classpath"/>
-        </java>
-    </target>
     <target name="ListFiles">
         <java fork="yes" classname="org.w3c.unicorn.util.ListFiles" failonerror="true">
             <classpath refid="project.classpath"/>

Received on Thursday, 4 September 2008 13:26:41 UTC