You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2004/01/23 02:00:18 UTC

cvs commit: incubator-geronimo/modules/kernel project.xml

dain        2004/01/22 17:00:18

  Modified:    modules/kernel project.xml
  Log:
  Removed unused dependencies
  
  Revision  Changes    Path
  1.14      +1 -83     incubator-geronimo/modules/kernel/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/kernel/project.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.xml	19 Jan 2004 06:28:05 -0000	1.13
  +++ project.xml	23 Jan 2004 01:00:18 -0000	1.14
  @@ -26,60 +26,8 @@
       <!-- ============ -->
   
       <dependencies>
  -        <!-- Plugin Dependencies -->
  -
  -        <dependency>
  -            <id>xdoclet</id>
  -            <version>1.2b2</version>
  -            <properties>
  -                <runtime>false</runtime>
  -            </properties>
  -        </dependency>
  -
  -        <dependency>
  -            <id>xdoclet+xdoclet-module</id>
  -            <version>1.2b2</version>
  -            <properties>
  -                <runtime>false</runtime>
  -            </properties>
  -        </dependency>
  -
  -        <dependency>
  -            <id>xdoclet+jmx-module</id>
  -            <version>1.2b2</version>
  -            <properties>
  -                <runtime>false</runtime>
  -            </properties>
  -        </dependency>
  -
  -        <dependency>
  -            <id>xdoclet+xjavadoc</id>
  -            <version>1.2b2</version>
  -            <properties>
  -                <runtime>false</runtime>
  -            </properties>
  -        </dependency>
  -
  -        <dependency>
  -            <id>commons-collections</id>
  -            <version>SNAPSHOT</version>
  -            <url>http://jakarta.apache.org/commons/collections</url>
  -            <properties>
  -                <runtime>false</runtime>
  -            </properties>
  -        </dependency>
  -
           <!-- Module Dependencies -->
           <dependency>
  -            <groupId>geronimo</groupId>
  -            <artifactId>geronimo-tools</artifactId>
  -            <version>DEV</version>
  -            <properties>
  -                <module>true</module>
  -            </properties>
  -        </dependency>
  -
  -        <dependency>
               <groupId>geronimo-spec</groupId>
               <artifactId>geronimo-spec-j2ee-management</artifactId>
               <version>DEV</version>
  @@ -130,38 +78,8 @@
           </dependency>
   
           <dependency>
  -            <id>commons-httpclient</id>
  -            <version>2.0-beta1</version>
  -            <url>http://jakarta.apache.org/commons/httpclient/</url>
  -            <properties>
  -                <runtime>true</runtime>
  -                <destinations>bootlib</destinations>
  -            </properties>
  -        </dependency>
  -
  -        <dependency>
               <id>mx4j</id>
               <version>SNAPSHOT</version>
  -            <properties>
  -                <runtime>true</runtime>
  -                <destinations>bootlib</destinations>
  -            </properties>
  -        </dependency>
  -
  -        <dependency>
  -            <groupId>xerces</groupId>
  -            <artifactId>xercesImpl</artifactId>
  -            <version>2.6.0</version>
  -            <url>http://xml.apache.org</url>
  -            <properties>
  -                <runtime>true</runtime>
  -                <destinations>bootlib</destinations>
  -            </properties>
  -        </dependency>
  -
  -        <dependency>
  -            <id>xml-apis</id>
  -            <version>1.0.b2</version>
               <properties>
                   <runtime>true</runtime>
                   <destinations>bootlib</destinations>