Author: lresende
Date: Wed Jan 20 02:41:43 2010
New Revision: 901037
URL: http://svn.apache.org/viewvc?rev=901037&view=rev
Log:
Adding missing modules to tuscany distribution
Modified:
tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml
Modified: tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml?rev=901037&r1=901036&r2=901037&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
(original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml Wed
Jan 20 02:41:43 2010
@@ -109,6 +109,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-jms-policy</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-binding-jsonrpc-js</artifactId>
<version>${pom.version}</version>
</dependency>
@@ -159,6 +164,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-sca-jms</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-binding-sca-xml</artifactId>
<version>${pom.version}</version>
</dependency>
@@ -501,6 +511,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-policy-security-geronimo</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-policy-security-jsr250</artifactId>
<version>${pom.version}</version>
</dependency>
Modified:
tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml?rev=901037&r1=901036&r2=901037&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml
(original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml
Wed Jan 20 02:41:43 2010
@@ -96,6 +96,11 @@
<version>${pom.version}</version>
</dependency>
<dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-jms-policy</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-all</artifactId>
<version>5.2.0</version>
@@ -252,6 +257,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-sca-jms</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-binding-sca-xml</artifactId>
<version>${pom.version}</version>
</dependency>
@@ -539,6 +549,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-policy-security-geronimo</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-policy-xml</artifactId>
<version>${pom.version}</version>
</dependency>