summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--branches/sca-java-1.5.1/distribution/bundle/pom.xml16
-rw-r--r--branches/sca-java-1.5.1/distribution/manifest/pom.xml16
-rw-r--r--branches/sca-java-1.5.1/distribution/src/main/assembly/bin.xml2
3 files changed, 18 insertions, 16 deletions
diff --git a/branches/sca-java-1.5.1/distribution/bundle/pom.xml b/branches/sca-java-1.5.1/distribution/bundle/pom.xml
index 0dc3687e78..70c6dee2d6 100644
--- a/branches/sca-java-1.5.1/distribution/bundle/pom.xml
+++ b/branches/sca-java-1.5.1/distribution/bundle/pom.xml
@@ -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>
diff --git a/branches/sca-java-1.5.1/distribution/manifest/pom.xml b/branches/sca-java-1.5.1/distribution/manifest/pom.xml
index fdac869b05..f6fee8b0bf 100644
--- a/branches/sca-java-1.5.1/distribution/manifest/pom.xml
+++ b/branches/sca-java-1.5.1/distribution/manifest/pom.xml
@@ -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>
diff --git a/branches/sca-java-1.5.1/distribution/src/main/assembly/bin.xml b/branches/sca-java-1.5.1/distribution/src/main/assembly/bin.xml
index 038e3164b1..9c4373379c 100644
--- a/branches/sca-java-1.5.1/distribution/src/main/assembly/bin.xml
+++ b/branches/sca-java-1.5.1/distribution/src/main/assembly/bin.xml
@@ -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>