You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2007/03/31 09:00:35 UTC

svn commit: r524379 - in /webservices/axis2/branches/java/1_2/modules/tool: axis2-eclipse-codegen-plugin/pom.xml axis2-eclipse-service-plugin/pom.xml

Author: sandakith
Date: Sat Mar 31 00:00:34 2007
New Revision: 524379

URL: http://svn.apache.org/viewvc?view=rev&rev=524379
Log:
Removed all the trancient dependencies from the eclipse plugins maven2 build 

Modified:
    webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/pom.xml

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?view=diff&rev=524379&r1=524378&r2=524379
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Sat Mar 31 00:00:34 2007
@@ -55,7 +55,49 @@
         <dependency>
             <groupId>org.eclipse.core</groupId>
             <artifactId>org.eclipse.core.jobs</artifactId>
-            <version>3.2.0</version>
+            <version>3.2.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.commands</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.variables</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.contenttype</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.expressions</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.filesystem</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId> org.eclipse.update</groupId>
+                    <artifactId> org.eclipse.update.ui</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId> org.eclipse.update</groupId>
+                    <artifactId> org.eclipse.update.configurator</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId> org.eclipse.update</groupId>
+                    <artifactId> org.eclipse.update.core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.help</groupId>
+                    <artifactId>org.eclipse.help</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.ant</groupId>
+                    <artifactId>org.eclipse.ant.core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.eclipse.core</groupId>
@@ -65,12 +107,32 @@
         <dependency>
             <groupId>org.eclipse.core</groupId>
             <artifactId>org.eclipse.core.runtime</artifactId>
-            <version>3.2.0</version>
+            <version>3.2.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.runtime.compatibility</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.eclipse.equinox</groupId>
             <artifactId>org.eclipse.equinox.common</artifactId>
-            <version>3.2.0</version>
+            <version>3.2.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>org.eclipse.equinox.registry</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>org.eclipse.equinox.preferences</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.eclipse.jface</groupId>
@@ -95,7 +157,17 @@
         <dependency>
             <groupId>org.eclipse.ui</groupId>
             <artifactId>org.eclipse.ui.ide</artifactId>
-            <version>3.2.0</version>
+            <version>3.2.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.ui</groupId>
+                    <artifactId>org.eclipse.ui.forms</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.ui</groupId>
+                    <artifactId>org.eclipse.ui.views</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
 

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/pom.xml?view=diff&rev=524379&r1=524378&r2=524379
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/pom.xml Sat Mar 31 00:00:34 2007
@@ -92,7 +92,65 @@
         <dependency>
             <groupId>org.eclipse.core</groupId>
             <artifactId>org.eclipse.core.runtime</artifactId>
-            <version>3.2.0</version>
+            <version>3.2.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.commands</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.variables</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.contenttype</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.expressions</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.filesystem</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId> org.eclipse.update</groupId>
+                    <artifactId> org.eclipse.update.ui</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId> org.eclipse.update</groupId>
+                    <artifactId> org.eclipse.update.configurator</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId> org.eclipse.update</groupId>
+                    <artifactId> org.eclipse.update.core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.help</groupId>
+                    <artifactId>org.eclipse.help</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>org.eclipse.equinox.registry</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.equinox</groupId>
+                    <artifactId>org.eclipse.equinox.preferences</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.runtime.compatibility</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.core</groupId>
+                    <artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.ant</groupId>
+                    <artifactId>org.eclipse.ant.core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.eclipse.swt</groupId>
@@ -112,13 +170,18 @@
         <dependency>
             <groupId>org.eclipse.ui</groupId>
             <artifactId>org.eclipse.ui.ide</artifactId>
-            <version>3.2.0</version>
+            <version>3.2.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.ui</groupId>
+                    <artifactId>org.eclipse.ui.forms</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.ui</groupId>
+                    <artifactId>org.eclipse.ui.views</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
-        <!--<dependency>
-            <groupId>org.eclipse.ui</groupId>
-            <artifactId>org.eclipse.ui.workbench</artifactId>
-            <version>3.2.0</version>
-        </dependency>-->
         <dependency>
             <groupId>org.eclipse.jface</groupId>
             <artifactId>org.eclipse.jface</artifactId>



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