svn commit: r659442 - in /commons/proper/scxml/branches/J6: pom.xml scxml-checks.xml

2008-05-22 Thread niallp
Author: niallp Date: Thu May 22 23:15:10 2008 New Revision: 659442 URL: http://svn.apache.org/viewvc?rev=659442&view=rev Log: COMMONSSITE-30 - fix the checkstyle configuration to work for multi-module and review/update plugin version numbers for the poms being changed. - pom's need to use ${bas

svn commit: r659441 - in /commons/proper/math/branches/MATH_2_0: checkstyle.xml pom.xml project.properties

2008-05-22 Thread niallp
Author: niallp Date: Thu May 22 23:14:37 2008 New Revision: 659441 URL: http://svn.apache.org/viewvc?rev=659441&view=rev Log: COMMONSSITE-30 - fix the checkstyle configuration to work for multi-module and review/update plugin version numbers for the poms being changed. - pom's need to use ${bas

svn commit: r659440 - /commons/proper/jexl/branches/2.0/pom.xml

2008-05-22 Thread niallp
Author: niallp Date: Thu May 22 23:14:00 2008 New Revision: 659440 URL: http://svn.apache.org/viewvc?rev=659440&view=rev Log: COMMONSSITE-30 - fix the checkstyle configuration to work for multi-module and review/update plugin version numbers for the poms being changed. - pom's need to use ${bas

svn commit: r659438 - in /commons/proper: beanutils/trunk/ cli/trunk/ codec/trunk/ dbcp/trunk/ dbutils/trunk/ digester/trunk/ discovery/trunk/ email/trunk/ email/trunk/conf/ fileupload/trunk/ fileuplo

2008-05-22 Thread niallp
Author: niallp Date: Thu May 22 23:10:00 2008 New Revision: 659438 URL: http://svn.apache.org/viewvc?rev=659438&view=rev Log: COMMONSSITE-30 - fix the checkstyle configuration to work for multi-module and review/update plugin version numbers for the poms being changed. - pom's need to use ${bas

svn commit: r659363 - /commons/proper/chain/trunk/pom.xml

2008-05-22 Thread niallp
Author: niallp Date: Thu May 22 19:08:50 2008 New Revision: 659363 URL: http://svn.apache.org/viewvc?rev=659363&view=rev Log: Add findbugs plugin Modified: commons/proper/chain/trunk/pom.xml Modified: commons/proper/chain/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/chain/

svn commit: r659362 - /commons/proper/chain/trunk/xdocs/building.xml

2008-05-22 Thread niallp
Author: niallp Date: Thu May 22 19:00:23 2008 New Revision: 659362 URL: http://svn.apache.org/viewvc?rev=659362&view=rev Log: correct references io --> chain Modified: commons/proper/chain/trunk/xdocs/building.xml Modified: commons/proper/chain/trunk/xdocs/building.xml URL: http://svn.apach

svn commit: r659361 - in /commons/proper/chain/trunk: checkstyle.xml pom.xml project.properties

2008-05-22 Thread niallp
Author: niallp Date: Thu May 22 18:59:45 2008 New Revision: 659361 URL: http://svn.apache.org/viewvc?rev=659361&view=rev Log: Fix typo in the project description and checkstyle plugin config - thanks to Luc - typo in the project description in the pom.xml - configuration of the license header fi

svn commit: r659247 - in /commons/proper/scxml/branches/J6: src/site/site.xml xdocs/index.xml xdocs/navigation.xml

2008-05-22 Thread rahul
Author: rahul Date: Thu May 22 13:42:46 2008 New Revision: 659247 URL: http://svn.apache.org/viewvc?rev=659247&view=rev Log: Port various changes related to the v0.8 release from trunk. Modified: commons/proper/scxml/branches/J6/src/site/site.xml commons/proper/scxml/branches/J6/xdocs/ind

