/[Apache-SVN]
ViewVC logotype

Revision 607244


Jump to revision: Previous Next
Author: psteitz
Date: Fri Dec 28 13:58:58 2007 UTC (16 years, 4 months ago)
Changed paths: 35
Log Message:
Tagging 1.4-RC1

Changed paths

Path Details
Directorycommons/proper/pool/tags/POOL_1_4_RC1/
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH, r604075)
added
Directorycommons/proper/pool/tags/POOL_1_4_RC1/NOTICE.txt
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/NOTICE.txt, r607182)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/build.xml
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/build.xml, r606070)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/maven.xml
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/maven.xml, r607172)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/pom.xml
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml, r607242)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/project.properties
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.properties, r607172)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/project.xml
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml, r607242)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/release-notes.jsl
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/release-notes.jsl, r606081)
added
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/java/org/apache/commons/pool/PoolUtils.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/java/org/apache/commons/pool/PoolUtils.java, r606735)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/java/org/apache/commons/pool/impl/CursorableLinkedList.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/java/org/apache/commons/pool/impl/CursorableLinkedList.java, r606734)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java, r607137)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.java, r604543)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/java/org/apache/commons/pool/impl/GenericObjectPool.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/java/org/apache/commons/pool/impl/GenericObjectPool.java, r607137)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/java/org/apache/commons/pool/impl/GenericObjectPoolFactory.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/java/org/apache/commons/pool/impl/GenericObjectPoolFactory.java, r604392)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/java/org/apache/commons/pool/impl/SoftReferenceObjectPool.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/java/org/apache/commons/pool/impl/SoftReferenceObjectPool.java, r607137)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/java/org/apache/commons/pool/impl/StackKeyedObjectPool.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/java/org/apache/commons/pool/impl/StackKeyedObjectPool.java, r607154)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/java/org/apache/commons/pool/impl/StackObjectPool.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/java/org/apache/commons/pool/impl/StackObjectPool.java, r607137)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/java/org/apache/commons/pool/overview.html
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/java/org/apache/commons/pool/overview.html, r606716)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/test/org/apache/commons/pool/MethodCallPoolableObjectFactory.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/MethodCallPoolableObjectFactory.java, r606064)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/test/org/apache/commons/pool/TestBaseKeyedObjectPool.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/TestBaseKeyedObjectPool.java, r606064)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/test/org/apache/commons/pool/TestBaseObjectPool.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/TestBaseObjectPool.java, r606064)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/test/org/apache/commons/pool/TestKeyedObjectPool.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/TestKeyedObjectPool.java, r607154)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/test/org/apache/commons/pool/TestObjectPool.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/TestObjectPool.java, r607137)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/test/org/apache/commons/pool/impl/TestAll.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/impl/TestAll.java, r606062)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java, r606718)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPoolFactory.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPoolFactory.java, r604543)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java, r606362)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/test/org/apache/commons/pool/impl/TestGenericObjectPoolFactory.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/impl/TestGenericObjectPoolFactory.java, r604116)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/test/org/apache/commons/pool/impl/TestStackKeyedObjectPool.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/impl/TestStackKeyedObjectPool.java, r605736)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/src/test/org/apache/commons/pool/impl/TestStackObjectPool.java
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/impl/TestStackObjectPool.java, r606573)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/xdocs/changes.xml
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/changes.xml, r607172)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/xdocs/downloads.xml
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/downloads.xml, r607172)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/xdocs/guide/index.xml
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/guide/index.xml, r605104)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/xdocs/index.xml
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/index.xml, r605104)
replaced
Directorycommons/proper/pool/tags/POOL_1_4_RC1/xdocs/navigation.xml
(Copied from commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/navigation.xml, r607172)
replaced

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26