summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6/distribution
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-23 20:45:20 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-23 20:45:20 +0000
commitf8ca3972868ddfad816ccdc0110fe7772b2b4708 (patch)
treea6cb841f30264e73f975d318d09683374546d726 /sca-java-1.x/branches/sca-java-1.6/distribution
parent507144770592da93eb6dbc82953adfff45921964 (diff)
TUSCANY-3438 - Adding calculator-corba samples to 1.6 binary distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902486 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6/distribution')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml5
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml15
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml4
3 files changed, 20 insertions, 4 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml b/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
index e135ecd21b..c11bc2bd68 100644
--- a/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
@@ -309,6 +309,11 @@
<version>${pom.version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-corba-jse-tns</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>tuscany-host-embedded</artifactId>
<version>${pom.version}</version>
diff --git a/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml b/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml
index a774510fe6..e392751acc 100644
--- a/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml
@@ -72,6 +72,16 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-corba</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-corba-runtime</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-binding-rss</artifactId>
<version>${pom.version}</version>
</dependency>
@@ -356,6 +366,11 @@
<version>${pom.version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-corba-jse-tns</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>tuscany-host-embedded</artifactId>
<version>${pom.version}</version>
diff --git a/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml b/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml
index f3c185b5ab..fc64762716 100644
--- a/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml
@@ -177,10 +177,6 @@
<!-- Modules excluded from distribution as work is in progress... -->
<exclude>calculator2</exclude>
<exclude>calculator2/**/*</exclude>
- <exclude>calculator-corba-reference</exclude>
- <exclude>calculator-corba-reference/**/*</exclude>
- <exclude>calculator-corba-service</exclude>
- <exclude>calculator-corba-service/**/*</exclude>
<exclude>calculator-lean</exclude>
<exclude>calculator-lean/**/*</exclude>
<exclude>calculator-osgi</exclude>