You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/06/13 06:17:26 UTC

svn commit: r546731 - in /incubator/tuscany/java/sca/samples: binding-echo-extension/ binding-echo-extension/README binding-echo-extension/build.xml binding-echo-extension/pom.xml binding-echo/

Author: jsdelfino
Date: Tue Jun 12 21:17:26 2007
New Revision: 546731

URL: http://svn.apache.org/viewvc?view=rev&rev=546731
Log:
Cleaning up extension samples. Renamed binding-echo to binding-echo-extension.

Added:
    incubator/tuscany/java/sca/samples/binding-echo-extension/
      - copied from r546644, incubator/tuscany/java/sca/samples/binding-echo/
Removed:
    incubator/tuscany/java/sca/samples/binding-echo/
Modified:
    incubator/tuscany/java/sca/samples/binding-echo-extension/README
    incubator/tuscany/java/sca/samples/binding-echo-extension/build.xml
    incubator/tuscany/java/sca/samples/binding-echo-extension/pom.xml

Modified: incubator/tuscany/java/sca/samples/binding-echo-extension/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/binding-echo-extension/README?view=diff&rev=546731&r1=546644&r2=546731
==============================================================================
--- incubator/tuscany/java/sca/samples/binding-echo-extension/README (original)
+++ incubator/tuscany/java/sca/samples/binding-echo-extension/README Tue Jun 12 21:17:26 2007
@@ -8,16 +8,15 @@
 first. 
 
 If you want to try out the echo binding that this sample provides
-please see the binding-echo-appl sample that provides the necessary
-client and application code to bring up an application that uses this 
-binding
+please see the binding-echo sample that provides the necessary client and
+application code to bring up an application that uses this binding
 
 Sample Overview
 ---------------
 This sample contains a implementation of an SCA binding that simply echoes back 
 any messages that are sent to it. 
 
-binding-echo/
+binding-echo-extension/
   src/
     main/
       java/
@@ -45,17 +44,17 @@
 With the binary distribution the sample can be built using Ant as 
 follows
 
-cd binding-echo
+cd binding-echo-extension
 ant compile
 
-See the sample binding-echo-appl to run a sample that uses this binding. 
+See the binding-echo sample to run a sample that uses this binding. 
 
 Building And Running The Sample Using Maven 
 -------------------------------------------
 With either the binary or source distributions the sample can be built and run 
 using Maven as follows. 
 
-cd binding-echo
+cd binding-echo-extension
 mvn
 
 Maven will also test that the sample extension built properly. You should see 

Modified: incubator/tuscany/java/sca/samples/binding-echo-extension/build.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/binding-echo-extension/build.xml?view=diff&rev=546731&r1=546644&r2=546731
==============================================================================
--- incubator/tuscany/java/sca/samples/binding-echo-extension/build.xml (original)
+++ incubator/tuscany/java/sca/samples/binding-echo-extension/build.xml Tue Jun 12 21:17:26 2007
@@ -17,7 +17,7 @@
  * under the License.    
 -->
 <project name="bining-echo" default="compile">
-	<property name="test.jar"   value="sample-binding-echo.jar" />
+	<property name="test.jar"   value="sample-binding-echo-extension.jar" />
 	
     <target name="init">
         <mkdir dir="target/classes"/>

Modified: incubator/tuscany/java/sca/samples/binding-echo-extension/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/binding-echo-extension/pom.xml?view=diff&rev=546731&r1=546644&r2=546731
==============================================================================
--- incubator/tuscany/java/sca/samples/binding-echo-extension/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/binding-echo-extension/pom.xml Tue Jun 12 21:17:26 2007
@@ -25,7 +25,7 @@
         <version>1.0-incubating-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
-    <artifactId>sample-binding-echo</artifactId>
+    <artifactId>sample-binding-echo-extension</artifactId>
     <name>Apache Tuscany Echo Binding Sample</name>
 
     <repositories>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org