You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by mm...@apache.org on 2005/02/04 06:05:05 UTC

svn commit: r151323 - incubator/beehive/trunk/distribution.xml

Author: mmerz
Date: Thu Feb  3 21:05:03 2005
New Revision: 151323

URL: http://svn.apache.org/viewcvs?view=rev&rev=151323
Log:
Adjusted distribution.xml to new sample names and conventions.

Modified:
    incubator/beehive/trunk/distribution.xml

Modified: incubator/beehive/trunk/distribution.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/distribution.xml?view=diff&r1=151322&r2=151323
==============================================================================
--- incubator/beehive/trunk/distribution.xml (original)
+++ incubator/beehive/trunk/distribution.xml Thu Feb  3 21:05:03 2005
@@ -305,18 +305,25 @@
             </fileset>
         </copy>
 
+        <!-- Build the WSM/EnhancedAddressBookWS sample -->
+        <copy todir="${dist.dir}/samples/EnhancedAddressBookWS" failOnError="true">
+            <fileset dir="samples/wsm-addressbook-enhanced">
+                <exclude name="WEB-INF/build*svn.xml"/>
+            </fileset>
+        </copy>
+
         <!-- Build the WSM/AddressBookWS sample -->
         <copy todir="${dist.dir}/samples/AddressBookWS" failOnError="true">
-            <fileset dir="samples/AddressBookWS">
-                <exclude name="WEB-INF/build.xml"/>
+            <fileset dir="samples/wsm-addressbook">
+                <exclude name="WEB-INF/build*svn.xml"/>
             </fileset>
         </copy>
 
         <!-- Build the WSM/EmployeeWS sample -->
         <!-- todo: depends on dbControls.jar; controls-db, which produces that file and copies it into WEB-INF/lib needs be merged back from alpha -->
         <copy todir="${dist.dir}/samples/EmployeeWS" failOnError="true">
-            <fileset dir="samples/EmployeeWS">
-                <exclude name="WEB-INF/build.xml"/>
+            <fileset dir="samples/wsm-employee">
+                <exclude name="WEB-INF/build*svn.xml"/>
             </fileset>
         </copy>