svn commit: r949461 - in /commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling: model/ src/org/apache/commons/scxml/modeling/ src/org/apache/commons/scxml/mode

2010-05-29 Thread guixl
Author: guixl Date: Sun May 30 02:46:14 2010 New Revision: 949461 URL: http://svn.apache.org/viewvc?rev=949461&view=rev Log: amend data model : State has 0 or more sub States Modified: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling/model/scxml.e

svn commit: r949460 - in /commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/diagram: edit/commands/State3Creat

2010-05-29 Thread guixl
Author: guixl Date: Sun May 30 02:26:12 2010 New Revision: 949460 URL: http://svn.apache.org/viewvc?rev=949460&view=rev Log: amend data model : State has 0 or more sub States Modified: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/o

svn commit: r949459 - in /commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram: ./ icons/obj16/ src/org/apache/commons/scxml/modeling/diagram/part/ src

2010-05-29 Thread guixl
Author: guixl Date: Sun May 30 02:17:38 2010 New Revision: 949459 URL: http://svn.apache.org/viewvc?rev=949459&view=rev Log: amend data model : State has 0 or more sub States Added: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/icons/ob

svn commit: r949433 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/optimization/general/ site/xdoc/ test/java/org/apache/commons/math/optimization/general/

2010-05-29 Thread luc
Author: luc Date: Sat May 29 18:15:50 2010 New Revision: 949433 URL: http://svn.apache.org/viewvc?rev=949433&view=rev Log: Fixed Levenberg-Marquardt optimizer that did not use the vectorial convergence checker. Now this optimizer can use either the general vectorial convergence checker or its ow

svn commit: r949410 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation: SmoothingPolynomialBicubicSplineInterpolator.java TricubicSplineInterpolator.java

2010-05-29 Thread luc
Author: luc Date: Sat May 29 16:11:06 2010 New Revision: 949410 URL: http://svn.apache.org/viewvc?rev=949410&view=rev Log: removed unnecessary imports Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/SmoothingPolynomialBicubicSplineInterpolator

svn commit: r949393 - in /commons/proper/configuration/branches/configuration2_experimental/src: changes/ main/java/org/apache/commons/configuration2/ test/java/org/apache/commons/configuration2/

2010-05-29 Thread oheger
Author: oheger Date: Sat May 29 14:22:08 2010 New Revision: 949393 URL: http://svn.apache.org/viewvc?rev=949393&view=rev Log: CONFIGURATION-415: Files with a plus character in their names are now handled correctly. Copied code from the FileUtils class of Commons IO to ConfigurationUtils.fileFrom

svn commit: r949391 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/TestFileConfiguration.java

2010-05-29 Thread oheger
Author: oheger Date: Sat May 29 14:14:13 2010 New Revision: 949391 URL: http://svn.apache.org/viewvc?rev=949391&view=rev Log: Removed some deprecation warnings related to File.toURL(). Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/common

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

2010-05-29 Thread oheger
Author: oheger Date: Sat May 29 14:07:38 2010 New Revision: 949390 URL: http://svn.apache.org/viewvc?rev=949390&view=rev Log: CONFIGURATION-415: Files with a plus character in their names are now handled correctly. Copied code from the FileUtils class of Commons IO to ConfigurationUtils.fileFrom