You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/04/01 02:00:37 UTC

svn commit: r643218 - in /incubator/tuscany/branches/sca-java-1.2/distribution: bundle/pom.xml manifest/pom.xml

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: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org