You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/10/25 16:47:09 UTC

svn commit: r1027151 - in /tuscany/sca-java-1.x/trunk/samples: calculator-ws-webapp/README chat-webapp/README feed-aggregator-webapp/README helloworld-dojo-webapp/README helloworld-jsonrpc-webapp/README

Author: nash
Date: Mon Oct 25 14:47:08 2010
New Revision: 1027151

URL: http://svn.apache.org/viewvc?rev=1027151&view=rev
Log:
Merge r1000905 Explain that the WAR file is intentionally omitted from the binary distribution

Modified:
    tuscany/sca-java-1.x/trunk/samples/calculator-ws-webapp/README
    tuscany/sca-java-1.x/trunk/samples/chat-webapp/README
    tuscany/sca-java-1.x/trunk/samples/feed-aggregator-webapp/README
    tuscany/sca-java-1.x/trunk/samples/helloworld-dojo-webapp/README
    tuscany/sca-java-1.x/trunk/samples/helloworld-jsonrpc-webapp/README

Modified: tuscany/sca-java-1.x/trunk/samples/calculator-ws-webapp/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/samples/calculator-ws-webapp/README?rev=1027151&r1=1027150&r2=1027151&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/samples/calculator-ws-webapp/README (original)
+++ tuscany/sca-java-1.x/trunk/samples/calculator-ws-webapp/README Mon Oct 25 14:47:08 2010
@@ -9,8 +9,12 @@ first. 
 
 As this sample provides a web app there is a manual step where the WAR file
 that contains the sample is copied to your web app container. If you just want 
-to give this sample a go deploy the WAR file (target/sample-calculator-ws-webapp.war)
-to you web application server. 
+to give this sample a go, deploy the WAR file (target/sample-calculator-ws-webapp.war)
+to your web application server.
+
+To save space, the WAR file isn't included in the binary distribution. You can
+build it by following the instructions below in "Building And Running The Sample
+Using Ant" or "Building And Running The Sample Using Maven". 
   
 Once the web app is deployed use your browser to visit the following URL;
 

Modified: tuscany/sca-java-1.x/trunk/samples/chat-webapp/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/samples/chat-webapp/README?rev=1027151&r1=1027150&r2=1027151&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/samples/chat-webapp/README (original)
+++ tuscany/sca-java-1.x/trunk/samples/chat-webapp/README Mon Oct 25 14:47:08 2010
@@ -9,9 +9,13 @@ first. 
 
 As this sample provides a web app there is a manual step where the WAR file
 that contains the sample is copied to your web app container. If you just want 
-to give this sample a go deploy the WAR file (target/sample-chat-webapp.war)
+to give this sample a go, deploy the WAR file (target/sample-chat-webapp.war)
 to your web application server. 
 
+To save space, the WAR file isn't included in the binary distribution. You can
+build it by following the instructions below in "Building And Running The Sample
+Using Ant" or "Building And Running The Sample Using Maven". 
+
 Once the web app is deployed use your browser to visit the following URL;
 
 http://localhost:8080/sample-chat-webapp

Modified: tuscany/sca-java-1.x/trunk/samples/feed-aggregator-webapp/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/samples/feed-aggregator-webapp/README?rev=1027151&r1=1027150&r2=1027151&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/samples/feed-aggregator-webapp/README (original)
+++ tuscany/sca-java-1.x/trunk/samples/feed-aggregator-webapp/README Mon Oct 25 14:47:08 2010
@@ -8,10 +8,14 @@ general instructions about building and 
 first. 
 
 As this sample provides a web app there is a manual step where the WAR file
-that contains the sample is copied to your web app container. If you just want 
-to give this sample a go deploy the WAR file
-(target/sample-feed-aggregator-webapp.war) to your web application server. 
-
+that contains the sample is copied to your web app container. If you just want to 
+give this sample a go, deploy the WAR file (target/sample-feed-aggregator-webapp.war)
+to your web application server. 
+
+To save space, the WAR file isn't included in the binary distribution. You can
+build it by following the instructions below in "Building And Running The Sample
+Using Ant" or "Building And Running The Sample Using Maven". 
+  
 Once the web app is deployed use your browser to visit the following URL:
 
 http://localhost:8080/sample-feed-aggregator-webapp

Modified: tuscany/sca-java-1.x/trunk/samples/helloworld-dojo-webapp/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/samples/helloworld-dojo-webapp/README?rev=1027151&r1=1027150&r2=1027151&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/samples/helloworld-dojo-webapp/README (original)
+++ tuscany/sca-java-1.x/trunk/samples/helloworld-dojo-webapp/README Mon Oct 25 14:47:08 2010
@@ -12,9 +12,13 @@ first. 
 
 As this sample provides a web app there is a manual step where the WAR file
 that contains the sample is copied to your web app container. If you just want 
-to give this sample a go deploy the WAR file (target/sample-helloworld-dojo-webapp.war)
-to you web application server. 
+to give this sample a go, deploy the WAR file (target/sample-helloworld-dojo-webapp.war)
+to your web application server. 
 
+To save space, the WAR file isn't included in the binary distribution. You can
+build it by following the instructions below in "Building And Running The Sample
+Using Ant" or "Building And Running The Sample Using Maven". 
+  
 Once the web app is deployed use your browser to visit the following URL;
 
 http://localhost:8080/sample-helloworld-dojo-webapp

Modified: tuscany/sca-java-1.x/trunk/samples/helloworld-jsonrpc-webapp/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/samples/helloworld-jsonrpc-webapp/README?rev=1027151&r1=1027150&r2=1027151&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/samples/helloworld-jsonrpc-webapp/README (original)
+++ tuscany/sca-java-1.x/trunk/samples/helloworld-jsonrpc-webapp/README Mon Oct 25 14:47:08 2010
@@ -9,9 +9,13 @@ first. 
 
 As this sample provides a web app there is a manual step where the WAR file
 that contains the sample is copied to your web app container. If you just want 
-to give this sample a go deploy the WAR file (target/sample-helloworld-jsonrpc-webapp.war)
-to you web application server. 
+to give this sample a go, deploy the WAR file (target/sample-helloworld-jsonrpc-webapp.war)
+to your web application server. 
 
+To save space, the WAR file isn't included in the binary distribution. You can
+build it by following the instructions below in "Building And Running The Sample
+Using Ant" or "Building And Running The Sample Using Maven". 
+  
 Once the web app is deployed use your browser to visit the following URL;
 
 http://localhost:8080/sample-helloworld-jsonrpc-webapp