Author: steveh
Date: Mon Mar 21 10:46:27 2005
New Revision: 158505

URL: http://svn.apache.org/viewcvs?view=rev&rev=158505
Log:
After conversation with Michael M., adding build.properties file to the wsm 
samples (the ones shipping with beta).  The 'SVN' build files are untouched by 
this checkin.

Added:
    
incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build.properties
   (with props)
    
incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build.properties
   (with props)
    
incubator/beehive/branches/v1/beta/samples/wsm-samples/WEB-INF/build.properties 
  (with props)
Modified:
    
incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build-client.xml
    
incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build.xml
    
incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build-client.xml
    incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build.xml
    incubator/beehive/branches/v1/beta/samples/wsm-samples/WEB-INF/build.xml

Modified: 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build-client.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build-client.xml?view=diff&r1=158504&r2=158505
==============================================================================
--- 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build-client.xml
 (original)
+++ 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build-client.xml
 Mon Mar 21 10:46:27 2005
@@ -19,8 +19,10 @@
  -->
 
 <project name="Enhanced Address Book Sample Client" default="test" basedir=".">
-       
-  <import file="../../../beehive-imports.xml" />
+
+  <property file="build.properties"/>
+
+  <import file="${beehive.home}/beehive-imports.xml" />
 
   <property
       name="wsdl.url" 

Added: 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build.properties
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build.properties?view=auto&rev=158505
==============================================================================
--- 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build.properties
 (added)
+++ 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build.properties
 Mon Mar 21 10:46:27 2005
@@ -0,0 +1 @@
+beehive.home=[EDIT ME]
\ No newline at end of file

Propchange: 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build.xml?view=diff&r1=158504&r2=158505
==============================================================================
--- 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build.xml
 (original)
+++ 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook-enhanced/WEB-INF/build.xml
 Mon Mar 21 10:46:27 2005
@@ -20,7 +20,9 @@
 
 <project name="Enhanced Address Book Sample" default="build" basedir=".">
 
-  <import file="../../../beehive-imports.xml" />
+  <property file="build.properties"/>
+
+  <import file="${beehive.home}/beehive-imports.xml" />
 
   <property name="service.name" value="EnhancedAddressBook" />
 

Modified: 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build-client.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build-client.xml?view=diff&r1=158504&r2=158505
==============================================================================
--- 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build-client.xml
 (original)
+++ 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build-client.xml
 Mon Mar 21 10:46:27 2005
@@ -19,8 +19,10 @@
  -->
 
 <project name="Address Book Sample Client" default="test" basedir=".">
-       
-  <import file="../../../beehive-imports.xml" />
+
+  <property file="build.properties"/>
+
+  <import file="${beehive.home}/beehive-imports.xml" />
 
   <property
       name="wsdl.url" 

Added: 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build.properties
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build.properties?view=auto&rev=158505
==============================================================================
--- 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build.properties
 (added)
+++ 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build.properties
 Mon Mar 21 10:46:27 2005
@@ -0,0 +1 @@
+beehive.home=[EDIT_ME]
\ No newline at end of file

Propchange: 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build.xml?view=diff&r1=158504&r2=158505
==============================================================================
--- 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build.xml 
(original)
+++ 
incubator/beehive/branches/v1/beta/samples/wsm-addressbook/WEB-INF/build.xml 
Mon Mar 21 10:46:27 2005
@@ -20,7 +20,9 @@
 
 <project name="Address Book Sample" default="build" basedir=".">
 
-  <import file="../../../beehive-imports.xml" />
+  <property file="build.properties"/>
+
+  <import file="${beehive.home}/beehive-imports.xml" />
 
   <property name="service.name" value="AddressBook" />
 

Added: 
incubator/beehive/branches/v1/beta/samples/wsm-samples/WEB-INF/build.properties
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/branches/v1/beta/samples/wsm-samples/WEB-INF/build.properties?view=auto&rev=158505
==============================================================================
--- 
incubator/beehive/branches/v1/beta/samples/wsm-samples/WEB-INF/build.properties 
(added)
+++ 
incubator/beehive/branches/v1/beta/samples/wsm-samples/WEB-INF/build.properties 
Mon Mar 21 10:46:27 2005
@@ -0,0 +1 @@
+beehive.home=[EDIT ME]
\ No newline at end of file

Propchange: 
incubator/beehive/branches/v1/beta/samples/wsm-samples/WEB-INF/build.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
incubator/beehive/branches/v1/beta/samples/wsm-samples/WEB-INF/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/branches/v1/beta/samples/wsm-samples/WEB-INF/build.xml?view=diff&r1=158504&r2=158505
==============================================================================
--- incubator/beehive/branches/v1/beta/samples/wsm-samples/WEB-INF/build.xml 
(original)
+++ incubator/beehive/branches/v1/beta/samples/wsm-samples/WEB-INF/build.xml 
Mon Mar 21 10:46:27 2005
@@ -20,7 +20,9 @@
 
 <project name="Beehive/WSM Sample Web Services" default="build" basedir=".">
 
-  <import file="../../../beehive-imports.xml" />
+  <property file="build.properties"/>
+
+  <import file="${beehive.home}/beehive-imports.xml" />
 
   <property name="service.name" value="wsm-samples" />
 


Reply via email to