Author: ebourg
Date: Thu Feb 14 15:27:32 2008
New Revision: 627909
URL: http://svn.apache.org/viewvc?rev=627909&view=rev
Log:
Removed the remaining references to Commons Collections
Modified:
commons/proper/configuration/branches/configuration2_experimental/build.xml
commons/proper/configuration/branches/configuration2_experimental/gump.xml
commons/proper/configuration/branches/configuration2_experimental/project.properties
commons/proper/configuration/branches/configuration2_experimental/project.xml
commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/ConfigurationConverter.java
commons/proper/configuration/branches/configuration2_experimental/xdocs/dependencies.xml
commons/proper/configuration/branches/configuration2_experimental/xdocs/userguide/overview.xml
Modified:
commons/proper/configuration/branches/configuration2_experimental/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/build.xml?rev=627909&r1=627908&r2=627909&view=diff
==============================================================================
--- commons/proper/configuration/branches/configuration2_experimental/build.xml
(original)
+++ commons/proper/configuration/branches/configuration2_experimental/build.xml
Thu Feb 14 15:27:32 2008
@@ -233,8 +233,6 @@
<setproxy>
</setproxy>
- <get dest="${libdir}/commons-collections-3.2.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-3.2.jar">
- </get>
<get dest="${libdir}/commons-lang-2.3.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-lang/jars/commons-lang-2.3.jar">
</get>
<get dest="${libdir}/commons-logging-1.1.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.1.jar">
Modified:
commons/proper/configuration/branches/configuration2_experimental/gump.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/gump.xml?rev=627909&r1=627908&r2=627909&view=diff
==============================================================================
--- commons/proper/configuration/branches/configuration2_experimental/gump.xml
(original)
+++ commons/proper/configuration/branches/configuration2_experimental/gump.xml
Thu Feb 14 15:27:32 2008
@@ -14,8 +14,6 @@
<package>org.apache.commons.configuration</package>
<depend project="commons-beanutils">
</depend>
- <depend project="commons-collections">
- </depend>
<depend project="commons-digester">
</depend>
<depend project="commons-lang">
Modified:
commons/proper/configuration/branches/configuration2_experimental/project.properties
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/project.properties?rev=627909&r1=627908&r2=627909&view=diff
==============================================================================
---
commons/proper/configuration/branches/configuration2_experimental/project.properties
(original)
+++
commons/proper/configuration/branches/configuration2_experimental/project.properties
Thu Feb 14 15:27:32 2008
@@ -34,7 +34,7 @@
maven.test.failure.ignore=false
maven.test.skip=false
-maven.javadoc.links=http://java.sun.com/j2se/1.5/docs/api/,
http://java.sun.com/j2ee/1.4/docs/api/,
http://commons.apache.org/collections/apidocs/,
http://commons.apache.org/digester/apidocs/,
http://commons.apache.org/lang/apidocs/,
http://commons.apache.org/beanutils/apidocs/
+maven.javadoc.links=http://java.sun.com/j2se/1.5/docs/api/,
http://java.sun.com/j2ee/1.4/docs/api/,
http://commons.apache.org/digester/apidocs/,
http://commons.apache.org/lang/apidocs/,
http://commons.apache.org/beanutils/apidocs/
#cactus settings. Make sure to point to your Tomcat!
cactus.home.tomcat4x = c:/java/tomcat
Modified:
commons/proper/configuration/branches/configuration2_experimental/project.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/project.xml?rev=627909&r1=627908&r2=627909&view=diff
==============================================================================
---
commons/proper/configuration/branches/configuration2_experimental/project.xml
(original)
+++
commons/proper/configuration/branches/configuration2_experimental/project.xml
Thu Feb 14 15:27:32 2008
@@ -234,15 +234,6 @@
<dependencies>
<dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
-
- <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.3</version>
Modified:
commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/ConfigurationConverter.java
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/ConfigurationConverter.java?rev=627909&r1=627908&r2=627909&view=diff
==============================================================================
---
commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/ConfigurationConverter.java
(original)
+++
commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/ConfigurationConverter.java
Thu Feb 14 15:27:32 2008
@@ -26,7 +26,7 @@
/**
* Configuration converter. Helper class to convert between Configuration,
- * ExtendedProperties and standard Properties.
+ * Map, and standard Properties.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Martin Poeschl</a>
* @version $Revision$, $Date$
Modified:
commons/proper/configuration/branches/configuration2_experimental/xdocs/dependencies.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/xdocs/dependencies.xml?rev=627909&r1=627908&r2=627909&view=diff
==============================================================================
---
commons/proper/configuration/branches/configuration2_experimental/xdocs/dependencies.xml
(original)
+++
commons/proper/configuration/branches/configuration2_experimental/xdocs/dependencies.xml
Thu Feb 14 15:27:32 2008
@@ -47,8 +47,7 @@
<tr>
<td>Core</td>
<td>
- Java 1.3<br/>
- commons-collections<br/>
+ Java 5<br/>
commons-lang<br/>
commons-logging
</td>
@@ -128,10 +127,6 @@
<tr>
<td>commons-lang</td>
<td>2.2, 2.3</td>
- </tr>
- <tr>
- <td>commons-collections</td>
- <td>3.1, 3.2</td>
</tr>
<tr>
<td>commons-logging</td>
Modified:
commons/proper/configuration/branches/configuration2_experimental/xdocs/userguide/overview.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/xdocs/userguide/overview.xml?rev=627909&r1=627908&r2=627909&view=diff
==============================================================================
---
commons/proper/configuration/branches/configuration2_experimental/xdocs/userguide/overview.xml
(original)
+++
commons/proper/configuration/branches/configuration2_experimental/xdocs/userguide/overview.xml
Thu Feb 14 15:27:32 2008
@@ -82,8 +82,7 @@
</li>
<li>
<strong>ConfigurationConverter</strong>
- Takes a java.util.Properties or an
org.apache.commons.collections.ExtendedProperties
- and converts it to a Configuration object.
+ Takes a java.util.Properties and converts it to a Configuration
object.
</li>
</ul>