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

svn commit: r167842 - /incubator/beehive/trunk/samples/wsm-addressbook-enhanced/WEB-INF /incubator/beehive/trunk/samples/wsm-addressbook-fromWSDL/WEB-INF /incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF /incubator/beehive/trunk/samples/wsm-blank/WEB-INF /incubator/beehive/trunk/samples/wsm-employee/WEB-INF /incubator/beehive/trunk/samples/wsm-petstore-dashboard

Author: ekoneil
Date: Mon May  2 18:21:36 2005
New Revision: 167842

URL: http://svn.apache.org/viewcvs?rev=167842&view=rev
Log:
Commit of a patch from Jeremiah Johnson that adds a build.properties file to the WSM Samples in the distribution.

BB: self
DRT: dist build completed successfully 


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

Modified: incubator/beehive/trunk/samples/wsm-addressbook-enhanced/WEB-INF/build.properties
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-addressbook-enhanced/WEB-INF/build.properties?rev=167842&r1=167841&r2=167842&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/wsm-addressbook-enhanced/WEB-INF/build.properties (original)
+++ incubator/beehive/trunk/samples/wsm-addressbook-enhanced/WEB-INF/build.properties Mon May  2 18:21:36 2005
@@ -1 +1,11 @@
-beehive.home=[EDIT ME]
\ No newline at end of file
+#
+# Edit this if you have moved the sample out of BEEHIVE_HOME/samples.
+#
+beehive.home=../../..
+
+#
+# The default location to drop the war file is the BEEHIVE_HOME/samples
+# directory.  Adjust this if you would like to dump the war someplace more
+# appropriate to your environment.
+#
+to.dir=../..

Modified: incubator/beehive/trunk/samples/wsm-addressbook-fromWSDL/WEB-INF/build.properties
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-addressbook-fromWSDL/WEB-INF/build.properties?rev=167842&r1=167841&r2=167842&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/wsm-addressbook-fromWSDL/WEB-INF/build.properties (original)
+++ incubator/beehive/trunk/samples/wsm-addressbook-fromWSDL/WEB-INF/build.properties Mon May  2 18:21:36 2005
@@ -1 +1,11 @@
-beehive.home=[EDIT ME]
\ No newline at end of file
+#
+# Edit this if you have moved the sample out of BEEHIVE_HOME/samples.
+#
+beehive.home=../../..
+
+#
+# The default location to drop the war file is the BEEHIVE_HOME/samples
+# directory.  Adjust this if you would like to dump the war someplace more
+# appropriate to your environment.
+#
+to.dir=../..

Modified: incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/build.properties
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/build.properties?rev=167842&r1=167841&r2=167842&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/build.properties (original)
+++ incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/build.properties Mon May  2 18:21:36 2005
@@ -1 +1,11 @@
-beehive.home=[EDIT_ME]
\ No newline at end of file
+#
+# Edit this if you have moved the sample out of BEEHIVE_HOME/samples.
+#
+beehive.home=../../..
+
+#
+# The default location to drop the war file is the BEEHIVE_HOME/samples
+# directory.  Adjust this if you would like to dump the war someplace more
+# appropriate to your environment.
+#
+to.dir=../..

Modified: incubator/beehive/trunk/samples/wsm-blank/WEB-INF/build.properties
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-blank/WEB-INF/build.properties?rev=167842&r1=167841&r2=167842&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/wsm-blank/WEB-INF/build.properties (original)
+++ incubator/beehive/trunk/samples/wsm-blank/WEB-INF/build.properties Mon May  2 18:21:36 2005
@@ -1 +1,11 @@
-beehive.home=[EDIT_ME]
\ No newline at end of file
+#
+# Edit this if you have moved the sample out of BEEHIVE_HOME/samples.
+#
+beehive.home=../../..
+
+#
+# The default location to drop the war file is the BEEHIVE_HOME/samples
+# directory.  Adjust this if you would like to dump the war someplace more
+# appropriate to your environment.
+#
+to.dir=../..

Modified: incubator/beehive/trunk/samples/wsm-employee/WEB-INF/build.properties
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-employee/WEB-INF/build.properties?rev=167842&r1=167841&r2=167842&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/wsm-employee/WEB-INF/build.properties (original)
+++ incubator/beehive/trunk/samples/wsm-employee/WEB-INF/build.properties Mon May  2 18:21:36 2005
@@ -1 +1,11 @@
-beehive.home=[EDIT ME]
\ No newline at end of file
+#
+# Edit this if you have moved the sample out of BEEHIVE_HOME/samples.
+#
+beehive.home=../../..
+
+#
+# The default location to drop the war file is the BEEHIVE_HOME/samples
+# directory.  Adjust this if you would like to dump the war someplace more
+# appropriate to your environment.
+#
+to.dir=../..

Modified: incubator/beehive/trunk/samples/wsm-petstore-dashboard/build.properties
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-petstore-dashboard/build.properties?rev=167842&r1=167841&r2=167842&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/wsm-petstore-dashboard/build.properties (original)
+++ incubator/beehive/trunk/samples/wsm-petstore-dashboard/build.properties Mon May  2 18:21:36 2005
@@ -1 +1,4 @@
-beehive.home=[EDIT ME]
\ No newline at end of file
+#
+# Edit this if you have moved the sample out of BEEHIVE_HOME/samples.
+#
+beehive.home=../..