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/05/31 17:36:41 UTC

svn commit: r179223 - /incubator/beehive/trunk/wsm/build-schema.xml

Author: ekoneil
Date: Tue May 31 08:36:40 2005
New Revision: 179223

URL: http://svn.apache.org/viewcvs?rev=179223&view=rev
Log:
Fix build-schema.xml to include the wsm/schemas directory as well.

BB: self
DRT: none


Modified:
    incubator/beehive/trunk/wsm/build-schema.xml

Modified: incubator/beehive/trunk/wsm/build-schema.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/build-schema.xml?rev=179223&r1=179222&r2=179223&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/build-schema.xml (original)
+++ incubator/beehive/trunk/wsm/build-schema.xml Tue May 31 08:36:40 2005
@@ -7,12 +7,12 @@
     <property name="schema.jar" location="${beehive.home}/wsm/wsm-schema.jar"/>
     <property name="schema.build.dir" location="${beehive.home}/wsm/build-schema"/>
 
-
     <target name="build" depends="build-schema, make-jar" />
 
     <target name="build-schema">
         <echo message="generate"/>
         <build-xbean schemaDir="${xsd.schema.dir}" classgenDir="${schema.build.dir}"/>
+        <build-xbean schemaDir="schemas" classgenDir="${schema.build.dir}"/>
     </target>
 
    <target name="make-jar">