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 2006/03/19 21:41:53 UTC

svn commit: r387027 - in /beehive/trunk/samples/petstoreWeb: build-dist.xml build.xml

Author: ekoneil
Date: Sun Mar 19 12:41:52 2006
New Revision: 387027

URL: http://svn.apache.org/viewcvs?rev=387027&view=rev
Log:
Little cleanup from earlier checkin to remove import of beehive-tools.xml.

BB: self
Test: build.dist pass


Modified:
    beehive/trunk/samples/petstoreWeb/build-dist.xml
    beehive/trunk/samples/petstoreWeb/build.xml

Modified: beehive/trunk/samples/petstoreWeb/build-dist.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/samples/petstoreWeb/build-dist.xml?rev=387027&r1=387026&r2=387027&view=diff
==============================================================================
--- beehive/trunk/samples/petstoreWeb/build-dist.xml (original)
+++ beehive/trunk/samples/petstoreWeb/build-dist.xml Sun Mar 19 12:41:52 2006
@@ -21,7 +21,6 @@
     <property environment="os"/>
     <property file="build.properties"/>
     <import file="${beehive.home}/beehive-imports.xml"/>
-    <import file="${beehive.home}/ant/beehive-tools.xml"/>
 
     <property name="tmp.sourcegen.dir" value=".tmpbeansrc"/>
 
@@ -98,20 +97,6 @@
              debug="true"
              processorOptions="web.content.root=${web.dir}"
              nocompile="false"/>
-<!--
-        <echo>Building Controls</echo>
-        <build-controls srcdir="${src.dir}"
-                        destdir="${build.dir}/WEB-INF/classes" 
-                        tempdir="${build.dir}/WEB-INF/${tmp.sourcegen.dir}"
-                        classpathRef="webapp.classpath"/>
-
-        <echo>Building Page Flows</echo>
-        <build-pageflows srcdir="${web.dir}"
-                         webcontentdir="${web.dir}"
-                         destdir="${build.dir}/WEB-INF/classes"
-                         tempdir="${build.dir}/WEB-INF/${tmp.sourcegen.dir}"
-                         classpathref="webapp.classpath"/>
--->
     </target>
 
     <target name="copy.jsps" 

Modified: beehive/trunk/samples/petstoreWeb/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/samples/petstoreWeb/build.xml?rev=387027&r1=387026&r2=387027&view=diff
==============================================================================
--- beehive/trunk/samples/petstoreWeb/build.xml (original)
+++ beehive/trunk/samples/petstoreWeb/build.xml Sun Mar 19 12:41:52 2006
@@ -20,7 +20,6 @@
     <property environment="os"/>
     <property file="build.properties"/>
     <import file="${beehive.home}/beehive-imports.xml"/>
-    <import file="${beehive.home}/ant/beehive-tools.xml"/>
 
     <property name="tmp.sourcegen.dir" value=".tmpbeansrc"/>