You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/09/29 07:01:58 UTC

svn commit: r819831 - in /tuscany/branches/sca-java-1.5.1/distribution: bundle/pom.xml manifest/pom.xml src/main/assembly/bin.xml

Author: lresende
Date: Tue Sep 29 05:01:51 2009
New Revision: 819831

URL: http://svn.apache.org/viewvc?rev=819831&view=rev
Log:
TUSCANY-3284 - Removing dojo specific modules to avoid issues with domain launcher

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

Modified: tuscany/branches/sca-java-1.5.1/distribution/bundle/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/distribution/bundle/pom.xml?rev=819831&r1=819830&r2=819831&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/distribution/bundle/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/distribution/bundle/pom.xml Tue Sep 29 05:01:51 2009
@@ -52,11 +52,11 @@
             <artifactId>tuscany-binding-atom-js</artifactId>
             <version>${pom.version}</version>
         </dependency>
-        <dependency>
+        <!--dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-binding-atom-js-dojo</artifactId>
             <version>${pom.version}</version>
-        </dependency>
+        </dependency-->
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-binding-atom-abdera</artifactId>
@@ -112,11 +112,11 @@
             <artifactId>tuscany-binding-jsonrpc-js</artifactId>
             <version>${pom.version}</version>
         </dependency>
-        <dependency>
+        <!--dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-binding-jsonrpc-js-dojo</artifactId>
             <version>${pom.version}</version>
-        </dependency>
+        </dependency-->
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
@@ -459,11 +459,11 @@
             <artifactId>tuscany-implementation-widget-runtime-tuscany</artifactId>
             <version>${pom.version}</version>
         </dependency>
-        <dependency>
+        <!--dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-implementation-widget-runtime-dojo</artifactId>
             <version>${pom.version}</version>
-        </dependency>
+        </dependency-->
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-node-api</artifactId>
@@ -535,11 +535,11 @@
             <artifactId>tuscany-web-javascript</artifactId>
             <version>${pom.version}</version>
         </dependency>        
-        <dependency>
+        <!--dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-web-javascript-dojo</artifactId>
             <version>${pom.version}</version>
-        </dependency>
+        </dependency-->
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-workspace</artifactId>

Modified: tuscany/branches/sca-java-1.5.1/distribution/manifest/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/distribution/manifest/pom.xml?rev=819831&r1=819830&r2=819831&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/distribution/manifest/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/distribution/manifest/pom.xml Tue Sep 29 05:01:51 2009
@@ -60,11 +60,11 @@
             <artifactId>tuscany-binding-atom-js</artifactId>
             <version>${pom.version}</version>
         </dependency>
-        <dependency>
+        <!--dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-binding-atom-js-dojo</artifactId>
             <version>${pom.version}</version>
-        </dependency>
+        </dependency-->
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-binding-atom-abdera</artifactId>
@@ -215,11 +215,11 @@
             <artifactId>tuscany-binding-jsonrpc-js</artifactId>
             <version>${pom.version}</version>
         </dependency>
-        <dependency>
+        <!--dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-binding-jsonrpc-js-dojo</artifactId>
             <version>${pom.version}</version>
-        </dependency>
+        </dependency-->
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
@@ -502,11 +502,11 @@
             <artifactId>tuscany-implementation-widget-runtime-tuscany</artifactId>
             <version>${pom.version}</version>
         </dependency>        
-        <dependency>
+        <!--dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-implementation-widget-runtime-dojo</artifactId>
             <version>${pom.version}</version>
-        </dependency>        
+        </dependency-->        
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-node-api</artifactId>
@@ -563,11 +563,11 @@
             <artifactId>tuscany-web-javascript</artifactId>
             <version>${pom.version}</version>
         </dependency>        
-        <dependency>
+        <!--dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-web-javascript-dojo</artifactId>
             <version>${pom.version}</version>
-        </dependency>
+        </dependency-->
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-workspace</artifactId>

Modified: tuscany/branches/sca-java-1.5.1/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/distribution/src/main/assembly/bin.xml?rev=819831&r1=819830&r2=819831&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/distribution/src/main/assembly/bin.xml (original)
+++ tuscany/branches/sca-java-1.5.1/distribution/src/main/assembly/bin.xml Tue Sep 29 05:01:51 2009
@@ -119,6 +119,8 @@
                 <exclude>feed-aggregator-webapp/target/sample-feed-aggregator-webapp</exclude>
                 <exclude>feed-aggregator-webapp/target/sample-feed-aggregator-webapp/**/*</exclude>
                 <exclude>feed-aggregator-webapp/target/war</exclude>
+                <exclude>store-dojo</exclude>
+                <exclude>store-dojo/**/*</exclude>
                 <exclude>store-webapp/target</exclude>
                 <exclude>store-webapp/target/**/*</exclude>
                 <exclude>helloworld-dojo-webapp/src/main/webapp/dojo</exclude>