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 2003/10/25 00:58:39 UTC

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

dain        2003/10/24 15:58:39

  Modified:    modules/common project.xml
  Log:
  Moved dependency requirements on commons-lang and commons-collections from
  kernel module.
  
  Revision  Changes    Path
  1.15      +3 -3      incubator-geronimo/modules/common/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/common/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml	22 Oct 2003 02:27:44 -0000	1.14
  +++ project.xml	24 Oct 2003 22:58:39 -0000	1.15
  @@ -88,7 +88,7 @@
               <version>SNAPSHOT</version>
               <url>http://jakarta.apache.org/commons/lang</url>
               <properties>
  -                <runtime>false</runtime>
  +                <runtime>true</runtime>
               </properties>
           </dependency>
   
  @@ -97,7 +97,7 @@
               <version>SNAPSHOT</version>
               <url>http://jakarta.apache.org/commons/collections</url>
               <properties>
  -                <runtime>false</runtime>
  +                <runtime>true</runtime>
               </properties>
           </dependency>