svn commit: r659246 - in /commons/proper/scxml/trunk: src/site/site.xml xdocs/index.xml xdocs/navigation.xml

2008-05-22 Thread rahul
Author: rahul Date: Thu May 22 13:41:34 2008 New Revision: 659246 URL: http://svn.apache.org/viewvc?rev=659246&view=rev Log: Point to the downloads page generated by the commons build plugin. Modified: commons/proper/scxml/trunk/src/site/site.xml commons/proper/scxml/trunk/xdocs/index.xml

svn commit: r659232 - in /commons/proper/scxml/branches/J6: ./ src/main/java/org/apache/commons/scxml/ src/main/java/org/apache/commons/scxml/env/xpath/ src/test/java/org/apache/commons/scxml/env/xpat

2008-05-22 Thread rahul
Author: rahul Date: Thu May 22 13:06:39 2008 New Revision: 659232 URL: http://svn.apache.org/viewvc?rev=659232&view=rev Log: Add support for XPath as the expression language. * New oacs.env.xpath package. * Reworked some of the JavaScript test document into a test case. * ExpressionNSContext cl

svn commit: r659211 - in /commons/proper/scxml/branches/J6: build.xml pom.xml project.xml

2008-05-22 Thread rahul
Author: rahul Date: Thu May 22 12:12:16 2008 New Revision: 659211 URL: http://svn.apache.org/viewvc?rev=659211&view=rev Log: Dependency elimination drive: 1 down, 2 to go. Modified: commons/proper/scxml/branches/J6/build.xml commons/proper/scxml/branches/J6/pom.xml commons/proper/scxm

svn commit: r659207 - /commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/javascript/JSEvaluatorTest.java

2008-05-22 Thread rahul
Author: rahul Date: Thu May 22 12:05:12 2008 New Revision: 659207 URL: http://svn.apache.org/viewvc?rev=659207&view=rev Log: Remove use of Xalan APIs in test class and sort imports. Modified: commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/javascript/JSEvaluatorTe

svn commit: r659205 - /commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/Builtin.java

2008-05-22 Thread rahul
Author: rahul Date: Thu May 22 12:03:42 2008 New Revision: 659205 URL: http://svn.apache.org/viewvc?rev=659205&view=rev Log: Move towards eliminating the Xalan dependency. Replace Xalan PrefixResolver with a NamespaceContext adapter for namespaces supplied by current parser. Once the parser is re

svn commit: r659181 - /commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/Builtin.java

2008-05-22 Thread rahul
Author: rahul Date: Thu May 22 11:02:50 2008 New Revision: 659181 URL: http://svn.apache.org/viewvc?rev=659181&view=rev Log: Remove two deprecated methods. Modified: commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/Builtin.java Modified: commons/proper/scxml/branches

svn commit: r659178 - in /commons/proper/scxml/branches/J6: RELEASE-NOTES.txt build.xml doap_scxml.rdf pom.xml project.xml src/conf/MANIFEST.MF

2008-05-22 Thread rahul
Author: rahul Date: Thu May 22 10:50:11 2008 New Revision: 659178 URL: http://svn.apache.org/viewvc?rev=659178&view=rev Log: Roll versions, speculate that J6 branch will result in v1.0. Modified: commons/proper/scxml/branches/J6/RELEASE-NOTES.txt commons/proper/scxml/branches/J6/build.xml

svn commit: r659168 - in /commons/proper/scxml/trunk: RELEASE-NOTES.txt build.xml doap_scxml.rdf pom.xml project.xml src/conf/MANIFEST.MF

2008-05-22 Thread rahul
Author: rahul Date: Thu May 22 10:35:15 2008 New Revision: 659168 URL: http://svn.apache.org/viewvc?rev=659168&view=rev Log: Post v0.8 changes, roll versions, clear release notes for release++. Modified: commons/proper/scxml/trunk/RELEASE-NOTES.txt commons/proper/scxml/trunk/build.xml