You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2005/05/20 07:34:33 UTC

svn commit: r171061 - in /incubator/beehive/trunk/netui/src/pageflow: build.xml schema/

Author: rich
Date: Thu May 19 22:34:30 2005
New Revision: 171061

URL: http://svn.apache.org/viewcvs?rev=171061&view=rev
Log:
Fix for http://issues.apache.org/jira/browse/BEEHIVE-753 : page flow still has webapp23.xsd built into beehive-netui-core.jar

This just deletes an unused schema, which was generating (unused) classes into beehive-netui-core.jar

tests: bvt in netui (WinXP)
BB: self (linux)


Removed:
    incubator/beehive/trunk/netui/src/pageflow/schema/
Modified:
    incubator/beehive/trunk/netui/src/pageflow/build.xml

Modified: incubator/beehive/trunk/netui/src/pageflow/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/pageflow/build.xml?rev=171061&r1=171060&r2=171061&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/pageflow/build.xml (original)
+++ incubator/beehive/trunk/netui/src/pageflow/build.xml Thu May 19 22:34:30 2005
@@ -31,14 +31,6 @@
 
         <mkdir dir="${module.classes.dir}"/>
 
-        <!-- run the XMLBean compiler for the schema(s) in this module -->
-        <ant antfile="${netui.ant.dir}/xmlBean.xml">
-            <property name="xsd.root.dir" value="${module.dir}/schema/"/>
-            <property name="class.output.dir" value="${module.classes.dir}"/>
-            <property name="xbean.inputs" value="${module.dir}/schema/*.xsd*"/>
-            <property name="xbean.output" value="${build.lib.dir}/${pageflow.jar.name}"/>
-        </ant>
-
         <!-- run the XMLBean compiler for the processed-annotations schema, in the compiler module -->
         <ant antfile="${netui.ant.dir}/xmlBean.xml">
             <property name="xsd.root.dir" value="${compiler-core.module.dir}/schema/processed-annotations"/>