You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by jk...@apache.org on 2007/12/20 02:14:55 UTC

svn commit: r605774 - /incubator/woden/trunk/java/build.xml

Author: jkaputin
Date: Wed Dec 19 17:14:54 2007
New Revision: 605774

URL: http://svn.apache.org/viewvc?rev=605774&view=rev
Log:
Changed the ANT build script to include the 
schema.catalog file in the DOM and OM impl jars.

Modified:
    incubator/woden/trunk/java/build.xml

Modified: incubator/woden/trunk/java/build.xml
URL: http://svn.apache.org/viewvc/incubator/woden/trunk/java/build.xml?rev=605774&r1=605773&r2=605774&view=diff
==============================================================================
--- incubator/woden/trunk/java/build.xml (original)
+++ incubator/woden/trunk/java/build.xml Wed Dec 19 17:14:54 2007
@@ -377,6 +377,13 @@
 			</fileset>
 		</copy>
 
+	    <!-- copy the standard schema resolver catalog --> 
+	    <copy todir="${build.classes.dom}/META-INF">
+		    <fileset dir="${schema.catalog.location}">
+			    <include name="schema.catalog" />
+		    </fileset>
+	    </copy>
+   	
        <!-- Copy the LICENSE and NOTICE files. -->
        <mkdir dir="${build.classes.dom}/META-INF" />
        <copy todir="${build.classes.dom}/META-INF">
@@ -425,6 +432,13 @@
 			</fileset>
 		</copy>
 
+        <!-- copy the standard schema resolver catalog --> 
+        <copy todir="${build.classes.om}/META-INF">
+	        <fileset dir="${schema.catalog.location}">
+		        <include name="schema.catalog" />
+	        </fileset>
+        </copy>
+	
 		<!-- Copy the LICENSE and NOTICE files. -->
        <mkdir dir="${build.classes.om}/META-INF" />
        <copy todir="${build.classes.om}/META-INF">



---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org