svn commit: r1033852 - in /commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/resources: ./ lib/ project/ project/lib/ project/src/ src/ target/

2010-11-11 Thread jbeard
Author: jbeard Date: Thu Nov 11 09:24:08 2010 New Revision: 1033852 URL: http://svn.apache.org/viewvc?rev=1033852view=rev Log: Updated location of resources on site so that demos will work. Before, I had to run a script to update some paths before uploading to the site, but this was brittle.

svn commit: r1034083 - /commons/proper/net/trunk/src/site/site.xml

2010-11-11 Thread sebb
Author: sebb Date: Thu Nov 11 19:54:10 2010 New Revision: 1034083 URL: http://svn.apache.org/viewvc?rev=1034083view=rev Log: Fix site menu items Modified: commons/proper/net/trunk/src/site/site.xml Modified: commons/proper/net/trunk/src/site/site.xml URL:

svn commit: r1034088 - /commons/proper/net/trunk/pom.xml

2010-11-11 Thread sebb
Author: sebb Date: Thu Nov 11 20:00:36 2010 New Revision: 1034088 URL: http://svn.apache.org/viewvc?rev=1034088view=rev Log: Next release version details Modified: commons/proper/net/trunk/pom.xml Modified: commons/proper/net/trunk/pom.xml URL:

svn commit: r1034090 - /commons/proper/net/trunk/

2010-11-11 Thread sebb
Author: sebb Date: Thu Nov 11 20:01:37 2010 New Revision: 1034090 URL: http://svn.apache.org/viewvc?rev=1034090view=rev Log: Ignores Modified: commons/proper/net/trunk/ (props changed) Propchange: commons/proper/net/trunk/

svn commit: r1034101 - /commons/proper/net/trunk/pom.xml

2010-11-11 Thread sebb
Author: sebb Date: Thu Nov 11 20:23:43 2010 New Revision: 1034101 URL: http://svn.apache.org/viewvc?rev=1034101view=rev Log: Update JUnit; no need for wagon extension Modified: commons/proper/net/trunk/pom.xml Modified: commons/proper/net/trunk/pom.xml URL:

svn commit: r1034102 - in /commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/ test/org/apache/commons/configuration/

2010-11-11 Thread oheger
Author: oheger Date: Thu Nov 11 20:28:05 2010 New Revision: 1034102 URL: http://svn.apache.org/viewvc?rev=1034102view=rev Log: [CONFIGURATION-428] Do not escape a backslash in the value of an XML element when an XMLConfiguration is saved. Modified:

svn commit: r1034120 - in /commons/proper/configuration/trunk/src/site/xdoc/userguide: howto_xml.xml user_guide.xml

2010-11-11 Thread oheger
Author: oheger Date: Thu Nov 11 21:00:56 2010 New Revision: 1034120 URL: http://svn.apache.org/viewvc?rev=1034120view=rev Log: Updated user guide with information about list delimiter parsing in XMLConfiguration. Modified:

svn commit: r1034123 - /commons/proper/configuration/trunk/src/changes/changes.xml

2010-11-11 Thread oheger
Author: oheger Date: Thu Nov 11 21:04:07 2010 New Revision: 1034123 URL: http://svn.apache.org/viewvc?rev=1034123view=rev Log: [CONFIGURATION-428] Updated changes.xml. Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified:

svn commit: r1034125 - /commons/proper/configuration/branches/configuration2_experimental/src/changes/changes.xml

2010-11-11 Thread oheger
Author: oheger Date: Thu Nov 11 21:05:53 2010 New Revision: 1034125 URL: http://svn.apache.org/viewvc?rev=1034125view=rev Log: [CONFIGURATION-428] Updated changes.xml. Ported from trunk. However, the fix for this issue will not be ported because list handling is going to change anyway.

svn commit: r1034178 - in /commons/proper/net/tags/commons-net-2.2RC1: ./ RELEASE-NOTES.txt pom.xml

2010-11-11 Thread sebb
Author: sebb Date: Thu Nov 11 22:19:06 2010 New Revision: 1034178 URL: http://svn.apache.org/viewvc?rev=1034178view=rev Log: Create 2.2RC1 tag for NET Added: commons/proper/net/tags/commons-net-2.2RC1/ - copied from r1034101, commons/proper/net/trunk/ Modified:

Nexus: Staging Repository Dropped.

2010-11-11 Thread Nexus Repository Manager
Description:Upload failed; anyway has messed up path (includes o.a.c but should not)Details:The org.apache.commons-063 (u:sebb, a:80.176.146.62) staging repository has been dropped.

svn commit: r1034190 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear: AbstractRealMatrix.java RealMatrix.java

2010-11-11 Thread erans
Author: erans Date: Thu Nov 11 22:52:39 2010 New Revision: 1034190 URL: http://svn.apache.org/viewvc?rev=1034190view=rev Log: MATH-438 Removed deprecated methods. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/AbstractRealMatrix.java

svn commit: r1034193 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/linear/ test/java/org/apache/commons/math/linear/

2010-11-11 Thread erans
Author: erans Date: Thu Nov 11 23:13:01 2010 New Revision: 1034193 URL: http://svn.apache.org/viewvc?rev=1034193view=rev Log: MATH-438 Removed deprecated class MatrixIndexException. Removed: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/MatrixIndexException.java

svn commit: r1034209 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/linear/ main/java/org/apache/commons/math/random/ test/java/org/apache/commons/math/random/

2010-11-11 Thread erans
Author: erans Date: Thu Nov 11 23:36:32 2010 New Revision: 1034209 URL: http://svn.apache.org/viewvc?rev=1034209view=rev Log: MATH-438 Removed deprecated class. Updated affected files to use the new NonPositiveDefiniteMatrixException defined in package exception. Removed:

svn commit: r1034210 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/NonSquareMatrixException.java

2010-11-11 Thread erans
Author: erans Date: Thu Nov 11 23:40:52 2010 New Revision: 1034210 URL: http://svn.apache.org/viewvc?rev=1034210view=rev Log: MATH-438 Removed deprecated class. Removed: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/NonSquareMatrixException.java

svn commit: r1034220 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/linear/ test/java/org/apache/commons/math/linear/

2010-11-11 Thread erans
Author: erans Date: Fri Nov 12 00:13:27 2010 New Revision: 1034220 URL: http://svn.apache.org/viewvc?rev=1034220view=rev Log: MATH-438 Removed deprecated class InvalidMatrixException. Removed: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/InvalidMatrixException.java

svn commit: r1034222 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/RealConvergenceChecker.java

2010-11-11 Thread erans
Author: erans Date: Fri Nov 12 00:20:21 2010 New Revision: 1034222 URL: http://svn.apache.org/viewvc?rev=1034222view=rev Log: MATH-438 Removed deprecated class. Removed: commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/RealConvergenceChecker.java