Author: steveh
Date: Tue Apr 19 11:08:41 2005
New Revision: 161941

URL: http://svn.apache.org/viewcvs?view=rev&rev=161941
Log:
Fixing paths to beehive-tools.xml

Modified:
    incubator/beehive/trunk/samples/wsm-addressbook-enhanced/WEB-INF/build.xml
    incubator/beehive/trunk/samples/wsm-addressbook-fromWSDL/WEB-INF/build.xml
    incubator/beehive/trunk/samples/wsm-blank/WEB-INF/build.xml
    incubator/beehive/trunk/samples/wsm-employee/WEB-INF/build.xml
    incubator/beehive/trunk/samples/wsm-samples/WEB-INF/build.xml

Modified: 
incubator/beehive/trunk/samples/wsm-addressbook-enhanced/WEB-INF/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-addressbook-enhanced/WEB-INF/build.xml?view=diff&r1=161940&r2=161941
==============================================================================
--- incubator/beehive/trunk/samples/wsm-addressbook-enhanced/WEB-INF/build.xml 
(original)
+++ incubator/beehive/trunk/samples/wsm-addressbook-enhanced/WEB-INF/build.xml 
Tue Apr 19 11:08:41 2005
@@ -23,7 +23,7 @@
   <property file="build.properties"/>
 
   <import file="${beehive.home}/beehive-imports.xml" />
-  <import file="${beehive.home}/beehive-tools.xml" />
+  <import file="${beehive.home}/ant/beehive-tools.xml" />
 
   <property name="service.name" value="EnhancedAddressBook" />
 

Modified: 
incubator/beehive/trunk/samples/wsm-addressbook-fromWSDL/WEB-INF/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-addressbook-fromWSDL/WEB-INF/build.xml?view=diff&r1=161940&r2=161941
==============================================================================
--- incubator/beehive/trunk/samples/wsm-addressbook-fromWSDL/WEB-INF/build.xml 
(original)
+++ incubator/beehive/trunk/samples/wsm-addressbook-fromWSDL/WEB-INF/build.xml 
Tue Apr 19 11:08:41 2005
@@ -23,7 +23,7 @@
   <property file="build.properties"/>
 
   <import file="${beehive.home}/beehive-imports.xml" />
-  <import file="${beehive.home}/beehive-tools.xml" />
+  <import file="${beehive.home}/ant/beehive-tools.xml" />
 
   <property name="service.name" value="fromWSDL" />
 

Modified: incubator/beehive/trunk/samples/wsm-blank/WEB-INF/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-blank/WEB-INF/build.xml?view=diff&r1=161940&r2=161941
==============================================================================
--- incubator/beehive/trunk/samples/wsm-blank/WEB-INF/build.xml (original)
+++ incubator/beehive/trunk/samples/wsm-blank/WEB-INF/build.xml Tue Apr 19 
11:08:41 2005
@@ -23,7 +23,7 @@
   <property file="build.properties"/>
 
   <import file="${beehive.home}/beehive-imports.xml" />
-  <import file="${beehive.home}/beehive-tools.xml" />
+  <import file="${beehive.home}/ant/beehive-tools.xml" />
 
   <property name="service.name" value="blank" />
 

Modified: incubator/beehive/trunk/samples/wsm-employee/WEB-INF/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-employee/WEB-INF/build.xml?view=diff&r1=161940&r2=161941
==============================================================================
--- incubator/beehive/trunk/samples/wsm-employee/WEB-INF/build.xml (original)
+++ incubator/beehive/trunk/samples/wsm-employee/WEB-INF/build.xml Tue Apr 19 
11:08:41 2005
@@ -23,7 +23,7 @@
   <property file="build.properties"/>
 
   <import file="${beehive.home}/beehive-imports.xml" />
-  <import file="${beehive.home}/beehive-tools.xml" />
+  <import file="${beehive.home}/ant/beehive-tools.xml" />
 
   <property name="service.name" value="Employee" />
 

Modified: incubator/beehive/trunk/samples/wsm-samples/WEB-INF/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-samples/WEB-INF/build.xml?view=diff&r1=161940&r2=161941
==============================================================================
--- incubator/beehive/trunk/samples/wsm-samples/WEB-INF/build.xml (original)
+++ incubator/beehive/trunk/samples/wsm-samples/WEB-INF/build.xml Tue Apr 19 
11:08:41 2005
@@ -23,7 +23,7 @@
   <property file="build.properties"/>
 
   <import file="${beehive.home}/beehive-imports.xml" />
-  <import file="${beehive.home}/beehive-tools.xml" />
+  <import file="${beehive.home}/ant/beehive-tools.xml" />
 
   <property name="service.name" value="wsm-samples" />
 


Reply via email to