You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2006/04/05 09:14:49 UTC

svn commit: r391552 - /geronimo/branches/1.1/modules/security-builder/project.xml

Author: jsisson
Date: Wed Apr  5 00:14:45 2006
New Revision: 391552

URL: http://svn.apache.org/viewcvs?rev=391552&view=rev
Log:
Remove duplicate geronimo-service-builder dependency to fix eclipse "Build path contains duplicate entry" error.

Modified:
    geronimo/branches/1.1/modules/security-builder/project.xml

Modified: geronimo/branches/1.1/modules/security-builder/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/modules/security-builder/project.xml?rev=391552&r1=391551&r2=391552&view=diff
==============================================================================
--- geronimo/branches/1.1/modules/security-builder/project.xml (original)
+++ geronimo/branches/1.1/modules/security-builder/project.xml Wed Apr  5 00:14:45 2006
@@ -79,12 +79,6 @@
             <version>${pom.currentVersion}</version>
         </dependency>
 
-        <dependency>
-            <groupId>geronimo</groupId>
-            <artifactId>geronimo-service-builder</artifactId>
-            <version>${pom.currentVersion}</version>
-        </dependency>
-
         <!--needed only because security schema references j2ee 1.4 schema for description element -->
 <!--
         <dependency>