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/10/30 00:44:29 UTC

svn commit: r709046 - /tuscany/branches/sca-equinox/tools/maven/maven-eclipse-compiler/pom.xml

Author: jsdelfino
Date: Wed Oct 29 16:44:29 2008
New Revision: 709046

URL: http://svn.apache.org/viewvc?rev=709046&view=rev
Log:
Removed unnecessary Eclipse dependencies.

Modified:
    tuscany/branches/sca-equinox/tools/maven/maven-eclipse-compiler/pom.xml

Modified: tuscany/branches/sca-equinox/tools/maven/maven-eclipse-compiler/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/tools/maven/maven-eclipse-compiler/pom.xml?rev=709046&r1=709045&r2=709046&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/tools/maven/maven-eclipse-compiler/pom.xml (original)
+++ tuscany/branches/sca-equinox/tools/maven/maven-eclipse-compiler/pom.xml Wed Oct 29 16:44:29 2008
@@ -89,17 +89,10 @@
                     <groupId>org.eclipse</groupId>
                     <artifactId>text</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.equinox</groupId>
-                    <artifactId>common</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.equinox</groupId>
-                    <artifactId>app</artifactId>
-                </exclusion>
             </exclusions>
         </dependency>
 
+<!--
         <dependency>
             <groupId>org.eclipse.core</groupId>
             <artifactId>resources</artifactId>
@@ -107,12 +100,16 @@
             <scope>runtime</scope>
             <exclusions>
                 <exclusion>
-                    <groupId>org.eclipse.equinox</groupId>
-                    <artifactId>common</artifactId>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>expressions</artifactId>
                 </exclusion>
                 <exclusion>
-                    <groupId>org.eclipse.equinox</groupId>
-                    <artifactId>app</artifactId>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>filesystem</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>runtime</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>        
@@ -136,6 +133,19 @@
 
         <dependency>
             <groupId>org.eclipse.core</groupId>
+            <artifactId>expressions</artifactId>
+            <version>3.3.0-v20070606-0010</version>
+            <scope>runtime</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>runtime</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>        
+
+        <dependency>
+            <groupId>org.eclipse.core</groupId>
             <artifactId>filesystem</artifactId>
             <version>1.1.0-v20070606</version>
             <scope>runtime</scope>
@@ -165,6 +175,23 @@
                     <groupId>org.eclipse.equinox</groupId>
                     <artifactId>app</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>commands</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>        
+
+        <dependency>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>commands</artifactId>
+            <version>3.3.0-I20070605-0010</version>
+            <scope>runtime</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>common</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>        
 
@@ -201,6 +228,7 @@
                 </exclusion>
             </exclusions>
         </dependency>
+-->
     </dependencies>
 
     <build>