Author: jsdelfino
Date: Mon Mar 31 17:00:19 2008
New Revision: 643218
URL: http://svn.apache.org/viewvc?rev=643218&view=rev
Log:
Fix for TUSCANY-2176. Added missing JARs to bundle and manifest.
Modified:
incubator/tuscany/branches/sca-java-1.2/distribution/bundle/pom.xml
incubator/tuscany/branches/sca-java-1.2/distribution/manifest/pom.xml
Modified: incubator/tuscany/branches/sca-java-1.2/distribution/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/distribution/bundle/pom.xml?rev=643218&r1=643217&r2=643218&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/distribution/bundle/pom.xml
(original)
+++ incubator/tuscany/branches/sca-java-1.2/distribution/bundle/pom.xml Mon Mar
31 17:00:19 2008
@@ -315,6 +315,16 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-implementation-ejb</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-implementation-ejb-xml</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-implementation-java</artifactId>
<version>${pom.version}</version>
</dependency>
Modified: incubator/tuscany/branches/sca-java-1.2/distribution/manifest/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/distribution/manifest/pom.xml?rev=643218&r1=643217&r2=643218&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/distribution/manifest/pom.xml
(original)
+++ incubator/tuscany/branches/sca-java-1.2/distribution/manifest/pom.xml Mon
Mar 31 17:00:19 2008
@@ -309,6 +309,16 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-implementation-ejb</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-implementation-ejb-xml</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-implementation-java</artifactId>
<version>${pom.version}</version>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]