svn commit: r1422214 - /commons/proper/math/trunk/src/site/xdoc/userguide/analysis.xml

2012-12-15 Thread luc
Author: luc Date: Sat Dec 15 10:23:18 2012 New Revision: 1422214 URL: http://svn.apache.org/viewvc?rev=1422214&view=rev Log: Fixed a missing element in the solvers table (user-guide). Modified: commons/proper/math/trunk/src/site/xdoc/userguide/analysis.xml Modified: commons/proper/math/trunk

svn commit: r1422251 - in /commons/proper/math/trunk/src/site/xdoc/userguide: analysis.xml index.xml

2012-12-15 Thread luc
Author: luc Date: Sat Dec 15 14:20:12 2012 New Revision: 1422251 URL: http://svn.apache.org/viewvc?rev=1422251&view=rev Log: Added documentation for differentiation in user guide. Modified: commons/proper/math/trunk/src/site/xdoc/userguide/analysis.xml commons/proper/math/trunk/src/site/x

svn commit: r1422255 - in /commons/proper/digester/trunk: annotations-processor/ core/ dist/ examples/ examples/annotations/ examples/annotations/atom/ examples/api/ examples/api/addressbook/ examples

2012-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 14:40:12 2012 New Revision: 1422255 URL: http://svn.apache.org/viewvc?rev=1422255&view=rev Log: ore ignore idea files Modified: commons/proper/digester/trunk/annotations-processor/ (props changed) commons/proper/digester/trunk/core/ (props changed) c

svn commit: r1422312 - /commons/proper/digester/trunk/src/main/

2012-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 18:45:47 2012 New Revision: 1422312 URL: http://svn.apache.org/viewvc?rev=1422312&view=rev Log: cleanup empty directory Removed: commons/proper/digester/trunk/src/main/

svn commit: r1422313 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3: linear/ optimization/direct/ optimization/fitting/ optimization/general/ random/ special/ stat/ stat/correl

2012-12-15 Thread psteitz
Author: psteitz Date: Sat Dec 15 18:53:41 2012 New Revision: 1422313 URL: http://svn.apache.org/viewvc?rev=1422313&view=rev Log: Added missing @since tags. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/MatrixUtils.java commons/proper/math/trunk/src/ma

svn commit: r1422321 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/ResizableDoubleArray.java

2012-12-15 Thread psteitz
Author: psteitz Date: Sat Dec 15 19:24:04 2012 New Revision: 1422321 URL: http://svn.apache.org/viewvc?rev=1422321&view=rev Log: Added sync to compute method. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/ResizableDoubleArray.java Modified: commons/proper/

svn commit: r1422326 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/combined/ test/java/org/apache/commons/configuration/builder/combined/ test/resour

2012-12-15 Thread oheger
Author: oheger Date: Sat Dec 15 19:41:22 2012 New Revision: 1422326 URL: http://svn.apache.org/viewvc?rev=1422326&view=rev Log: CombinedConfigurationBuilder now supports the declaration of an entity resolver in the definition configuration. This property is inherited by included XML configuratio

svn commit: r1422337 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/EmpiricalDistribution.java

2012-12-15 Thread psteitz
Author: psteitz Date: Sat Dec 15 20:04:47 2012 New Revision: 1422337 URL: http://svn.apache.org/viewvc?rev=1422337&view=rev Log: Javadoc formatting. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/EmpiricalDistribution.java Modified: commons/proper/math/tr

svn commit: r1422338 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/ValueServer.java

2012-12-15 Thread psteitz
Author: psteitz Date: Sat Dec 15 20:05:51 2012 New Revision: 1422338 URL: http://svn.apache.org/viewvc?rev=1422338&view=rev Log: Made default file encoding explicit (FindBugs). Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/ValueServer.java Modified: comm

svn commit: r1422349 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/combined/CombinedConfigurationBuilder.java test/resources/testCCFileSystem.xml

