svn commit: r784462 - /commons/proper/email/trunk/pom.xml

2009-06-13 Thread dennisl
Author: dennisl Date: Sat Jun 13 20:24:59 2009 New Revision: 784462 URL: http://svn.apache.org/viewvc?rev=784462&view=rev Log: Prevent loosing the license header during the release process. This is a known issue. See section B.7 at http://wiki.apache.org/commons/CreatingReleases for the workarou

svn commit: r784449 - /commons/proper/pool/tags/POOL_1_5_1_RC1/

2009-06-13 Thread psteitz
Author: psteitz Date: Sat Jun 13 18:54:05 2009 New Revision: 784449 URL: http://svn.apache.org/viewvc?rev=784449&view=rev Log: tagging pool 1.5.1-RC1 Added: commons/proper/pool/tags/POOL_1_5_1_RC1/ - copied from r784447, commons/proper/pool/trunk/

svn commit: r784447 - /commons/proper/pool/trunk/src/site/site.xml

2009-06-13 Thread psteitz
Author: psteitz Date: Sat Jun 13 18:46:54 2009 New Revision: 784447 URL: http://svn.apache.org/viewvc?rev=784447&view=rev Log: Prepared for 1.5.1 patch release. Modified: commons/proper/pool/trunk/src/site/site.xml Modified: commons/proper/pool/trunk/src/site/site.xml URL: http://svn.apache

svn commit: r784446 - in /commons/proper/pool/trunk: RELEASE-NOTES.txt build.xml pom.xml xdocs/changes.xml xdocs/download_pool.xml

2009-06-13 Thread psteitz
Author: psteitz Date: Sat Jun 13 18:41:23 2009 New Revision: 784446 URL: http://svn.apache.org/viewvc?rev=784446&view=rev Log: Prepared for 1.5.1 patch release. Modified: commons/proper/pool/trunk/RELEASE-NOTES.txt commons/proper/pool/trunk/build.xml commons/proper/pool/trunk/pom.xml

svn commit: r784442 [1/4] - in /commons/proper/jexl/branches/2.0: ./ src/java/org/apache/commons/jexl/ src/java/org/apache/commons/jexl/logging/ src/java/org/apache/commons/jexl/parser/ src/java/org/a

2009-06-13 Thread grobmeier
Author: grobmeier Date: Sat Jun 13 17:45:23 2009 New Revision: 784442 URL: http://svn.apache.org/viewvc?rev=784442&view=rev Log: JEXL-55: Bean & ant-ish like assignment, Ternary operator, Exception handling revisited, ScriptFactory, ExpressionFactory refactored Contributed by Henri Biestro Adde

svn commit: r784441 - in /commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl: GenericKeyedObjectPool.java GenericObjectPool.java

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 17:42:28 2009 New Revision: 784441 URL: http://svn.apache.org/viewvc?rev=784441&view=rev Log: Fix POOL-144 and related issues for GOP and GKOP. Modified: commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java commons/pr

svn commit: r784440 - /commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 17:41:00 2009 New Revision: 784440 URL: http://svn.apache.org/viewvc?rev=784440&view=rev Log: Add a test case for POOL-144. Patch by Phil Steitz. Modified: commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java Modified: co

svn commit: r784439 - /commons/proper/jexl/branches/2.0/pom.xml

2009-06-13 Thread grobmeier
Author: grobmeier Date: Sat Jun 13 17:40:49 2009 New Revision: 784439 URL: http://svn.apache.org/viewvc?rev=784439&view=rev Log: JEXL-55: updated java version to version 5 Contributed by Henri Biestro Modified: commons/proper/jexl/branches/2.0/pom.xml Modified: commons/proper/jexl/branches/2

svn commit: r784347 - /commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestFile.java

2009-06-13 Thread mturk
Author: mturk Date: Sat Jun 13 08:01:14 2009 New Revision: 784347 URL: http://svn.apache.org/viewvc?rev=784347&view=rev Log: Add two more attributes tests. Note the system.out will go away from the test Modified: commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestFile.java

svn commit: r784346 - /commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestFile.java

2009-06-13 Thread mturk
Author: mturk Date: Sat Jun 13 07:48:08 2009 New Revision: 784346 URL: http://svn.apache.org/viewvc?rev=784346&view=rev Log: Add setFileAttributes test Modified: commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestFile.java Modified: commons/sandbox/runtime/trunk/src/test

svn commit: r784345 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/io/File.java native/os/unix/file.c native/os/win32/file.c native/os/win32/ios.c native/os/win32/main.c

2009-06-13 Thread mturk
Author: mturk Date: Sat Jun 13 07:37:10 2009 New Revision: 784345 URL: http://svn.apache.org/viewvc?rev=784345&view=rev Log: Implement setFileAttributes method from apr_file_attrs_set() Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/File.java commons/