svn commit: r1229297 - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker: action/ condition/ expression/number/ parser/

2012-01-09 Thread pkluegl
Author: pkluegl Date: Mon Jan 9 19:02:22 2012 New Revision: 1229297 URL: http://svn.apache.org/viewvc?rev=1229297&view=rev Log: UIMA-2313 fixed SETFEATURE, FEATURE, GETFEATURE, MARKTABLE and actions based on structure (CREATE) for other primitive types. Tested with floats and SETFEATURE. Fixed

svn commit: r1229282 - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide/core/parser: TextMarkerLexer.g TextMarkerLexer.tokens

2012-01-09 Thread pkluegl
Author: pkluegl Date: Mon Jan 9 18:23:08 2012 New Revision: 1229282 URL: http://svn.apache.org/viewvc?rev=1229282&view=rev Log: UIMA-2319 added lexer tokens missed by last commit Modified: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide/cor

svn commit: r1229263 - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide/core/builder: TextMarkerBuilder.java TextMarkerProjectUtils.java TextMarke

2012-01-09 Thread pkluegl
Author: pkluegl Date: Mon Jan 9 17:20:01 2012 New Revision: 1229263 URL: http://svn.apache.org/viewvc?rev=1229263&view=rev Log: UIMA-2321 added ResourceManager for resolving type systems Modified: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker

svn commit: r1229219 - /uima/uimacpp/tags/uimacpp-2.4.0-rc1/

2012-01-09 Thread bhavani
Author: bhavani Date: Mon Jan 9 15:42:02 2012 New Revision: 1229219 URL: http://svn.apache.org/viewvc?rev=1229219&view=rev Log: create tag for 2.4.0 release Added: uima/uimacpp/tags/uimacpp-2.4.0-rc1/ (props changed) - copied from r1229218, uima/uimacpp/trunk/ Propchange: uima/uima

svn commit: r1229161 - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide: ./ src/main/java/org/apache/uima/textmarker/ide/core/ src/main/java/org/apache/uima/textmarker/ide/ui/preferences/

2012-01-09 Thread pkluegl
Author: pkluegl Date: Mon Jan 9 14:11:11 2012 New Revision: 1229161 URL: http://svn.apache.org/viewvc?rev=1229161&view=rev Log: UIMA-2322 was not able to find a solution and therefore replaced the complete page by a simpler version. Also deactivated TaskTag preferences. Removed: uima/sandb

svn commit: r1229131 [3/3] - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide: core/parser/ parser/ast/

2012-01-09 Thread pkluegl
Modified: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide/core/parser/TextMarkerParser.tokens URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide/core/parser/TextMar

svn commit: r1229131 [1/3] - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide: core/parser/ parser/ast/

2012-01-09 Thread pkluegl
Author: pkluegl Date: Mon Jan 9 13:02:07 2012 New Revision: 1229131 URL: http://svn.apache.org/viewvc?rev=1229131&view=rev Log: UIMA-2319 fixed bug/typo in ide parser grammar Modified: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide/core/pa

svn commit: r1229104 - in /uima/sandbox/trunk/TextMarker: uimaj-ep-textmarker-addons/src/main/java/org/apache/uima/textmarker/testing/evaluator/ uimaj-ep-textmarker-engine/src/main/java/org/apache/uim

2012-01-09 Thread pkluegl
Author: pkluegl Date: Mon Jan 9 12:08:45 2012 New Revision: 1229104 URL: http://svn.apache.org/viewvc?rev=1229104&view=rev Log: UIMA-2319 added constants for primitive types added keywords for float Added: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uim

svn commit: r1229085 [1/5] - in /uima/sandbox/trunk/TextMarker: uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/ uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker

2012-01-09 Thread pkluegl
Author: pkluegl Date: Mon Jan 9 10:22:03 2012 New Revision: 1229085 URL: http://svn.apache.org/viewvc?rev=1229085&view=rev Log: UIMA-2319 added prototypical language elements for float support. Added: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/tex

svn commit: r1229085 [5/5] - in /uima/sandbox/trunk/TextMarker: uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/ uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker

2012-01-09 Thread pkluegl
Modified: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/parser/TextMarkerParser.tokens URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/parser/TextMarkerParser.to

svn commit: r1229085 [3/5] - in /uima/sandbox/trunk/TextMarker: uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/ uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker

2012-01-09 Thread pkluegl
Modified: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/parser/TextMarkerLexer.tokens URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/parser/TextMarkerLexer.toke