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/22 19:37:03 UTC

cvs commit: incubator-geronimo/modules/common project.xml maven.xml

dain        2004/01/22 10:37:03

  Modified:    modules/common project.xml
  Removed:     modules/common maven.xml
  Log:
  Removed all unused dependencies
  
  Revision  Changes    Path
  1.17      +6 -62     incubator-geronimo/modules/common/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/common/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml	10 Dec 2003 10:54:07 -0000	1.16
  +++ project.xml	22 Jan 2004 18:37:03 -0000	1.17
  @@ -12,66 +12,21 @@
   
       <name>Geronimo :: Common</name>
       <id>geronimo-common</id>
  -    <shortDescription></shortDescription>
  -    <description></description>
  -    <siteDirectory></siteDirectory>
  -    <distributionDirectory></distributionDirectory>
   
  +    <shortDescription>Geronimo Common</shortDescription>
  +    <description>Geronimo Common</description>
  +    <url>http://incubator.apache.org/projects/geronimo/common/</url>
  +    <siteDirectory>/www/incubator.apache.org/projects/geronimo/common</siteDirectory>
  +    <distributionDirectory>/www/incubator.apache.org/projects/geronimo/builds/common</distributionDirectory>
       <package>org.apache.geronimo.common</package>
       <currentVersion>DEV</currentVersion>
   
  -
       <!-- ============ -->
       <!-- Dependencies -->
       <!-- ============ -->
   
       <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>
  -
           <!-- Module Dependencies -->
  -
  -        <dependency>
  -            <groupId>geronimo</groupId>
  -            <artifactId>geronimo-tools</artifactId>
  -            <version>DEV</version>
  -            <properties>
  -                <module>true</module>
  -            </properties>
  -        </dependency>
  -
           <dependency>
               <groupId>geronimo</groupId>
               <artifactId>geronimo-kernel</artifactId>
  @@ -137,17 +92,6 @@
                   <runtime>false</runtime>
               </properties>
           </dependency>
  -
  -        <dependency>
  -            <groupId>mx4j</groupId>
  -            <artifactId>mx4j</artifactId>
  -            <version>SNAPSHOT</version>
  -            <url>http://mx4j.sourceforge.net</url>
  -            <properties>
  -                <runtime>false</runtime>
  -            </properties>
  -        </dependency>
  -
       </dependencies>