You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2006/11/02 19:39:25 UTC

svn commit: r470467 - /geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml

Author: sppatel
Date: Thu Nov  2 10:39:24 2006
New Revision: 470467

URL: http://svn.apache.org/viewvc?view=rev&rev=470467
Log:
build without building 1.1.1 fails due to publish jar issues, need to add following exclusions so devtools can build without building 1.1.1

Modified:
    geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml?view=diff&rev=470467&r1=470466&r2=470467
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/emf/geronimo-1.1/pom.xml Thu Nov  2 10:39:24 2006
@@ -207,13 +207,22 @@
         </dependency>
         <dependency>
             <groupId>geronimo</groupId>
-            <artifactId>geronimo-j2ee-schema</artifactId>
-            <version>${geronimoVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>geronimo</groupId>
             <artifactId>geronimo-connector-builder</artifactId>
             <version>${geronimoVersion}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.geronimo.schema</groupId>
+                    <artifactId>geronimo-schema-j2ee_1.4</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-qname_1.1_spec</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>geronimo</groupId>