Author: slaws
Date: Tue Jan  1 10:31:24 2008
New Revision: 607890

URL: http://svn.apache.org/viewvc?rev=607890&view=rev
Log:
Add JMS. Remove EJB and deep integration samples

Modified:
    incubator/tuscany/java/sca/distribution/bundle/pom.xml
    incubator/tuscany/java/sca/distribution/manifest/pom.xml
    incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml
    incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml

Modified: incubator/tuscany/java/sca/distribution/bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/bundle/pom.xml?rev=607890&r1=607889&r2=607890&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/bundle/pom.xml (original)
+++ incubator/tuscany/java/sca/distribution/bundle/pom.xml Tue Jan  1 10:31:24 
2008
@@ -69,6 +69,11 @@
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-binding-jms</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-binding-jsonrpc</artifactId>
             <version>${pom.version}</version>
         </dependency>
@@ -240,6 +245,11 @@
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-interface-wsdl-xml</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-implementation-bpel</artifactId>
             <version>${pom.version}</version>
         </dependency>
         <dependency>

Modified: incubator/tuscany/java/sca/distribution/manifest/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/manifest/pom.xml?rev=607890&r1=607889&r2=607890&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/manifest/pom.xml (original)
+++ incubator/tuscany/java/sca/distribution/manifest/pom.xml Tue Jan  1 
10:31:24 2008
@@ -67,6 +67,11 @@
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-binding-jms</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-binding-jsonrpc</artifactId>
             <version>${pom.version}</version>
         </dependency>

Modified: incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml?rev=607890&r1=607889&r2=607890&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml (original)
+++ incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml Tue Jan  
1 10:31:24 2008
@@ -77,6 +77,8 @@
                 <exclude>company-das-webapp/**/*</exclude>
                 <exclude>helloworld-dojo-webapp/src/main/webapp/dojo</exclude>
                 
<exclude>helloworld-dojo-webapp/src/main/webapp/dojo/**/*</exclude>
+                <exclude>helloworld-ws-deep-webapp/work</exclude>
+                <exclude>helloworld-ws-deep-webapp/work/**/*</exclude>
                 <exclude>helloworld-ws-reference/work</exclude>
                 <exclude>helloworld-ws-reference/work/**/*</exclude>
                 <exclude>helloworld-ws-reference-secure/work</exclude>

Modified: incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml?rev=607890&r1=607889&r2=607890&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml (original)
+++ incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml Tue Jan  
1 10:31:24 2008
@@ -102,13 +102,17 @@
              <exclude>modules/host-tomcat/work/**/*</exclude>
              <exclude>modules/node-impl/work</exclude>
              <exclude>modules/node-impl/work/**/*</exclude>
-             <exclude>modules/binding-jms</exclude>
-             <exclude>modules/binding-jms/**/*</exclude>
+             <!--exclude>modules/binding-jms</exclude>
+             <exclude>modules/binding-jms/**/*</exclude-->
              <exclude>modules/implementation-bpel/derby.log</exclude>
              <exclude>modules/implementation-das</exclude>
              <exclude>modules/implementation-das/**/*</exclude>
              <exclude>modules/implementation-data</exclude>
              <exclude>modules/implementation-data/**/*</exclude>
+             <exclude>modules/implementation-ejb</exclude>
+             <exclude>modules/implementation-ejb/**/*</exclude>
+             <exclude>modules/implementation-ejb-xml</exclude>
+             <exclude>modules/implementation-ejb-xml/**/*</exclude>
              <exclude>modules/implementation-osgi/.felix</exclude>
              <exclude>modules/implementation-osgi/.felix/**/*</exclude>
              <exclude>samples/old</exclude>
@@ -129,6 +133,8 @@
              
<exclude>samples/helloworld-jsonrpc-webapp/src/main/webapp/dojo/**/*</exclude>
              
<exclude>samples/helloworld-dojo-webapp/src/main/webapp/dojo</exclude>
              
<exclude>samples/helloworld-dojo-webapp/src/main/webapp/dojo/**/*</exclude>
+             <exclude>samples/helloworld-ws-deep-webapp/work</exclude>
+             <exclude>samples/helloworld-ws-deep-webapp/work/**/*</exclude>
              <exclude>samples/helloworld-ws-reference/work</exclude>
              <exclude>samples/helloworld-ws-reference/work/**/*</exclude>
              <exclude>samples/helloworld-ws-reference-secure/work</exclude>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to