svn commit: r793439 - /commons/proper/digester/trunk/pom.xml

2009-07-12 Thread rahul
Author: rahul Date: Mon Jul 13 00:29:16 2009 New Revision: 793439 URL: http://svn.apache.org/viewvc?rev=793439&view=rev Log: Compare against latest trunk release (v2.0). Modified: commons/proper/digester/trunk/pom.xml Modified: commons/proper/digester/trunk/pom.xml URL: http://svn.apache.or

svn commit: r793438 - /commons/proper/digester/branches/1_X_LINE/pom.xml

2009-07-12 Thread rahul
Author: rahul Date: Mon Jul 13 00:27:13 2009 New Revision: 793438 URL: http://svn.apache.org/viewvc?rev=793438&view=rev Log: Compare against latest release in this branch (v1.8.1). Modified: commons/proper/digester/branches/1_X_LINE/pom.xml Modified: commons/proper/digester/branches/1_X_LINE

svn commit: r793437 - /commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/Coercion.java

2009-07-12 Thread rahul
Author: rahul Date: Mon Jul 13 00:10:21 2009 New Revision: 793437 URL: http://svn.apache.org/viewvc?rev=793437&view=rev Log: Make coercion exception messages usable. Modified: commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/Coercion.java Modified: commons/proper/jexl/trunk/

svn commit: r793435 - /commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/Coercion.java

2009-07-12 Thread rahul
Author: rahul Date: Mon Jul 13 00:05:59 2009 New Revision: 793435 URL: http://svn.apache.org/viewvc?rev=793435&view=rev Log: Correct cut and paste errors. Modified: commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/Coercion.java Modified: commons/proper/jexl/trunk/src/java/or

svn commit: r793429 - /commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/env/jexl/JexlEvaluator.java

2009-07-12 Thread rahul
Author: rahul Date: Sun Jul 12 23:11:14 2009 New Revision: 793429 URL: http://svn.apache.org/viewvc?rev=793429&view=rev Log: Improve exception messages. Modified: commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/env/jexl/JexlEvaluator.java Modified: commons/proper/sc

svn commit: r793428 - in /commons/proper/scxml/branches/J6/src: main/java/org/apache/commons/scxml/env/javascript/JSEvaluator.java test/java/org/apache/commons/scxml/env/javascript/example-01.xml

2009-07-12 Thread rahul
Author: rahul Date: Sun Jul 12 23:00:53 2009 New Revision: 793428 URL: http://svn.apache.org/viewvc?rev=793428&view=rev Log: Implement the In() predicate and the Data() function for the JavaScript evaluator and remove some public methods (its unreleased code). Added a state to test the In() predi

svn commit: r793425 - /commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/SCXMLTestHelper.java

2009-07-12 Thread rahul
Author: rahul Date: Sun Jul 12 22:43:41 2009 New Revision: 793425 URL: http://svn.apache.org/viewvc?rev=793425&view=rev Log: Leave commented line that can be uncommented to switch all tests to use the older parser. Modified: commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/

svn commit: r793423 - /commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/model/ModelTestSuite.java

2009-07-12 Thread rahul
Author: rahul Date: Sun Jul 12 22:40:41 2009 New Revision: 793423 URL: http://svn.apache.org/viewvc?rev=793423&view=rev Log: Wire in the

svn commit: r793422 - in /commons/proper/scxml/branches/J6/src: main/java/org/apache/commons/scxml/io/SCXMLReader.java test/java/org/apache/commons/scxml/io/SCXMLReaderTest.java

2009-07-12 Thread rahul
Author: rahul Date: Sun Jul 12 22:38:45 2009 New Revision: 793422 URL: http://svn.apache.org/viewvc?rev=793422&view=rev Log: Add

svn commit: r793421 - in /commons/proper/scxml/branches/J6: ./ src/main/java/org/apache/commons/scxml/env/rhino/ src/main/java/org/apache/commons/scxml/test/ src/test/java/org/apache/commons/scxml/env

2009-07-12 Thread rahul
Author: rahul Date: Sun Jul 12 22:25:49 2009 New Revision: 793421 URL: http://svn.apache.org/viewvc?rev=793421&view=rev Log: Add ECMAScript + E4X support via Rhino (optional feature, binary dependency). Allows leveraging the XML datamodel with ECMAScript in a sane fashion. Highly modified version

svn commit: r793398 - /commons/proper/codec/trunk/xdocs/changes.xml

2009-07-12 Thread ggregory
Author: ggregory Date: Sun Jul 12 19:10:04 2009 New Revision: 793398 URL: http://svn.apache.org/viewvc?rev=793398&view=rev Log: Fix typo. Modified: commons/proper/codec/trunk/xdocs/changes.xml Modified: commons/proper/codec/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/commons/p

svn commit: r793396 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java

2009-07-12 Thread ggregory
Author: ggregory Date: Sun Jul 12 18:49:24 2009 New Revision: 793396 URL: http://svn.apache.org/viewvc?rev=793396&view=rev Log: Fix javadoc warning for Java 1.4.2 developers. Modified: commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java Modified: commons/proper/

svn commit: r793391 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/StringEncoderComparator.java

2009-07-12 Thread ggregory
Author: ggregory Date: Sun Jul 12 18:38:08 2009 New Revision: 793391 URL: http://svn.apache.org/viewvc?rev=793391&view=rev Log: Missing 'this.' qualifier to match the file. Modified: commons/proper/codec/trunk/src/java/org/apache/commons/codec/StringEncoderComparator.java Modified: commons

svn commit: r793357 - in /commons/proper/pool/trunk: build.xml pom.xml xdocs/changes.xml xdocs/downloads.xml

2009-07-12 Thread psteitz
Author: psteitz Date: Sun Jul 12 14:33:52 2009 New Revision: 793357 URL: http://svn.apache.org/viewvc?rev=793357&view=rev Log: Updated to reflect pool 1.5.2 release. Modified: commons/proper/pool/trunk/build.xml commons/proper/pool/trunk/pom.xml commons/proper/pool/trunk/xdocs/changes

svn commit: r793347 - /commons/proper/commons-build/trunk/downloads/downloads.xml

2009-07-12 Thread psteitz
Author: psteitz Date: Sun Jul 12 13:27:57 2009 New Revision: 793347 URL: http://svn.apache.org/viewvc?rev=793347&view=rev Log: Updated for pool 1.5.2 release. Modified: commons/proper/commons-build/trunk/downloads/downloads.xml Modified: commons/proper/commons-build/trunk/downloads/downloads

svn commit: r793343 - /commons/proper/pool/tags/POOL_1_5_2/

2009-07-12 Thread psteitz
Author: psteitz Date: Sun Jul 12 13:13:58 2009 New Revision: 793343 URL: http://svn.apache.org/viewvc?rev=793343&view=rev Log: Tagged 1.5.2 release. Added: commons/proper/pool/tags/POOL_1_5_2/ - copied from r793342, commons/proper/pool/tags/POOL_1_5_2_RC2/