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/10 19:29:20 UTC

svn commit: r169500 - in /incubator/beehive/trunk: docs/forrest/src/documentation/content/xdocs/jpetstore.xml user/beehive-runtime.xml

Author: ekoneil
Date: Tue May 10 10:29:19 2005
New Revision: 169500

URL: http://svn.apache.org/viewcvs?rev=169500&view=rev
Log:
Couple more tweaks; add a license to beehive-runtime and add "deploy-beehive" to the required targets in jpetstore.xml.

BB: self
DRT: none


Modified:
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
    incubator/beehive/trunk/user/beehive-runtime.xml

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml?rev=169500&r1=169499&r2=169500&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml Tue May 10 10:29:19 2005
@@ -172,11 +172,12 @@
 				<p>To compile the Petstore app, enter the following Ant command:</p>
 <source>ant 
   clean
+  deploy-beehive
   build
   war
 
 <strong>Copy and Paste version:</strong>
-ant clean build war
+ant clean deploy-beehive build war
 </source>
 <p>A WAR file named <code>petstoreWeb.war</code> will be saved at <code>C:/beehive_projects/petstoreWeb.war</code>.</p>
 			</section>

Modified: incubator/beehive/trunk/user/beehive-runtime.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/user/beehive-runtime.xml?rev=169500&r1=169499&r2=169500&view=diff
==============================================================================
--- incubator/beehive/trunk/user/beehive-runtime.xml (original)
+++ incubator/beehive/trunk/user/beehive-runtime.xml Tue May 10 10:29:19 2005
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+   Copyright 2004 The Apache Software Foundation.
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+   
+       http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  
+   $Header:$
+ -->
 
 <project name="Beehive/Webapp Deploy" default="usage" basedir=".">