You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/09/17 17:11:09 UTC

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

Author: antelder
Date: Mon Sep 17 08:11:08 2007
New Revision: 576472

URL: http://svn.apache.org/viewvc?rev=576472&view=rev
Log:
Exclude ant jar from bin distro

Modified:
    incubator/tuscany/branches/sca-java-1.0/distribution/bundle/pom.xml
    incubator/tuscany/branches/sca-java-1.0/distribution/manifest/pom.xml

Modified: incubator/tuscany/branches/sca-java-1.0/distribution/bundle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/distribution/bundle/pom.xml?rev=576472&r1=576471&r2=576472&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0/distribution/bundle/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-1.0/distribution/bundle/pom.xml Mon Sep 17 08:11:08 2007
@@ -241,6 +241,12 @@
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-implementation-bpel</artifactId>
             <version>${pom.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>ant</groupId>
+                    <artifactId>ant</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>

Modified: incubator/tuscany/branches/sca-java-1.0/distribution/manifest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/distribution/manifest/pom.xml?rev=576472&r1=576471&r2=576472&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0/distribution/manifest/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-1.0/distribution/manifest/pom.xml Mon Sep 17 08:11:08 2007
@@ -239,6 +239,12 @@
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-implementation-bpel</artifactId>
             <version>${pom.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>ant</groupId>
+                    <artifactId>ant</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org