2012-12-15 Thread oheger
Author: oheger Date: Sat Dec 15 20:39:08 2012 New Revision: 1422349 URL: http://svn.apache.org/viewvc?rev=1422349&view=rev Log: CombinedConfigurationBuilder now supports the declaration of a file system in the definition configuration. This property is inherited by included file-base configurati

svn commit: r1422350 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random: EmpiricalDistribution.java ValueServer.java

2012-12-15 Thread psteitz
Author: psteitz Date: Sat Dec 15 20:47:47 2012 New Revision: 1422350 URL: http://svn.apache.org/viewvc?rev=1422350&view=rev Log: Muted pmd for empty catch blocks. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/EmpiricalDistribution.java commons/proper/

svn commit: r1422354 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/descriptive/DescriptiveStatistics.java

2012-12-15 Thread psteitz
Author: psteitz Date: Sat Dec 15 20:59:01 2012 New Revision: 1422354 URL: http://svn.apache.org/viewvc?rev=1422354&view=rev Log: Combined if statements (PMD). Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/descriptive/DescriptiveStatistics.java Modified: co

svn commit: r1422355 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/BasicConfigurationBuilder.java test/java/org/apache/commons/configuration/builder/

2012-12-15 Thread oheger
Author: oheger Date: Sat Dec 15 21:03:25 2012 New Revision: 1422355 URL: http://svn.apache.org/viewvc?rev=1422355&view=rev Log: Added missing synchronized keywords. Added a method for copying configuration and error listeners. Modified: commons/proper/configuration/trunk/src/main/java/org/ap

svn commit: r1422367 - /commons/cms-site/trunk/collections/

2012-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 21:41:58 2012 New Revision: 1422367 URL: http://svn.apache.org/viewvc?rev=1422367&view=rev Log: Automatic svn path creation: https://svn.apache.org/repos/asf/commons/cms-site/trunk/collections Added: commons/cms-site/trunk/collections/

svn commit: r1422395 - in /commons/cms-site/trunk/collections: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/commons/ apidocs/org/apache/commons/collections/ apidocs/org/apache/commo

2012-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 22:36:57 2012 New Revision: 1422395 URL: http://svn.apache.org/viewvc?rev=1422395&view=rev Log: Site checkin for project Commons Collections [This commit notification would consist of 979 parts, which exceeds the limit of 50 ones, so it was shortened to the summar

svn commit: r1422409 - /commons/proper/commons-parent/trunk/pom.xml

2012-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 23:17:47 2012 New Revision: 1422409 URL: http://svn.apache.org/viewvc?rev=1422409&view=rev Log: configure maven-scm-publish-plugin plugin for deploying sub sites to svn Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-paren

svn commit: r1422411 - /commons/proper/commons-parent/trunk/pom.xml

2012-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 23:19:17 2012 New Revision: 1422411 URL: http://svn.apache.org/viewvc?rev=1422411&view=rev Log: fix plugin configuration field for javadoc docencoding instead of docEncoding Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-

svn commit: r1422417 - in /commons/cms-site/trunk/collections: ./ apidocs/ apidocs/org/apache/commons/collections/ apidocs/org/apache/commons/collections/bag/ apidocs/org/apache/commons/collections/ba

2012-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 23:28:19 2012 New Revision: 1422417 URL: http://svn.apache.org/viewvc?rev=1422417&view=rev Log: Site checkin for project Commons Collections [This commit notification would consist of 95 parts, which exceeds the limit of 50 ones, so it was shortened to the summary

svn commit: r1422418 - /commons/proper/commons-parent/trunk/pom.xml

2012-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 23:36:54 2012 New Revision: 1422418 URL: http://svn.apache.org/viewvc?rev=1422418&view=rev Log: notimestamp true for javadoc to prevent svnpub to be too much noisy Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/tru

svn commit: r1422420 - /commons/proper/collections/trunk/pom.xml

2012-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 23:38:55 2012 New Revision: 1422420 URL: http://svn.apache.org/viewvc?rev=1422420&view=rev Log: configure collections to be deployed tru svnpub Modified: commons/proper/collections/trunk/pom.xml Modified: commons/proper/collections/trunk/pom.xml URL: http://sv

