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/05/04 01:05:02 UTC

svn commit: r399486 - /beehive/trunk/distribution.xml

Author: ekoneil
Date: Wed May  3 16:05:00 2006
New Revision: 399486

URL: http://svn.apache.org/viewcvs?rev=399486&view=rev
Log:
Oops -- this should have been in the change that fixed up the petstoreWeb build.

BB: self
Test: build.dist pass


Modified:
    beehive/trunk/distribution.xml

Modified: beehive/trunk/distribution.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/distribution.xml?rev=399486&r1=399485&r2=399486&view=diff
==============================================================================
--- beehive/trunk/distribution.xml (original)
+++ beehive/trunk/distribution.xml Wed May  3 16:05:00 2006
@@ -251,17 +251,9 @@
         <copy todir="${dist.dir}/samples/petstoreWeb" failOnError="true">
             <fileset dir="samples/petstoreWeb">
                 <exclude name="build"/>
-                <exclude name="lib"/>
-                <exclude name="build-dist.xml"/>
-                <exclude name="build-dist.properties"/>
-                <exclude name="build.xml"/>
                 <exclude name="build.properties"/>
             </fileset>
         </copy>
-
-        <!-- rename build-dist.xml to build.xml -->
-        <copy tofile="${dist.dir}/samples/petstoreWeb/build.xml" 
-              file="${beehive.home}/samples/petstoreWeb/build-dist.xml" failOnError="true"/>
 
         <!-- rename build-dist.properties to build.properties -->
         <copy tofile="${dist.dir}/samples/petstoreWeb/build.properties"