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/04/27 02:45:45 UTC

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

dain        2004/04/26 17:45:45

  Modified:    modules/common project.xml
               modules/remoting project.xml
  Removed:     modules/common/src/java/org/apache/geronimo/common
                        Duration.java StringValueParser.java
               modules/common/src/java/org/apache/geronimo/common/jmx
                        JMXExceptionDecoder.java MBeanProxyContext.java
                        MBeanProxyException.java MBeanProxyHandler.java
               modules/common/src/java/org/apache/geronimo/common/mutable
                        MuBoolean.java MuByte.java MuCharacter.java
                        MuDouble.java MuFloat.java MuInteger.java
                        MuLong.java MuNumber.java MuShort.java Mutable.java
               modules/common/src/test/org/apache/geronimo/common
                        DurationTest.java StringValueParserTest.java
               modules/common/src/test/org/apache/geronimo/common/jmx
                        JMXExceptionDecoderTest.java
                        MBeanProxyExceptionTest.java
                        MBeanProxyFactoryTest.java
                        MBeanProxyHandlerTest.java MockObject.java
               modules/common/src/test/org/apache/geronimo/common/mutable
                        MuBooleanTest.java MuByteTest.java
                        MuCharacterTest.java MuDoubleTest.java
                        MuFloatTest.java MuIntegerTest.java MuLongTest.java
                        MuShortTest.java
  Log:
  Removed depenency on commons-lang commons-collections and commons-jexl
  These were all SNAPSHOT version and were only used by unused classes
  Remove the unused classes that depended on commons classes
  
  Revision  Changes    Path
  1.26      +1 -22     incubator-geronimo/modules/common/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/common/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml	22 Apr 2004 00:05:48 -0000	1.25
  +++ project.xml	27 Apr 2004 00:45:44 -0000	1.26
  @@ -58,27 +58,6 @@
           </dependency>
   
           <dependency>
  -            <groupId>commons-lang</groupId>
  -            <artifactId>commons-lang</artifactId>
  -            <version>SNAPSHOT</version>
  -            <url>http://jakarta.apache.org/commons/lang</url>
  -        </dependency>
  -
  -        <dependency>
  -            <groupId>commons-collections</groupId>
  -            <artifactId>commons-collections</artifactId>
  -            <version>SNAPSHOT</version>
  -            <url>http://jakarta.apache.org/commons/collections</url>
  -        </dependency>
  -
  -        <dependency>
  -            <groupId>commons-jexl</groupId>
  -            <artifactId>commons-jexl</artifactId>
  -            <version>SNAPSHOT</version>
  -            <url>http://jakarta.apache.org/commons/jexl</url>
  -        </dependency>
  -
  -        <dependency>
               <groupId>log4j</groupId>
               <artifactId>log4j</artifactId>
               <version>1.2.8</version>
  
  
  
  1.13      +1 -8      incubator-geronimo/modules/remoting/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	22 Apr 2004 00:05:49 -0000	1.12
  +++ project.xml	27 Apr 2004 00:45:45 -0000	1.13
  @@ -64,13 +64,6 @@
           </dependency>
   
           <dependency>
  -            <groupId>commons-lang</groupId>
  -            <artifactId>commons-lang</artifactId>
  -            <version>SNAPSHOT</version>
  -            <url>http://jakarta.apache.org/commons/lang</url>
  -        </dependency>
  -
  -        <dependency>
               <groupId>concurrent</groupId>
               <artifactId>concurrent</artifactId>
               <version>1.3.2</version>