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/15 15:18:24 UTC

svn commit: r170217 - in /incubator/beehive/trunk/samples/petstoreWeb: build-dist.xml build.xml web/images/banner_birds.gif web/images/banner_cats.gif web/images/banner_dogs.gif web/images/banner_fish.gif web/images/banner_reptiles.gif

Author: ekoneil
Date: Sun May 15 06:18:23 2005
New Revision: 170217

URL: http://svn.apache.org/viewcvs?rev=170217&view=rev
Log:
Fixes for JIRA 732 and 733.

This removes these images; they'll be re-added momentarily.

BB: self
DRT: none


Removed:
    incubator/beehive/trunk/samples/petstoreWeb/web/images/banner_birds.gif
    incubator/beehive/trunk/samples/petstoreWeb/web/images/banner_cats.gif
    incubator/beehive/trunk/samples/petstoreWeb/web/images/banner_dogs.gif
    incubator/beehive/trunk/samples/petstoreWeb/web/images/banner_fish.gif
    incubator/beehive/trunk/samples/petstoreWeb/web/images/banner_reptiles.gif
Modified:
    incubator/beehive/trunk/samples/petstoreWeb/build-dist.xml
    incubator/beehive/trunk/samples/petstoreWeb/build.xml

Modified: incubator/beehive/trunk/samples/petstoreWeb/build-dist.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/build-dist.xml?rev=170217&r1=170216&r2=170217&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/build-dist.xml (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/build-dist.xml Sun May 15 06:18:23 2005
@@ -73,7 +73,7 @@
     <!-- build - build the webapp                  -->
     <!-- ========================================= -->
 
-    <target name="build" description="Build the webapp">
+    <target name="build" depends="deploy-beehive" description="Build the webapp">
         <copy todir="${build.dir}/">
             <fileset dir="${web.dir}">
                 <exclude name="**/*.java"/>
@@ -84,6 +84,7 @@
             <fileset dir="${src.dir}/">
                 <include name="sql/**"/>
                 <include name="**/*.properties"/>
+                <include name="**/*.xml"/>
             </fileset>
         </copy>
 

Modified: incubator/beehive/trunk/samples/petstoreWeb/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/build.xml?rev=170217&r1=170216&r2=170217&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/build.xml (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/build.xml Sun May 15 06:18:23 2005
@@ -86,6 +86,7 @@
             <fileset dir="${src.dir}/">
                 <include name="sql/**"/>
                 <include name="**/*.properties"/>
+                <include name="**/*.xml"/>
             </fileset>
         </copy>