svn commit: r1210927 [3/7] - in /commons/proper/jexl/trunk: ./ src/main/java/org/apache/commons/jexl3/ src/main/java/org/apache/commons/jexl3/internal/ src/main/java/org/apache/commons/jexl3/internal/

2011-12-06 Thread henrib
Propchange: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/Engine.java -- svn:eol-style = native Copied:

svn commit: r1210927 [7/7] - in /commons/proper/jexl/trunk: ./ src/main/java/org/apache/commons/jexl3/ src/main/java/org/apache/commons/jexl3/internal/ src/main/java/org/apache/commons/jexl3/internal/

2011-12-06 Thread henrib
Modified: commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/UnifiedJEXLTest.java URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/UnifiedJEXLTest.java?rev=1210927r1=1210926r2=1210927view=diff

Nexus: Promotion Completed.

2011-12-06 Thread Nexus Repository Manager
Description:Apache Commons Codec 1.6.Details:The following artifacts have been promoted to the Releases

svn commit: r1211122 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/web/BaseWebConfiguration.java

2011-12-06 Thread oheger
Author: oheger Date: Tue Dec 6 20:55:45 2011 New Revision: 1211122 URL: http://svn.apache.org/viewvc?rev=1211122view=rev Log: Java 1.5 compatibility: Javadocs, raw types, etc. Modified:

svn commit: r1211124 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/web/AppletConfiguration.java

2011-12-06 Thread oheger
Author: oheger Date: Tue Dec 6 20:56:16 2011 New Revision: 1211124 URL: http://svn.apache.org/viewvc?rev=1211124view=rev Log: Java 1.5 compatibility: raw types, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/web/AppletConfiguration.java

svn commit: r1211128 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/web/ServletConfiguration.java

2011-12-06 Thread oheger
Author: oheger Date: Tue Dec 6 20:56:41 2011 New Revision: 1211128 URL: http://svn.apache.org/viewvc?rev=1211128view=rev Log: Java 1.5 compatibility: raw types, etc. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/web/ServletConfiguration.java

svn commit: r1211129 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/web/ServletContextConfiguration.java

2011-12-06 Thread oheger
Author: oheger Date: Tue Dec 6 20:57:01 2011 New Revision: 1211129 URL: http://svn.apache.org/viewvc?rev=1211129view=rev Log: Java 1.5 compatibility: raw types, etc. Modified:

svn commit: r1211130 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/web/ServletFilterConfiguration.java

2011-12-06 Thread oheger
Author: oheger Date: Tue Dec 6 20:57:19 2011 New Revision: 1211130 URL: http://svn.apache.org/viewvc?rev=1211130view=rev Log: Java 1.5 compatibility: raw types, etc. Modified:

svn commit: r1211131 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/web/ServletRequestConfiguration.java

2011-12-06 Thread oheger
Author: oheger Date: Tue Dec 6 20:57:37 2011 New Revision: 1211131 URL: http://svn.apache.org/viewvc?rev=1211131view=rev Log: Java 1.5 compatibility: raw types, etc. Modified:

svn commit: r1211312 - in /commons/proper/sanselan/trunk/src: main/java/org/apache/sanselan/formats/tiff/ test/data/images/tiff/2/

2011-12-06 Thread damjan
Author: damjan Date: Wed Dec 7 07:24:02 2011 New Revision: 1211312 URL: http://svn.apache.org/viewvc?rev=1211312view=rev Log: Fix another large offset bug in TIFF parsing, fix the required fields necessary for bilevel images, and add a test image for these changes and the last few parsing

svn commit: r1211318 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/transform: FastCosineTransformer.java FastFourierTransformer.java FastSineTransformer.java

2011-12-06 Thread celestin
Author: celestin Date: Wed Dec 7 07:35:09 2011 New Revision: 1211318 URL: http://svn.apache.org/viewvc?rev=1211318view=rev Log: In package transform, replaced FastFourierTransformer.transform2 and FastFourierTransformer.inverseTransform2 with a combination of transform()/inverseTransform(),

svn commit: r1211319 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/transform/FastFourierTransformerTest.java

2011-12-06 Thread celestin
Author: celestin Date: Wed Dec 7 07:39:22 2011 New Revision: 1211319 URL: http://svn.apache.org/viewvc?rev=1211319view=rev Log: Forgot to commit updated unit tests in rev 1211318 (MATH-677). Modified: