svn commit: r946887 [14/21] - in /commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml: diagram/ modeling/diagram/edit/com

2010-05-21 Thread guixl
Modified: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/diagram/part/Messages.java URL:

svn commit: r946887 [21/21] - in /commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml: diagram/ modeling/diagram/edit/com

2010-05-21 Thread guixl
Added: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/diagram/view/factories/TransitionCondViewFactory.java URL:

svn commit: r946893 - /commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/messages.properties

2010-05-21 Thread guixl
Author: guixl Date: Fri May 21 06:23:47 2010 New Revision: 946893 URL: http://svn.apache.org/viewvc?rev=946893view=rev Log: 1.change typo translation to transition in ecore model and codes, and also add Apache Licence 2.0 copyright for package org.apache.commons.scxml.modeling.diagram model.

svn commit: r946894 - /commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/plugin.properties

2010-05-21 Thread guixl
Author: guixl Date: Fri May 21 06:24:22 2010 New Revision: 946894 URL: http://svn.apache.org/viewvc?rev=946894view=rev Log: 1.change typo translation to transition in ecore model and codes, and also add Apache Licence 2.0 copyright for package org.apache.commons.scxml.modeling.diagram model.

svn commit: r946897 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Range.java

2010-05-21 Thread bayard
Author: bayard Date: Fri May 21 06:29:43 2010 New Revision: 946897 URL: http://svn.apache.org/viewvc?rev=946897view=rev Log: Adding note on requiring Comparator for non-Comparable. LANG-620 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Range.java Modified:

svn commit: r946903 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringUtilsTest.java

2010-05-21 Thread bayard
Author: bayard Date: Fri May 21 06:40:17 2010 New Revision: 946903 URL: http://svn.apache.org/viewvc?rev=946903view=rev Log: Fixing indent Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringUtilsTest.java Modified:

svn commit: r946971 - in /commons/proper/jexl/trunk/src: main/java/org/apache/commons/jexl2/scripting/JexlScriptEngineFactory.java test/java/org/apache/commons/jexl2/scripting/JexlScriptEngineTest.jav

2010-05-21 Thread henrib
Author: henrib Date: Fri May 21 11:16:40 2010 New Revision: 946971 URL: http://svn.apache.org/viewvc?rev=946971view=rev Log: JEXL-102: added jexl2 variants as name/extension/mime for JexlScriptingEngineFactory Modified:

svn commit: r947037 - /commons/proper/compress/trunk/pom.xml

2010-05-21 Thread sebb
Author: sebb Date: Fri May 21 15:09:32 2010 New Revision: 947037 URL: http://svn.apache.org/viewvc?rev=947037view=rev Log: Make groupId explicit, rather than inheriting from parent. Modified: commons/proper/compress/trunk/pom.xml Modified: commons/proper/compress/trunk/pom.xml URL:

svn commit: r947054 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/scripting/JexlScriptEngineFactory.java

2010-05-21 Thread sebb
Author: sebb Date: Fri May 21 16:11:18 2010 New Revision: 947054 URL: http://svn.apache.org/viewvc?rev=947054view=rev Log: Fix Eclipse warning: Varargs methods should only override or be overridden by other varargs methods Modified: