You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2003/08/30 10:40:37 UTC

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

jdillon     2003/08/30 01:40:37

  Modified:    modules/core project.xml
               modules/twiddle project.xml
  Log:
   o Fixed depend urls
   o Core depends on log4j for upcoming log4jservice
  
  Revision  Changes    Path
  1.17      +18 -3     incubator-geronimo/modules/core/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/core/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml	30 Aug 2003 01:58:00 -0000	1.16
  +++ project.xml	30 Aug 2003 08:40:37 -0000	1.17
  @@ -101,7 +101,16 @@
           <runtime>true</runtime>
         </properties>
       </dependency>
  -
  +    
  +    <dependency>
  +      <id>log4j</id>
  +      <version>1.2.8</version>
  +      <url>http://jakarta.apache.org/log4j</url>
  +      <properties>
  +        <runtime>true</runtime>
  +      </properties>
  +    </dependency>
  +    
       <dependency>
         <id>commons-httpclient</id>
         <version>2.0-beta1</version>
  @@ -155,6 +164,9 @@
         <id>castor</id>
         <version>0.9.5</version>
         <url>http://castor.exolab.org</url>
  +      <properties>
  +        <runtime>true</runtime>
  +      </properties>
       </dependency>
       
       <dependency>
  @@ -170,13 +182,16 @@
         <id>xml-apis</id>
         <version>1.0.b2</version>
         <properties>
  -        <runtime>false</runtime>
  +        <runtime>true</runtime>
         </properties>
       </dependency>
       
       <dependency>
         <id>dom4j</id>
         <version>1.4</version>
  +      <properties>
  +        <runtime>true</runtime>
  +      </properties>
       </dependency>
       
       <dependency>
  
  
  
  1.11      +4 -4      incubator-geronimo/modules/twiddle/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/twiddle/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml	27 Aug 2003 11:59:59 -0000	1.10
  +++ project.xml	30 Aug 2003 08:40:37 -0000	1.11
  @@ -98,7 +98,7 @@
       <dependency>
         <id>commons-beanutils</id>
         <version>SNAPSHOT</version>
  -      <url>http://jakarta.apache.org/commons/beanutils.html</url>
  +      <url>http://jakarta.apache.org/commons/beanutils</url>
         <properties>
           <runtime>true</runtime>
         </properties>
  @@ -107,7 +107,7 @@
       <dependency>
         <id>commons-collections</id>
         <version>SNAPSHOT</version>
  -      <url>http://jakarta.apache.org/commons/collections.html</url>
  +      <url>http://jakarta.apache.org/commons/collections</url>
         <properties>
           <runtime>true</runtime>
         </properties>
  @@ -116,7 +116,7 @@
       <dependency>
         <id>commons-logging</id>
         <version>1.0.3</version>
  -      <url>http://jakarta.apache.org/commons/logging.html</url>
  +      <url>http://jakarta.apache.org/commons/logging</url>
         <properties>
           <runtime>true</runtime>
         </properties>