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

2013-02-10 Thread tn
Author: tn Date: Sun Feb 10 08:10:40 2013 New Revision: 1444500 URL: http://svn.apache.org/r1444500 Log: Remove trailing space. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/UnitSphereRandomVectorGenerator.java Modified:

svn commit: r1444572 - /commons/sandbox/beanutils2/trunk/pom.xml

2013-02-10 Thread britter
Author: britter Date: Sun Feb 10 17:38:44 2013 New Revision: 1444572 URL: http://svn.apache.org/r1444572 Log: Switch from commons-parent-pom to commons-sandbox-parent-pom (version 10) Modified: commons/sandbox/beanutils2/trunk/pom.xml Modified: commons/sandbox/beanutils2/trunk/pom.xml URL:

svn commit: r1444574 - /commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/BeanAccessor.java

2013-02-10 Thread britter
Author: britter Date: Sun Feb 10 17:43:39 2013 New Revision: 1444574 URL: http://svn.apache.org/r1444574 Log: Remove InvocationTargetException from JavaDoc to prevent unneeded import. All exceptions from the reflect and introspection API are wrapped into custom RuntimeExceptions, that will be

svn commit: r1444576 - /commons/sandbox/beanutils2/trunk/pom.xml

2013-02-10 Thread britter
Author: britter Date: Sun Feb 10 17:48:52 2013 New Revision: 1444576 URL: http://svn.apache.org/r1444576 Log: Remove the internal package from OSGi Bundle MANIFEST generation (it has been deleted a while ago) Modified: commons/sandbox/beanutils2/trunk/pom.xml Modified:

svn commit: r1444578 - /commons/sandbox/beanutils2/trunk/pom.xml

2013-02-10 Thread britter
Author: britter Date: Sun Feb 10 18:23:52 2013 New Revision: 1444578 URL: http://svn.apache.org/r1444578 Log: Remove cobertura report, it is aleady defined in commons-sandbox-parent-pom and as an optional profile in commons-parent-pom Modified: commons/sandbox/beanutils2/trunk/pom.xml

svn commit: r1444610 - /commons/sandbox/beanutils2/trunk/src/test/java/org/apache/commons/beanutils2/ConstructorsTestCase.java

2013-02-10 Thread britter
Author: britter Date: Sun Feb 10 20:44:17 2013 New Revision: 1444610 URL: http://svn.apache.org/r1444610 Log: Change old JavaDoc from BeanUtils1 to match BeanUtils2 class names; no functional changes Modified: