Author: mmerz
Date: Thu Mar 10 17:39:34 2005
New Revision: 157024

URL: http://svn.apache.org/viewcvs?view=rev&rev=157024
Log:
Took wsm-employee sample (temporarily) out of distribution. We need to resolve 
issues around DBControl (where does it come from, will it stick around, etc.) 
first.
New sample, "wsm-samples", to illustrate use of JSR-181 annotations added.


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=157023&r2=157024
==============================================================================
--- incubator/beehive/trunk/distribution.xml (original)
+++ incubator/beehive/trunk/distribution.xml Thu Mar 10 17:39:34 2005
@@ -321,7 +321,7 @@
 
     <target name="build.dist.samples">
         <!--
-            [EMAIL PROTECTED] (3/4/04): took petstore dashboard sample out of 
distribution; there are some issues around Axis that need to be resolved first.
+            [EMAIL PROTECTED] (3/4/04): sample taken out of distribution; 
issues around Axis need to be resolved first.
           -->
         <!-- Build the petstore dashboard distro
         <copy todir="${dist.dir}/samples/wsm-petstore-dashboard" 
failOnError="true">
@@ -378,7 +378,7 @@
 
         <!-- Build the sample: wsm-addressbook-fromWSDL -->
         <!--
-            [EMAIL PROTECTED] (3/9/04): needs to be more stable.
+            [EMAIL PROTECTED] (3/9/04): needs to be more stable.
           -->
         <!--
         <copy todir="${dist.dir}/samples/wsm-addressbook-fromWSDL" 
failOnError="true">
@@ -390,13 +390,15 @@
         
         <!-- Build the sample: wsm-employee -->
         <!--
-            [EMAIL PROTECTED] (3/9/04): dependency on database control needs 
to be resolved.
+            [EMAIL PROTECTED] (3/9/04): sample taken out of distribution; 
controls-db, derby dependencies need to be resolved first.
           -->
+        <!-- 
         <copy todir="${dist.dir}/samples/wsm-employee" failOnError="true">
             <fileset dir="samples/wsm-employee">
                 <exclude name="WEB-INF/build*svn.xml"/>
             </fileset>
         </copy>
+        -->
         
         <!-- Build the sample: wsm-samples -->
         <copy todir="${dist.dir}/samples/wsm-samples" failOnError="true">


Reply via email to