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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to