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 2004/11/03 02:31:44 UTC

svn commit: rev 56450 - in incubator/beehive/branches/v1/alpha: . samples/AddressBookWS samples/EmployeeWS

Author: mmerz
Date: Tue Nov  2 17:31:43 2004
New Revision: 56450

Modified:
   incubator/beehive/branches/v1/alpha/build.xml
   incubator/beehive/branches/v1/alpha/samples/AddressBookWS/index.html
   incubator/beehive/branches/v1/alpha/samples/EmployeeWS/index.html
Log:
Filter build.xml; use correct greeting for welcome pages.



Modified: incubator/beehive/branches/v1/alpha/build.xml
==============================================================================
--- incubator/beehive/branches/v1/alpha/build.xml	(original)
+++ incubator/beehive/branches/v1/alpha/build.xml	Tue Nov  2 17:31:43 2004
@@ -366,19 +366,21 @@
         
         <!-- Build the wsm blank template app distro -->
         <copy todir="${dist.dir}/samples/wsm-blank" failOnError="true">
-            <fileset dir="samples/wsm-blank"/>
+            <fileset dir="samples/wsm-blank">
+                <exclude name="WEB-INF/build.xml"/>
+            </fileset>
         </copy>
 
         <!-- Build the WSM/AddressBookWS sample -->
         <copy todir="${dist.dir}/samples/AddressBookWS" failOnError="true">
             <fileset dir="samples/AddressBookWS">
-                <exclude name="build.xml"/>
+                <exclude name="WEB-INF/build.xml"/>
             </fileset>
         </copy>
         <!-- Build the WSM/EmployeeWS sample -->
         <copy todir="${dist.dir}/samples/EmployeeWS" failOnError="true">
             <fileset dir="samples/EmployeeWS">
-                <exclude name="build.xml"/>
+                <exclude name="WEB-INF/build.xml"/>
             </fileset>
         </copy>
         <ant 

Modified: incubator/beehive/branches/v1/alpha/samples/AddressBookWS/index.html
==============================================================================
--- incubator/beehive/branches/v1/alpha/samples/AddressBookWS/index.html	(original)
+++ incubator/beehive/branches/v1/alpha/samples/AddressBookWS/index.html	Tue Nov  2 17:31:43 2004
@@ -7,7 +7,7 @@
 
 <body bgcolor="#FFFFFF">
 <h1 align="center">Beehive Web Services</h1>
-<p><em>Welcome</em> to Address Book Web Service!</p>
+<p><em>Welcome</em> to the AddressBook Web service!</p>
 <p>What would you like to do today?</p>
 <ul>
     <li>

Modified: incubator/beehive/branches/v1/alpha/samples/EmployeeWS/index.html
==============================================================================
--- incubator/beehive/branches/v1/alpha/samples/EmployeeWS/index.html	(original)
+++ incubator/beehive/branches/v1/alpha/samples/EmployeeWS/index.html	Tue Nov  2 17:31:43 2004
@@ -7,7 +7,7 @@
 </head>
 <body style="background-color: rgb(255, 255, 255);">
 <h1 align="center">Beehive Web Services</h1>
-<p><em>Welcome</em> to Address Book Web Service!</p>
+<p><em>Welcome</em> to the Employee Web service!</p>
 <p>What would you like to do today?</p>
 <ul>
   <li> <a href="happyaxis.jsp">Validate</a> the local installation <br>