You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/09/16 23:58:25 UTC

svn commit: r289662 - in /beehive/trunk: netui/ant/build-schema.xml system-controls/build-schema.xml

Author: ekoneil
Date: Fri Sep 16 14:58:22 2005
New Revision: 289662

URL: http://svn.apache.org/viewcvs?rev=289662&view=rev
Log:
Fixup and delete build-schema.xml files to account for removal of XMLBeans dependencies.

BB: self
Test: none


Removed:
    beehive/trunk/system-controls/build-schema.xml
Modified:
    beehive/trunk/netui/ant/build-schema.xml

Modified: beehive/trunk/netui/ant/build-schema.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/ant/build-schema.xml?rev=289662&r1=289661&r2=289662&view=diff
==============================================================================
--- beehive/trunk/netui/ant/build-schema.xml (original)
+++ beehive/trunk/netui/ant/build-schema.xml Fri Sep 16 14:58:22 2005
@@ -12,22 +12,6 @@
     <target name="build" depends="build-schemas,make-jar"/>
 
     <target name="build-schemas">
-
-        <antcall target="build-schema">
-            <param name="module.name" value="compiler-core"/>
-            <param name="module.schema.dir" value="${src.dir}/compiler-core/schema/struts-config"/>
-        </antcall>
-
-        <antcall target="build-schema">
-            <param name="module.name" value="compiler-core"/>
-            <param name="module.schema.dir" value="${src.dir}/compiler-core/schema/processed-annotations"/>
-        </antcall>
-
-        <antcall target="build-schema">
-            <param name="module.name" value="compiler-core"/>
-            <param name="module.schema.dir" value="${src.dir}/compiler-core/schema/struts-validator"/>
-        </antcall>
-
         <antcall target="build-schema">
             <param name="module.name" value="testRecorder"/>
             <param name="module.schema.dir" value="${src.dir}/testRecorder/schema"/>