Author: ekoneil
Date: Wed Aug 31 11:54:43 2005
New Revision: 265549

URL: http://svn.apache.org/viewcvs?rev=265549&view=rev
Log:
Bit of fixup work in build-schema.xml.  This didn't work well when renaming an 
XSD file as it picked up all of the *.xsd* files that showed up in .svn 
directories.

This wreaked havoc with IDEA as all possible (old and new) package names were 
available at once (!).

BB: self
DRT: NetUI pass


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=265549&r1=265548&r2=265549&view=diff
==============================================================================
--- beehive/trunk/netui/ant/build-schema.xml (original)
+++ beehive/trunk/netui/ant/build-schema.xml Wed Aug 31 11:54:43 2005
@@ -54,7 +54,7 @@
         <ant antfile="${netui.ant.dir}/xmlBean.xml">
             <property name="xsd.root.dir" value="${module.schema.dir}"/>
             <property name="class.output.dir" value="${schema.build.dir}"/>
-            <property name="xbean.inputs" 
value="${src.dir}/${module.name}/schema/*.xsd*"/>
+            <property name="xbean.inputs" value="*.xsd,*.xsdconfig"/>
             <property name="xbean.output" value="${schema.jar}"/>
         </ant>
     </target>


Reply via email to