svn commit: r1422419 - in /commons/cms-site/trunk/collections/api-release: ./ org/ org/apache/ org/apache/commons/ org/apache/commons/collections/ org/apache/commons/collections/bag/ org/apache/common

2012-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 23:38:49 2012 New Revision: 1422419 URL: http://svn.apache.org/viewvc?rev=1422419&view=rev Log: import api-release path [This commit notification would consist of 168 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1422421 - /commons/proper/collections/trunk/pom.xml

2012-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 23:41:58 2012 New Revision: 1422421 URL: http://svn.apache.org/viewvc?rev=1422421&view=rev Log: ignore too api-2.1.1 path Modified: commons/proper/collections/trunk/pom.xml Modified: commons/proper/collections/trunk/pom.xml URL: http://svn.apache.org/viewvc/co

svn commit: r1422422 [15/33] - in /commons/cms-site/trunk/collections/api-2.1.1: ./ org/ org/apache/ org/apache/commons/ org/apache/commons/collections/ org/apache/commons/collections/class-use/ org/a

2012-12-15 Thread olamy
Added: commons/cms-site/trunk/collections/api-2.1.1/org/apache/commons/collections/ProxyMap.html URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/collections/api-2.1.1/org/apache/commons/collections/ProxyMap.html?rev=1422422&view=auto ==

svn commit: r1422423 - /commons/proper/commons-site/trunk/content/resources/extpaths.txt

2012-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 23:46:16 2012 New Revision: 1422423 URL: http://svn.apache.org/viewvc?rev=1422423&view=rev Log: add collections in extpaths Modified: commons/proper/commons-site/trunk/content/resources/extpaths.txt Modified: commons/proper/commons-site/trunk/content/resources/

svn commit: r1422425 - /commons/proper/collections/trunk/pom.xml

2012-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 23:57:27 2012 New Revision: 1422425 URL: http://svn.apache.org/viewvc?rev=1422425&view=rev Log: fix configuration Modified: commons/proper/collections/trunk/pom.xml Modified: commons/proper/collections/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/pr

svn commit: r1422433 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/ResizableDoubleArray.java

2012-12-15 Thread erans
Author: erans Date: Sun Dec 16 00:45:18 2012 New Revision: 1422433 URL: http://svn.apache.org/viewvc?rev=1422433&view=rev Log: MATH-757 Class was not thread-safe. Comment added to warn users that they must handle synchronization by themselves if they need it. Modified: commons/proper/math/tr

svn commit: r1422440 - in /commons/proper/math/tags/MATH_3_1_RC1: ./ pom.xml

2012-12-15 Thread erans
Author: erans Date: Sun Dec 16 00:55:36 2012 New Revision: 1422440 URL: http://svn.apache.org/viewvc?rev=1422440&view=rev Log: Creating Commons Math v3.1 RC1 tag. Added: commons/proper/math/tags/MATH_3_1_RC1/ - copied from r1422439, commons/proper/math/trunk/ Modified: commons/prope

Nexus: Staging Completed.

2012-12-15 Thread Nexus Repository Manager
Description:Artefacts for Commons Math 3.1 RC1.Details:The following artifacts have been staged to the org.apache.commons-023 (u:erans, a:164.15.125.60) repository.archetype-catalog.xmlcommons-math3-3.1-sources.jarcommons-math3-3.1-javadoc.jar.asccommons-math3-3.1-tests.jarcommons-math3-3.1-test-so

svn commit: r1422447 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/ode/JacobianMatrices.java

2012-12-15 Thread psteitz
Author: psteitz Date: Sun Dec 16 01:38:40 2012 New Revision: 1422447 URL: http://svn.apache.org/viewvc?rev=1422447&view=rev Log: Added missing @since tag. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/ode/JacobianMatrices.java Modified: commons/proper/math/trun