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 2006/05/04 09:14:31 UTC

svn commit: r399576 - in /incubator/tuscany/java/samples: ./ bigbank/ bigbank/account/ bigbank/webclient/ helloworld/ helloworld/helloworld/ helloworld/helloworldaxis/ helloworld/helloworldaxissvc/ helloworld/helloworldweb/ helloworld/helloworldws/ hel...

Author: jsdelfino
Date: Thu May  4 00:14:28 2006
New Revision: 399576

URL: http://svn.apache.org/viewcvs?rev=399576&view=rev
Log:
Fix for TUSCANY-268 - starting to refactor the samples

Removed:
    incubator/tuscany/java/samples/helloworld/helloworld/
    incubator/tuscany/java/samples/helloworld/helloworldaxis/
    incubator/tuscany/java/samples/helloworld/helloworldaxissvc/
    incubator/tuscany/java/samples/helloworld/helloworldweb/
    incubator/tuscany/java/samples/helloworld/helloworldws/
    incubator/tuscany/java/samples/helloworld/helloworldwsclient/
Modified:
    incubator/tuscany/java/samples/bigbank/account/pom.xml
    incubator/tuscany/java/samples/bigbank/pom.xml
    incubator/tuscany/java/samples/bigbank/webclient/pom.xml
    incubator/tuscany/java/samples/helloworld/pom.xml
    incubator/tuscany/java/samples/pom.xml

Modified: incubator/tuscany/java/samples/bigbank/account/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/bigbank/account/pom.xml?rev=399576&r1=399575&r2=399576&view=diff
==============================================================================
--- incubator/tuscany/java/samples/bigbank/account/pom.xml (original)
+++ incubator/tuscany/java/samples/bigbank/account/pom.xml Thu May  4 00:14:28 2006
@@ -17,14 +17,14 @@
 <project>
     <parent>
         <groupId>org.apache.tuscany.samples.bigbank</groupId>
-        <artifactId>bigbank-samples</artifactId>
+        <artifactId>bigbank-scenario</artifactId>
         <version>SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>account</artifactId>
+    <artifactId>bigbank-account</artifactId>
     <packaging>war</packaging>
-    <name>Tuscany sample BigBank account</name>
-    <description>BigBank sample - account module</description>
+    <name>Tuscany BigBank Account Module</name>
+    <description>BigBank Scenario - Account Management Module</description>
     <version>SNAPSHOT</version>
 
     <dependencies>
@@ -32,25 +32,25 @@
             <groupId>org.apache.tuscany</groupId>
             <artifactId>tuscany-core</artifactId>
             <version>${pom.version}</version>
-            <scope>provided</scope> <!-- use provided so tuscany infrastructue is not inc. in the war-->
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.das</groupId>
             <artifactId>tuscany-das-rdb</artifactId>
             <version>${pom.version}</version>
-            <scope>provided</scope> <!-- use provided so tuscany infrastructue is not inc. in the war-->
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.4</version>
-            <scope>provided</scope> <!-- use provided so tuscany infrastructue is not inc. in the war-->
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
             <version>10.1.2.1</version>
-            <scope>provided</scope> <!-- use provided so tuscany infrastructue is not inc. in the war-->
+            <scope>provided</scope>
         </dependency>
 
         <dependency>

Modified: incubator/tuscany/java/samples/bigbank/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/bigbank/pom.xml?rev=399576&r1=399575&r2=399576&view=diff
==============================================================================
--- incubator/tuscany/java/samples/bigbank/pom.xml (original)
+++ incubator/tuscany/java/samples/bigbank/pom.xml Thu May  4 00:14:28 2006
@@ -22,9 +22,9 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tuscany.samples.bigbank</groupId>
-    <artifactId>bigbank-samples</artifactId>
+    <artifactId>bigbank-scenario</artifactId>
     <packaging>pom</packaging>
-    <name>Tuscany BigBank Samples</name>
+    <name>Tuscany BigBank Scenario Sample</name>
     <version>SNAPSHOT</version>
 
     <modules>

Modified: incubator/tuscany/java/samples/bigbank/webclient/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/bigbank/webclient/pom.xml?rev=399576&r1=399575&r2=399576&view=diff
==============================================================================
--- incubator/tuscany/java/samples/bigbank/webclient/pom.xml (original)
+++ incubator/tuscany/java/samples/bigbank/webclient/pom.xml Thu May  4 00:14:28 2006
@@ -17,14 +17,14 @@
 <project>
     <parent>
         <groupId>org.apache.tuscany.samples.bigbank</groupId>
-        <artifactId>bigbank-samples</artifactId>
+        <artifactId>bigbank-scenario</artifactId>
         <version>SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>webclient</artifactId>
+    <artifactId>bigbank-webclient</artifactId>
     <packaging>war</packaging>
-    <name>Tuscany sample BigBank webclient</name>
-    <description>BigBank sample - webclient module</description>
+    <name>Tuscany BigBank Web Client Module</name>
+    <description>BigBank Scenario Sample - Web Front-End Module</description>
     <version>SNAPSHOT</version>
 
     <dependencies>
@@ -62,7 +62,6 @@
                             <noContainer>true</noContainer>
                             <noInterfaces>true</noInterfaces>
                             <noUnsettable>true</noUnsettable>
-                            <!-- javaPackage>com.bigbank.account</javaPackage -->
                             
                         </configuration>
                         <goals>
@@ -78,8 +77,7 @@
                     <execution>
                         <configuration>
                             <wsdlFile>${basedir}/src/main/resources/wsdl/AccountService.wsdl</wsdlFile>
-							<!-- javaPackage>org.apache.tuscany.samples.bigbank.account.services.account</javaPackage -->
-						  </configuration>
+                        </configuration>
                         <goals>
                             <goal>generate</goal>
                         </goals>

Modified: incubator/tuscany/java/samples/helloworld/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/helloworld/pom.xml?rev=399576&r1=399575&r2=399576&view=diff
==============================================================================
--- incubator/tuscany/java/samples/helloworld/pom.xml (original)
+++ incubator/tuscany/java/samples/helloworld/pom.xml Thu May  4 00:14:28 2006
@@ -28,13 +28,8 @@
     <version>SNAPSHOT</version>
 
     <modules>
-        <module>helloworld</module>
         <module>helloworldmc</module>
         <module>helloworldasync</module>
-        <module>helloworldweb</module>
-        <module>helloworldaxis2</module>
         <module>helloworldjsonrpc</module>
-        <module>helloworldws</module>
-        <module>helloworldwsclient</module>
     </modules>
 </project>

Modified: incubator/tuscany/java/samples/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/pom.xml?rev=399576&r1=399575&r2=399576&view=diff
==============================================================================
--- incubator/tuscany/java/samples/pom.xml (original)
+++ incubator/tuscany/java/samples/pom.xml Thu May  4 00:14:28 2006
@@ -29,8 +29,8 @@
 
     <modules>
         <module>helloworld</module>
-        <module>bigbank</module>
         <module>das</module>
+        <module>bigbank</module>
         <module>JavaScript</module>
     </modules>
 </project>