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/03/02 00:39:21 UTC

svn commit: r513552 - in /incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples: ./ greeterws-oneway/ greeterwsclient-oneway/ helloworld-async-ws/ helloworld-async-wsclient/ helloworld-om-ws/ helloworld-om-wsclient/ helloworld-on...

Author: jsdelfino
Date: Thu Mar  1 15:39:16 2007
New Revision: 513552

URL: http://svn.apache.org/viewvc?view=rev&rev=513552
Log:
Cleaning up and reorganizing the samples. Renamed samples with a more consistent naming convention.

Added:
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-async-ws/
      - copied from r513396, incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworldws-async/
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-async-wsclient/
      - copied from r513396, incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworldwsclient-async/
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-om-ws/
      - copied from r513396, incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworldws-om/
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-om-wsclient/
      - copied from r513396, incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworldwsclient-om/
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-oneway-ws/
      - copied from r513396, incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/greeterws-oneway/
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-oneway-wsclient/
      - copied from r513396, incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/greeterwsclient-oneway/
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-ws/
      - copied from r513396, incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworldws/
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-wsclient/
      - copied from r513396, incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworldwsclient/
Removed:
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/greeterws-oneway/
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/greeterwsclient-oneway/
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworldws/
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworldws-async/
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworldws-om/
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworldwsclient/
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworldwsclient-async/
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworldwsclient-om/
Modified:
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/pom.xml

Modified: incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/pom.xml?view=diff&rev=513552&r1=513551&r2=513552
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/pom.xml Thu Mar  1 15:39:16 2007
@@ -64,30 +64,30 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
-              <module>helloworldws</module>
-              <module>helloworldwsclient</module>
-              <module>helloworldws-om</module>
-              <module>helloworldwsclient-om</module>
+              <module>helloworld-ws</module>
+              <module>helloworld-wsclient</module>
+              <module>helloworld-om-ws</module>
+              <module>helloworld-om-wsclient</module>
           </modules>
         </profile>
 
         <profile>
             <id>integration</id>
             <modules>
-              <module>helloworldws</module>
-              <module>helloworldwsclient</module>
-              <module>helloworldws-om</module>
-              <module>helloworldwsclient-om</module>
+              <module>helloworld-ws</module>
+              <module>helloworld-wsclient</module>
+              <module>helloworld-om-ws</module>
+              <module>helloworld-om-wsclient</module>
             </modules>
         </profile>
 
         <profile>
             <id>unstable</id>
             <modules>
-              <module>helloworldws</module>
-              <module>helloworldwsclient</module>
-              <module>helloworldws-om</module>
-              <module>helloworldwsclient-om</module>
+              <module>helloworld-ws</module>
+              <module>helloworld-wsclient</module>
+              <module>helloworld-om-ws</module>
+              <module>helloworld-om-wsclient</module>
           </modules>
         </profile>
 



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