You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by br...@apache.org on 2005/08/08 20:13:24 UTC

svn commit: r230833 - /beehive/trunk/netui/ant/build-schema.xml

Author: bryanche
Date: Mon Aug  8 11:13:21 2005
New Revision: 230833

URL: http://svn.apache.org/viewcvs?rev=230833&view=rev
Log:
Update netui build-schema to build core module's schema.


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=230833&r1=230832&r2=230833&view=diff
==============================================================================
--- beehive/trunk/netui/ant/build-schema.xml (original)
+++ beehive/trunk/netui/ant/build-schema.xml Mon Aug  8 11:13:21 2005
@@ -28,12 +28,10 @@
             <param name="module.schema.dir" value="${src.dir}/compiler-core/schema/struts-validator"/>
         </antcall>
 
-<!--
         <antcall target="build-schema">
-            <param name="module.name" value="pageflow"/>
-            <param name="module.schema.dir" value="${src.dir}/compiler-core/schema/processed-annotations"/>
+            <param name="module.name" value="core"/>
+            <param name="module.schema.dir" value="${src.dir}/core/schema/url-template-config"/>
         </antcall>
--->
 
         <antcall target="build-schema">
             <param name="module.name" value="util"/>