Author: antelder
Date: Mon May 18 09:29:56 2009
New Revision: 775872

URL: http://svn.apache.org/viewvc?rev=775872&view=rev
Log:
Excelude multiple sca bindings from bundle build

Modified:
    tuscany/branches/sca-java-1.x/distribution/bundle/pom.xml

Modified: tuscany/branches/sca-java-1.x/distribution/bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/bundle/pom.xml?rev=775872&r1=775871&r2=775872&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/bundle/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/distribution/bundle/pom.xml Mon May 18 
09:29:56 2009
@@ -139,16 +139,6 @@
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>
-            <artifactId>tuscany-binding-sca-corba</artifactId>
-            <version>${pom.version}</version>
-        </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>


Reply via email to