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/14 20:48:43 UTC

svn commit: r1022646 - in /tuscany/sca-java-1.x/branches/sca-java-1.6.1: distribution/pom.xml distribution/src/main/assembly/bin.xml samples/build.xml samples/pom-distribution.xml samples/pom.xml

Author: nash
Date: Thu Oct 14 18:48:42 2010
New Revision: 1022646

URL: http://svn.apache.org/viewvc?rev=1022646&view=rev
Log:
TUSCANY-3726: Include store-dojo and its runtime dependencies in the binary distribution

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/bin.xml
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/build.xml
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/pom-distribution.xml
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml?rev=1022646&r1=1022645&r2=1022646&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml Thu Oct 14 18:48:42 2010
@@ -105,11 +105,37 @@
         <!--don't put two servlet hosts in the classpath TUSCANY-1954 -->
         <!--include tomcat here so it is shipped in modules/ but not  -->
         <!--in the all jar                                            -->
-        <!-- dependency> 
+        <dependency> 
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-host-tomcat</artifactId>
             <version>1.6.1-SNAPSHOT</version>
-        </dependency -->
+        </dependency>
+        <dependency> 
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-binding-atom-js-dojo</artifactId>
+            <version>1.6.1-SNAPSHOT</version>
+        </dependency>
+        <dependency> 
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-binding-jsonrpc-js-dojo</artifactId>
+            <version>1.6.1-SNAPSHOT</version>
+        </dependency>
+        <dependency> 
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-implementation-widget-runtime-dojo</artifactId>
+            <version>1.6.1-SNAPSHOT</version>
+        </dependency>
+        <dependency> 
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-web-javascript-dojo</artifactId>
+            <version>1.6.1-SNAPSHOT</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.dojotoolkit</groupId>
+                    <artifactId>dojo</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sdo</groupId>
             <artifactId>tuscany-sdo-impl</artifactId>

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/bin.xml?rev=1022646&r1=1022645&r2=1022646&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/bin.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/bin.xml Thu Oct 14 18:48:42 2010
@@ -186,8 +186,6 @@
                 <exclude>helloworld-ws-deep-webapp/**/*</exclude>
                 <exclude>helloworld-ws-service-webapp</exclude>
                 <exclude>helloworld-ws-service-webapp/**/*</exclude>
-                <exclude>store-dojo</exclude>
-                <exclude>store-dojo/**/*</exclude>
                 <exclude>zipcode-jaxws/</exclude>
                 <exclude>zipcode-jaxws/**/*</exclude>
             </excludes>

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/build.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/build.xml?rev=1022646&r1=1022645&r2=1022646&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/build.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/build.xml Thu Oct 14 18:48:42 2010
@@ -87,6 +87,7 @@
         <ant dir="spring-bigbank-checkaccount" target="${target}"/>
         <ant dir="spring-bigbank-stockquote" target="${target}"/>
         <ant dir="store" target="${target}"/>
+        <ant dir="store-dojo" target="${target}"/>
         <ant dir="store-secure" target="${target}"/>
         <ant dir="store-webapp" target="${target}"/>
         <ant dir="supplychain" target="${target}"/>

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/pom-distribution.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/pom-distribution.xml?rev=1022646&r1=1022645&r2=1022646&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/pom-distribution.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/pom-distribution.xml Thu Oct 14 18:48:42 2010
@@ -129,8 +129,7 @@
                 <module>simple-callback</module>
                 <module>simple-callback-ws</module>
                 <module>store</module>
-                <!-- the following is excluded from pom-distribution.xml
-                <module>store-dojo</module -->
+                <module>store-dojo</module>
                 <module>store-webapp</module>
                 <module>store-secure</module>
                 <module>supplychain</module>

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml?rev=1022646&r1=1022645&r2=1022646&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/pom.xml Thu Oct 14 18:48:42 2010
@@ -129,7 +129,6 @@
                 <module>simple-callback</module>
                 <module>simple-callback-ws</module>
                 <module>store</module>
-                <!-- the following is excluded from pom-distribution.xml -->
                 <module>store-dojo</module>
                 <module>store-webapp</module>
                 <module>store-secure</module>