svn commit: r1783905 - in /uima/ruta/branches/RutaBasicMemory: ruta-core/src/main/java/org/apache/uima/ruta/action/ ruta-core/src/test/java/org/apache/uima/ruta/engine/ ruta-typesystem/ ruta-typesyste

2017-02-21 Thread pkluegl
Author: pkluegl Date: Tue Feb 21 15:38:32 2017 New Revision: 1783905 URL: http://svn.apache.org/viewvc?rev=1783905=rev Log: UIMA-5306 - trying to provide alternative impl Added: uima/ruta/branches/RutaBasicMemory/ruta-core/src/test/java/org/apache/uima/ruta/engine/MemoryFootprintTest.java

svn commit: r1783979 - in /uima/ruta/trunk/ruta-core/src: main/java/org/apache/uima/ruta/rule/ConjunctRulesRuleElement.java test/java/org/apache/uima/ruta/ConjunctRulesTest.java

2017-02-22 Thread pkluegl
Author: pkluegl Date: Wed Feb 22 08:55:41 2017 New Revision: 1783979 URL: http://svn.apache.org/viewvc?rev=1783979=rev Log: UIMA-5325 - fixed matched/notmatched - added tests Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/rule/ConjunctRulesRuleElement.java uima

svn commit: r1784003 - in /uima/ruta/trunk: ruta-ep-caseditor/src/main/java/org/apache/uima/ruta/caseditor/view/tree/AnnotationTreeViewPage.java ruta-ep-ide-ui/src/main/java/org/apache/uima/ruta/ide/l

2017-02-22 Thread pkluegl
Author: pkluegl Date: Wed Feb 22 10:15:00 2017 New Revision: 1784003 URL: http://svn.apache.org/viewvc?rev=1784003=rev Log: UIMA-5262 - popup for set annotation mode - uncheck reset mode to Annotation - deactivated double click - avoid StringUtils for now in launcher Modified: uima/ruta

svn commit: r1784031 [1/2] - in /uima/ruta/trunk: ruta-core-ext/src/main/java/org/apache/uima/ruta/action/ ruta-core-ext/src/main/java/org/apache/uima/ruta/block/fst/ ruta-core/src/main/antlr3/org/apa

2017-02-22 Thread pkluegl
Author: pkluegl Date: Wed Feb 22 15:26:31 2017 New Revision: 1784031 URL: http://svn.apache.org/viewvc?rev=1784031=rev Log: UIMA-5242 - only use AnnotationTypeMatcher - support feature matches in MatchReference - added test - refactoring, e.g., removed most constants in UIMAConstants Added

svn commit: r1784031 [2/2] - in /uima/ruta/trunk: ruta-core-ext/src/main/java/org/apache/uima/ruta/action/ ruta-core-ext/src/main/java/org/apache/uima/ruta/block/fst/ ruta-core/src/main/antlr3/org/apa

2017-02-22 Thread pkluegl
Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/verbalize/RutaVerbalizer.java URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/verbalize/RutaVerbalizer.java?rev=1784031=1784030=1784031=diff

svn commit: r1784289 - /uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/expression/ConditionedAnnotationTypeExpression.java

2017-02-24 Thread pkluegl
Author: pkluegl Date: Fri Feb 24 16:03:01 2017 New Revision: 1784289 URL: http://svn.apache.org/viewvc?rev=1784289=rev Log: UIMA-5332 + UIMA-5331 - fix import Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/expression/ConditionedAnnotationTypeExpression.java Modified

svn commit: r1784287 [1/2] - in /uima/ruta/trunk: ruta-core/src/main/antlr3/org/apache/uima/ruta/parser/ ruta-core/src/main/java/org/apache/uima/ruta/ ruta-core/src/main/java/org/apache/uima/ruta/desc

2017-02-24 Thread pkluegl
Author: pkluegl Date: Fri Feb 24 15:45:45 2017 New Revision: 1784287 URL: http://svn.apache.org/viewvc?rev=1784287=rev Log: UIMA-5332 + UIMA-5331 - adapt grammars and inference UIMA-5219 - prepare Added: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/TypeUsageInformation.java

svn commit: r1784287 [2/2] - in /uima/ruta/trunk: ruta-core/src/main/antlr3/org/apache/uima/ruta/parser/ ruta-core/src/main/java/org/apache/uima/ruta/ ruta-core/src/main/java/org/apache/uima/ruta/desc

2017-02-24 Thread pkluegl
Modified: uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/expression/annotation/AnnotationFeatureExpressionTest.java URL:

svn commit: r1784299 - in /uima/ruta/trunk/ruta-core/src: main/java/org/apache/uima/ruta/ main/java/org/apache/uima/ruta/descriptor/ main/java/org/apache/uima/ruta/engine/ main/java/org/apache/uima/ru

2017-02-24 Thread pkluegl
Author: pkluegl Date: Fri Feb 24 16:50:56 2017 New Revision: 1784299 URL: http://svn.apache.org/viewvc?rev=1784299=rev Log: UIMA-5219 - added some primitive type usage info Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/RutaScriptFactory.java uima/ruta/trunk

svn commit: r1783084 - /uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/engine/RutaCutterTest.java

2017-02-15 Thread pkluegl
Author: pkluegl Date: Wed Feb 15 09:53:17 2017 New Revision: 1783084 URL: http://svn.apache.org/viewvc?rev=1783084=rev Log: no jira - added test for cutter Added: uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/engine/RutaCutterTest.java (with props) Added: uima/ruta/trunk

svn commit: r1783087 - /uima/ruta/trunk/RELEASE_NOTES.html

2017-02-15 Thread pkluegl
Author: pkluegl Date: Wed Feb 15 09:55:58 2017 New Revision: 1783087 URL: http://svn.apache.org/viewvc?rev=1783087=rev Log: no jira - fix br typo Modified: uima/ruta/trunk/RELEASE_NOTES.html Modified: uima/ruta/trunk/RELEASE_NOTES.html URL: http://svn.apache.org/viewvc/uima/ruta/trunk

svn commit: r1783085 - /uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/expression/feature/SimpleFeatureExpression.java

2017-02-15 Thread pkluegl
Author: pkluegl Date: Wed Feb 15 09:53:44 2017 New Revision: 1783085 URL: http://svn.apache.org/viewvc?rev=1783085=rev Log: no jira - guess type also for lists Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/expression/feature/SimpleFeatureExpression.java Modified

svn commit: r1783088 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-a

2017-02-15 Thread pkluegl
Author: pkluegl Date: Wed Feb 15 10:02:57 2017 New Revision: 1783088 URL: http://svn.apache.org/viewvc?rev=1783088=rev Log: no jira - manual rollback Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml

svn commit: r1783099 - /uima/ruta/trunk/ruta-typesystem/pom.xml

2017-02-15 Thread pkluegl
Author: pkluegl Date: Wed Feb 15 12:32:54 2017 New Revision: 1783099 URL: http://svn.apache.org/viewvc?rev=1783099=rev Log: no jira - dummy commit for svn:ignore Modified: uima/ruta/trunk/ruta-typesystem/pom.xml Modified: uima/ruta/trunk/ruta-typesystem/pom.xml URL: http://svn.apache.org

svn commit: r1783122 - in /uima/ruta/trunk/ruta-core/src: main/java/org/apache/uima/ruta/ test/java/org/apache/uima/ruta/expression/resource/

2017-02-15 Thread pkluegl
Author: pkluegl Date: Wed Feb 15 16:38:47 2017 New Revision: 1783122 URL: http://svn.apache.org/viewvc?rev=1783122=rev Log: UIMA-5300 - fix resourceManager access - added tests Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/RutaEnvironment.java uima/ruta/trunk

svn commit: r1756904 - in /uima/ruta/trunk: ruta-core/src/main/java/org/apache/uima/ruta/engine/Ruta.java ruta-core/src/main/java/org/apache/uima/ruta/engine/RutaEngine.java ruta-ep-ide-ui/src/main/ja

2016-08-19 Thread pkluegl
Author: pkluegl Date: Fri Aug 19 11:55:39 2016 New Revision: 1756904 URL: http://svn.apache.org/viewvc?rev=1756904=rev Log: UIMA-5062 - use/reuse resource manager Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/engine/Ruta.java uima/ruta/trunk/ruta-core/src/main

svn commit: r1755333 - in /uima/ruta/trunk: ruta-core/src/test/java/org/apache/uima/ruta/condition/ParseTest.java ruta-docbook/src/docbook/tools.ruta.language.conditions.xml

2016-08-05 Thread pkluegl
Author: pkluegl Date: Fri Aug 5 14:39:16 2016 New Revision: 1755333 URL: http://svn.apache.org/viewvc?rev=1755333=rev Log: no jira - add test and explain behavior of PARSE Modified: uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/condition/ParseTest.java uima/ruta/trunk

svn commit: r1755334 - /uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/verbalize/ActionVerbalizer.java

2016-08-05 Thread pkluegl
Author: pkluegl Date: Fri Aug 5 14:41:20 2016 New Revision: 1755334 URL: http://svn.apache.org/viewvc?rev=1755334=rev Log: no jira - add verbalization of SPLIT Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/verbalize/ActionVerbalizer.java Modified: uima/ruta/trunk

svn commit: r1784454 [2/2] - in /uima/ruta/trunk/ruta-core/src: main/antlr3/org/apache/uima/ruta/parser/ main/java/org/apache/uima/ruta/ main/java/org/apache/uima/ruta/action/ main/java/org/apache/uim

2017-02-26 Thread pkluegl
Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/descriptor/RutaDescriptorFactory.java URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/descriptor/RutaDescriptorFactory.java?rev=1784454=1784453=1784454=diff

svn commit: r1784454 [1/2] - in /uima/ruta/trunk/ruta-core/src: main/antlr3/org/apache/uima/ruta/parser/ main/java/org/apache/uima/ruta/ main/java/org/apache/uima/ruta/action/ main/java/org/apache/uim

2017-02-26 Thread pkluegl
Author: pkluegl Date: Sun Feb 26 15:00:12 2017 New Revision: 1784454 URL: http://svn.apache.org/viewvc?rev=1784454=rev Log: UIMA-5219 + UIMA-5220 - added experimental prototype Modified: uima/ruta/trunk/ruta-core/src/main/antlr3/org/apache/uima/ruta/parser/RutaParser.g uima/ruta/trunk

svn commit: r1784707 - in /uima/ruta/branches/RutaBasicMemory/ruta-typesystem/src/main/java/org/apache/uima/ruta/type: RutaBasic.java RutaBasic4.java

2017-02-28 Thread pkluegl
Author: pkluegl Date: Tue Feb 28 09:41:07 2017 New Revision: 1784707 URL: http://svn.apache.org/viewvc?rev=1784707=rev Log: UIMA-5306 - fix wrong usage of remove Modified: uima/ruta/branches/RutaBasicMemory/ruta-typesystem/src/main/java/org/apache/uima/ruta/type/RutaBasic.java uima

svn commit: r1784750 - /uima/ruta/trunk/ruta-parent/pom.xml

2017-02-28 Thread pkluegl
Author: pkluegl Date: Tue Feb 28 15:18:28 2017 New Revision: 1784750 URL: http://svn.apache.org/viewvc?rev=1784750=rev Log: UIMA-5336 - exclude in report Modified: uima/ruta/trunk/ruta-parent/pom.xml Modified: uima/ruta/trunk/ruta-parent/pom.xml URL: http://svn.apache.org/viewvc/uima/ruta

svn commit: r1784776 - in /uima/ruta/trunk/ruta-basic-type/src: ./ main/ main/java/ main/java/org/ main/java/org/apache/ main/java/org/apache/uima/ main/java/org/apache/uima/ruta/ main/java/org/apache

2017-02-28 Thread pkluegl
Author: pkluegl Date: Tue Feb 28 16:32:16 2017 New Revision: 1784776 URL: http://svn.apache.org/viewvc?rev=1784776=rev Log: UIMA-5269 - add cover class Added: uima/ruta/trunk/ruta-basic-type/src/ uima/ruta/trunk/ruta-basic-type/src/main/ uima/ruta/trunk/ruta-basic-type/src/main/java

svn commit: r1784775 - in /uima/ruta/trunk/ruta-basic-type: ./ pom.xml

2017-02-28 Thread pkluegl
Author: pkluegl Date: Tue Feb 28 16:31:40 2017 New Revision: 1784775 URL: http://svn.apache.org/viewvc?rev=1784775=rev Log: UIMA-5269 - add pom Added: uima/ruta/trunk/ruta-basic-type/ uima/ruta/trunk/ruta-basic-type/pom.xml (with props) Added: uima/ruta/trunk/ruta-basic-type/pom.xml

svn commit: r1784778 - in /uima/ruta/trunk/ruta-typesystem: pom.xml src/main/java/

2017-02-28 Thread pkluegl
Author: pkluegl Date: Tue Feb 28 16:35:14 2017 New Revision: 1784778 URL: http://svn.apache.org/viewvc?rev=1784778=rev Log: UIMA-5269 - relink cover class Removed: uima/ruta/trunk/ruta-typesystem/src/main/java/ Modified: uima/ruta/trunk/ruta-typesystem/pom.xml Modified: uima/ruta/trunk

svn commit: r1784777 - /uima/ruta/trunk/pom.xml

2017-02-28 Thread pkluegl
Author: pkluegl Date: Tue Feb 28 16:32:42 2017 New Revision: 1784777 URL: http://svn.apache.org/viewvc?rev=1784777=rev Log: UIMA-5269 - add module Modified: uima/ruta/trunk/pom.xml Modified: uima/ruta/trunk/pom.xml URL: http://svn.apache.org/viewvc/uima/ruta/trunk/pom.xml?rev=1784777

svn commit: r1784780 - /uima/ruta/trunk/ruta-basic-type/

2017-02-28 Thread pkluegl
Author: pkluegl Date: Tue Feb 28 16:40:58 2017 New Revision: 1784780 URL: http://svn.apache.org/viewvc?rev=1784780=rev Log: UIMA-5269 - svn:ignore Modified: uima/ruta/trunk/ruta-basic-type/ (props changed) Propchange: uima/ruta/trunk/ruta-basic-type

svn commit: r1784782 - /uima/ruta/trunk/ruta-core/

2017-02-28 Thread pkluegl
Author: pkluegl Date: Tue Feb 28 16:47:49 2017 New Revision: 1784782 URL: http://svn.apache.org/viewvc?rev=1784782=rev Log: UIMA-5336 - svn:ignore Modified: uima/ruta/trunk/ruta-core/ (props changed) Propchange: uima/ruta/trunk/ruta-core

svn commit: r18523 - in /dev/uima/ruta-2.6.0-rc1: ./ eclipse-update-site/ruta/ eclipse-update-site/ruta/features/ eclipse-update-site/ruta/plugins/

2017-03-01 Thread pkluegl
Author: pkluegl Date: Wed Mar 1 16:15:27 2017 New Revision: 18523 Log: no jira - add/replace rc stuff Added: dev/uima/ruta-2.6.0-rc1/eclipse-update-site/ruta/features/org.apache.uima.ruta.feature_2.6.0.jar (with props) dev/uima/ruta-2.6.0-rc1/eclipse-update-site/ruta/features

svn commit: r1784507 - in /uima/ruta/trunk: ruta-core/src/main/resources/org/apache/uima/ruta/engine/BasicEngine.xml ruta-docbook/src/docbook/tools.ruta.overview.xml ruta-typesystem/

2017-02-27 Thread pkluegl
Author: pkluegl Date: Mon Feb 27 08:38:07 2017 New Revision: 1784507 URL: http://svn.apache.org/viewvc?rev=1784507=rev Log: UIMA-5220 - added params in descriptor - added params in docu Modified: uima/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/BasicEngine.xml

svn commit: r1757473 - in /uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta: RutaStream.java expression/feature/SimpleFeatureExpression.java

2016-08-24 Thread pkluegl
Author: pkluegl Date: Wed Aug 24 08:41:15 2016 New Revision: 1757473 URL: http://svn.apache.org/viewvc?rev=1757473=rev Log: no jira - avoid npe for optional match Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/RutaStream.java uima/ruta/trunk/ruta-core/src/main

svn commit: r1757490 - in /uima/ruta/trunk: ruta-ep-ide-ui/src/main/java/org/apache/uima/ruta/ide/validator/ ruta-ep-ide/src/main/java/org/apache/uima/ruta/ide/core/builder/ ruta-ep-ide/src/main/java/

2016-08-24 Thread pkluegl
Author: pkluegl Date: Wed Aug 24 10:54:38 2016 New Revision: 1757490 URL: http://svn.apache.org/viewvc?rev=1757490=rev Log: UIMA-5068 - use correct lookup method - support project classloader - avoid some warnings Modified: uima/ruta/trunk/ruta-ep-ide-ui/src/main/java/org/apache/uima/ruta

svn commit: r1757609 - /uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/rule/RutaTypeMatcher.java

2016-08-25 Thread pkluegl
Author: pkluegl Date: Thu Aug 25 06:37:37 2016 New Revision: 1757609 URL: http://svn.apache.org/viewvc?rev=1757609=rev Log: no jira - avoid npe Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/rule/RutaTypeMatcher.java Modified: uima/ruta/trunk/ruta-core/src/main

svn commit: r1757618 - in /uima/ruta/trunk/ruta-core/src: main/java/org/apache/uima/ruta/RutaEnvironment.java test/java/org/apache/uima/ruta/block/ForEachBlockTest.java test/java/org/apache/uima/ruta/

2016-08-25 Thread pkluegl
Author: pkluegl Date: Thu Aug 25 07:29:58 2016 New Revision: 1757618 URL: http://svn.apache.org/viewvc?rev=1757618=rev Log: UIMA-5074 - allow macro definitions in parent environments - added tests Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/RutaEnvironment.java

svn commit: r1757611 - /uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/RutaEnvironment.java

2016-08-25 Thread pkluegl
Author: pkluegl Date: Thu Aug 25 07:01:42 2016 New Revision: 1757611 URL: http://svn.apache.org/viewvc?rev=1757611=rev Log: no jira - avoid npe for empty annotation variables in match condition Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/RutaEnvironment.java

svn commit: r1757638 - in /uima/ruta/trunk/ruta-core/src: main/antlr3/org/apache/uima/ruta/parser/ main/java/org/apache/uima/ruta/ main/java/org/apache/uima/ruta/action/ main/java/org/apache/uima/ruta

2016-08-25 Thread pkluegl
Author: pkluegl Date: Thu Aug 25 09:24:32 2016 New Revision: 1757638 URL: http://svn.apache.org/viewvc?rev=1757638=rev Log: UIMA-4623 - allow string expression for initial values of word list/table - added tests - fixed foreach composed test Added: uima/ruta/trunk/ruta-core/src/main/java

svn commit: r1757640 - in /uima/ruta/trunk: ruta-docbook/src/docbook/tools.ruta.language.syntax.xml ruta-docbook/src/docbook/tools.ruta.language.xml ruta-ep-ide/src/main/antlr3/org/apache/uima/ruta/id

2016-08-25 Thread pkluegl
Author: pkluegl Date: Thu Aug 25 09:41:25 2016 New Revision: 1757640 URL: http://svn.apache.org/viewvc?rev=1757640=rev Log: UIMA-4623 - mention in docu - adapted ide parser Modified: uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.language.syntax.xml uima/ruta/trunk/ruta-docbook/src

svn commit: r1758721 - in /uima/ruta/trunk/ruta-docbook/src/docbook: tools.ruta.howtos.xml tools.ruta.language.syntax.xml tools.ruta.language.xml tools.ruta.overview.xml

2016-09-01 Thread pkluegl
Author: pkluegl Date: Thu Sep 1 07:53:54 2016 New Revision: 1758721 URL: http://svn.apache.org/viewvc?rev=1758721=rev Log: UIMA-5091 - fixed some programlistings Modified: uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.howtos.xml uima/ruta/trunk/ruta-docbook/src/docbook

svn commit: r1758723 - /uima/ruta/tags/ruta-2.5.0/

2016-09-01 Thread pkluegl
Author: pkluegl Date: Thu Sep 1 07:59:27 2016 New Revision: 1758723 URL: http://svn.apache.org/viewvc?rev=1758723=rev Log: remove rc2 Removed: uima/ruta/tags/ruta-2.5.0/

svn commit: r1758716 - in /uima/ruta/trunk: ruta-ep-ide-ui/src/main/java/org/apache/uima/ruta/ide/validator/ ruta-ep-ide/src/main/antlr3/org/apache/uima/ruta/ide/core/parser/ ruta-ep-ide/src/main/java

2016-09-01 Thread pkluegl
Author: pkluegl Date: Thu Sep 1 07:28:52 2016 New Revision: 1758716 URL: http://svn.apache.org/viewvc?rev=1758716=rev Log: UIMA-5090 - fixed ide parser Modified: uima/ruta/trunk/ruta-ep-ide-ui/src/main/java/org/apache/uima/ruta/ide/validator/LanguageCheckerVisitor.java uima/ruta/trunk

svn commit: r1758718 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-a

2016-09-01 Thread pkluegl
Author: pkluegl Date: Thu Sep 1 07:35:45 2016 New Revision: 1758718 URL: http://svn.apache.org/viewvc?rev=1758718=rev Log: no jira - manual rollback Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml

svn commit: r1758741 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-a

2016-09-01 Thread pkluegl
Author: pkluegl Date: Thu Sep 1 09:03:55 2016 New Revision: 1758741 URL: http://svn.apache.org/viewvc?rev=1758741=rev Log: [maven-release-plugin] prepare for next development iteration Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example

svn commit: r1758739 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-a

2016-09-01 Thread pkluegl
Author: pkluegl Date: Thu Sep 1 09:03:45 2016 New Revision: 1758739 URL: http://svn.apache.org/viewvc?rev=1758739=rev Log: [maven-release-plugin] prepare release ruta-2.5.0 Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example-projects

svn commit: r1758740 - /uima/ruta/tags/ruta-2.5.0/

2016-09-01 Thread pkluegl
Author: pkluegl Date: Thu Sep 1 09:03:48 2016 New Revision: 1758740 URL: http://svn.apache.org/viewvc?rev=1758740=rev Log: [maven-release-plugin] copy for tag ruta-2.5.0 Added: uima/ruta/tags/ruta-2.5.0/ (props changed) - copied from r1758739, uima/ruta/trunk/ Propchange: uima

svn commit: r1758747 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-a

2016-09-01 Thread pkluegl
Author: pkluegl Date: Thu Sep 1 09:39:23 2016 New Revision: 1758747 URL: http://svn.apache.org/viewvc?rev=1758747=rev Log: [maven-release-plugin] prepare release ruta-2.5.0 Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example-projects

svn commit: r1758749 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-a

2016-09-01 Thread pkluegl
Author: pkluegl Date: Thu Sep 1 09:39:33 2016 New Revision: 1758749 URL: http://svn.apache.org/viewvc?rev=1758749=rev Log: [maven-release-plugin] prepare for next development iteration Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example

svn commit: r1758748 - /uima/ruta/tags/ruta-2.5.0/

2016-09-01 Thread pkluegl
Author: pkluegl Date: Thu Sep 1 09:39:27 2016 New Revision: 1758748 URL: http://svn.apache.org/viewvc?rev=1758748=rev Log: [maven-release-plugin] copy for tag ruta-2.5.0 Added: uima/ruta/tags/ruta-2.5.0/ (props changed) - copied from r1758747, uima/ruta/trunk/ Propchange: uima

svn commit: r1758745 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-a

2016-09-01 Thread pkluegl
Author: pkluegl Date: Thu Sep 1 09:28:09 2016 New Revision: 1758745 URL: http://svn.apache.org/viewvc?rev=1758745=rev Log: no jira - manual rollback Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml

svn commit: r1758744 - /uima/ruta/tags/ruta-2.5.0/

2016-09-01 Thread pkluegl
Author: pkluegl Date: Thu Sep 1 09:27:22 2016 New Revision: 1758744 URL: http://svn.apache.org/viewvc?rev=1758744=rev Log: drop rc Removed: uima/ruta/tags/ruta-2.5.0/

svn commit: r15127 - in /dev/uima: ruta-2.5.0-rc2/ ruta-2.5.0-rc3/

2016-09-01 Thread pkluegl
Author: pkluegl Date: Thu Sep 1 09:50:21 2016 New Revision: 15127 Log: prepare rc3 Added: dev/uima/ruta-2.5.0-rc3/ - copied from r15126, dev/uima/ruta-2.5.0-rc2/ Removed: dev/uima/ruta-2.5.0-rc2/

svn commit: r15128 - in /dev/uima/ruta-2.5.0-rc3: eclipse-update-site/ruta/ eclipse-update-site/ruta/features/ eclipse-update-site/ruta/plugins/ source-release/

2016-09-01 Thread pkluegl
Author: pkluegl Date: Thu Sep 1 09:59:55 2016 New Revision: 15128 Log: no jira - ruta-2.5.0-rc3 stuff for review Modified: dev/uima/ruta-2.5.0-rc3/eclipse-update-site/ruta/artifacts.jar dev/uima/ruta-2.5.0-rc3/eclipse-update-site/ruta/artifacts.jar.asc dev/uima/ruta-2.5.0-rc3

svn commit: r1759758 - /uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.howtos.xml

2016-09-08 Thread pkluegl
Author: pkluegl Date: Thu Sep 8 08:28:55 2016 New Revision: 1759758 URL: http://svn.apache.org/viewvc?rev=1759758=rev Log: no jira - fixed pdf overflow in section 4.4 Modified: uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.howtos.xml Modified: uima/ruta/trunk/ruta-docbook/src/docbook

svn commit: r15107 - /dev/uima/ruta-2.5.0-rc1/

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 08:33:34 2016 New Revision: 15107 Log: del old rc Removed: dev/uima/ruta-2.5.0-rc1/

svn commit: r1758523 - in /uima/ruta/trunk: ruta-eclipse-feature/src/main/resources/feature.xml ruta-parent/pom.xml

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 06:41:22 2016 New Revision: 1758523 URL: http://svn.apache.org/viewvc?rev=1758523=rev Log: UIMA-5071 - depend on uima 2.9.0 Modified: uima/ruta/trunk/ruta-eclipse-feature/src/main/resources/feature.xml uima/ruta/trunk/ruta-parent/pom.xml Modified: uima

svn commit: r1758549 - /uima/ruta/trunk/pom.xml

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 08:45:57 2016 New Revision: 1758549 URL: http://svn.apache.org/viewvc?rev=1758549=rev Log: no jira - manual rollback Modified: uima/ruta/trunk/pom.xml Modified: uima/ruta/trunk/pom.xml URL: http://svn.apache.org/viewvc/uima/ruta/trunk/pom.xml?rev=1758549

svn commit: r1758548 - /uima/ruta/trunk/ruta-ep-ide/pom.xml

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 08:42:38 2016 New Revision: 1758548 URL: http://svn.apache.org/viewvc?rev=1758548=rev Log: no jira - manual rollback Modified: uima/ruta/trunk/ruta-ep-ide/pom.xml Modified: uima/ruta/trunk/ruta-ep-ide/pom.xml URL: http://svn.apache.org/viewvc/uima/ruta

svn commit: r1758555 - /uima/ruta/tags/ruta-2.5.0/

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 09:02:40 2016 New Revision: 1758555 URL: http://svn.apache.org/viewvc?rev=1758555=rev Log: del old rc Removed: uima/ruta/tags/ruta-2.5.0/

svn commit: r1758557 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-a

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 09:10:46 2016 New Revision: 1758557 URL: http://svn.apache.org/viewvc?rev=1758557=rev Log: no jira - manual rollback Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml

svn commit: r1758530 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-a

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 07:41:29 2016 New Revision: 1758530 URL: http://svn.apache.org/viewvc?rev=1758530=rev Log: [maven-release-plugin] prepare for next development iteration Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example

svn commit: r1758528 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-a

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 07:41:17 2016 New Revision: 1758528 URL: http://svn.apache.org/viewvc?rev=1758528=rev Log: [maven-release-plugin] prepare release ruta-2.5.0 Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example-projects

svn commit: r1758529 - /uima/ruta/tags/ruta-2.5.0/trunk/

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 07:41:22 2016 New Revision: 1758529 URL: http://svn.apache.org/viewvc?rev=1758529=rev Log: [maven-release-plugin] copy for tag ruta-2.5.0 Added: uima/ruta/tags/ruta-2.5.0/trunk/ (props changed) - copied from r1758528, uima/ruta/trunk/ Propchange

svn commit: r1758546 - in /uima/ruta/trunk: example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-addo

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 08:37:12 2016 New Revision: 1758546 URL: http://svn.apache.org/viewvc?rev=1758546=rev Log: no jira - manual rollback Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml

svn commit: r1758552 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-a

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 08:57:17 2016 New Revision: 1758552 URL: http://svn.apache.org/viewvc?rev=1758552=rev Log: [maven-release-plugin] prepare release ruta-2.5.0 Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example-projects

svn commit: r1758569 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-a

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 09:46:41 2016 New Revision: 1758569 URL: http://svn.apache.org/viewvc?rev=1758569=rev Log: no jira - another manual rollback Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example-projects/ruta-maven-example

svn commit: r15108 [4/4] - in /dev/uima/ruta-2.5.0-rc2: ./ eclipse-update-site/ eclipse-update-site/ruta/ eclipse-update-site/ruta/features/ eclipse-update-site/ruta/plugins/ source-release/

2016-08-31 Thread pkluegl
Added: dev/uima/ruta-2.5.0-rc2/eclipse-update-site/ruta/plugins/org.apache.uima.ruta.ide_2.2.1.jar.sha1 == --- dev/uima/ruta-2.5.0-rc2/eclipse-update-site/ruta/plugins/org.apache.uima.ruta.ide_2.2.1.jar.sha1 (added) +++

svn commit: r15108 [3/4] - in /dev/uima/ruta-2.5.0-rc2: ./ eclipse-update-site/ eclipse-update-site/ruta/ eclipse-update-site/ruta/features/ eclipse-update-site/ruta/plugins/ source-release/

2016-08-31 Thread pkluegl
Added: dev/uima/ruta-2.5.0-rc2/eclipse-update-site/ruta/plugins/org.apache.uima.ruta.engine_2.2.0.jar.asc == --- dev/uima/ruta-2.5.0-rc2/eclipse-update-site/ruta/plugins/org.apache.uima.ruta.engine_2.2.0.jar.asc (added)

svn commit: r15108 [1/4] - in /dev/uima/ruta-2.5.0-rc2: ./ eclipse-update-site/ eclipse-update-site/ruta/ eclipse-update-site/ruta/features/ eclipse-update-site/ruta/plugins/ source-release/

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 11:15:52 2016 New Revision: 15108 Log: no jira - provide source-release and update site for ruta-2.5.0-rc2 Added: dev/uima/ruta-2.5.0-rc2/ dev/uima/ruta-2.5.0-rc2/eclipse-update-site/ dev/uima/ruta-2.5.0-rc2/eclipse-update-site/ruta/ dev/uima/ruta

svn commit: r15108 [2/4] - in /dev/uima/ruta-2.5.0-rc2: ./ eclipse-update-site/ eclipse-update-site/ruta/ eclipse-update-site/ruta/features/ eclipse-update-site/ruta/plugins/ source-release/

2016-08-31 Thread pkluegl
Added: dev/uima/ruta-2.5.0-rc2/eclipse-update-site/ruta/plugins/org.apache.uima.ruta.addons_2.3.0.jar.pack.gz.asc == ---

svn commit: r1758565 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-a

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 09:32:24 2016 New Revision: 1758565 URL: http://svn.apache.org/viewvc?rev=1758565=rev Log: [maven-release-plugin] prepare release ruta-2.5.0 Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example-projects

svn commit: r1758575 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-a

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 10:09:30 2016 New Revision: 1758575 URL: http://svn.apache.org/viewvc?rev=1758575=rev Log: [maven-release-plugin] prepare for next development iteration Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example

svn commit: r1758573 - /uima/ruta/tags/ruta-2.5.0/

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 10:09:22 2016 New Revision: 1758573 URL: http://svn.apache.org/viewvc?rev=1758573=rev Log: [maven-release-plugin] copy for tag ruta-2.5.0 Added: uima/ruta/tags/ruta-2.5.0/ (props changed) - copied from r1758572, uima/ruta/trunk/ Propchange: uima

svn commit: r1758572 - in /uima/ruta/trunk: ./ example-projects/ruta-ep-example-extensions/ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-a

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 10:09:19 2016 New Revision: 1758572 URL: http://svn.apache.org/viewvc?rev=1758572=rev Log: [maven-release-plugin] prepare release ruta-2.5.0 Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/ruta/trunk/example-projects

svn commit: r1758571 - in /uima/ruta/trunk: ./ example-projects/ruta-maven-example/ ruta-core-ext/ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-ep-addons/ ruta-ep-caseditor/ ruta-ep-core-ext/ r

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 10:00:55 2016 New Revision: 1758571 URL: http://svn.apache.org/viewvc?rev=1758571=rev Log: no jira - fixed scm Modified: uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml uima/ruta/trunk/pom.xml uima/ruta/trunk/ruta-core-ext/pom.xml uima

svn commit: r1758625 - /uima/ruta/trunk/RELEASE_NOTES.html

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 15:38:22 2016 New Revision: 1758625 URL: http://svn.apache.org/viewvc?rev=1758625=rev Log: no jira - improve description for updating descriptors Modified: uima/ruta/trunk/RELEASE_NOTES.html Modified: uima/ruta/trunk/RELEASE_NOTES.html URL: http

svn commit: r1758632 - in /uima/ruta/trunk/ruta-core/src: main/java/org/apache/uima/ruta/expression/feature/LazyFeature.java test/java/org/apache/uima/ruta/expression/IndexedListExpressionTest.java

2016-08-31 Thread pkluegl
Author: pkluegl Date: Wed Aug 31 15:49:00 2016 New Revision: 1758632 URL: http://svn.apache.org/viewvc?rev=1758632=rev Log: UIMA-5089 - throw meaningful exception if lazy feature was not resolved - deactivated test that should not have been active Modified: uima/ruta/trunk/ruta-core/src

svn commit: r1759998 - /uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/expression/annotation/AnnotationLabelExpressionTest.java

2016-09-09 Thread pkluegl
Author: pkluegl Date: Fri Sep 9 12:22:57 2016 New Revision: 1759998 URL: http://svn.apache.org/viewvc?rev=1759998=rev Log: no jira - added test Modified: uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/expression/annotation/AnnotationLabelExpressionTest.java Modified: uima

svn commit: r1762792 - in /uima/ruta/trunk/ruta-core/src: main/java/org/apache/uima/ruta/ main/java/org/apache/uima/ruta/action/ main/java/org/apache/uima/ruta/condition/ main/java/org/apache/uima/rut

2016-09-29 Thread pkluegl
Author: pkluegl Date: Thu Sep 29 15:01:06 2016 New Revision: 1762792 URL: http://svn.apache.org/viewvc?rev=1762792=rev Log: UIMA-5108 - support feature structures in annotation and feature expressions Added: uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/expression/feature

svn commit: r1762762 [1/2] - in /uima/ruta/trunk: ruta-core-ext/src/main/java/org/apache/uima/ruta/block/fst/ ruta-core/src/main/java/org/apache/uima/ruta/ ruta-core/src/main/java/org/apache/uima/ruta

2016-09-29 Thread pkluegl
Author: pkluegl Date: Thu Sep 29 12:55:41 2016 New Revision: 1762762 URL: http://svn.apache.org/viewvc?rev=1762762=rev Log: UIMA-5108 - refactoring - cleanup - support feature structures in matching Modified: uima/ruta/trunk/ruta-core-ext/src/main/java/org/apache/uima/ruta/block/fst

svn commit: r1762762 [2/2] - in /uima/ruta/trunk: ruta-core-ext/src/main/java/org/apache/uima/ruta/block/fst/ ruta-core/src/main/java/org/apache/uima/ruta/ ruta-core/src/main/java/org/apache/uima/ruta

2016-09-29 Thread pkluegl
Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/rule/RuleElement.java URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/rule/RuleElement.java?rev=1762762=1762761=1762762=diff

svn commit: r1762872 - /uima/ruta/trunk/ruta-ep-ide-ui/src/main/java/org/apache/uima/ruta/ide/launching/RutaLauncher.java

2016-09-30 Thread pkluegl
Author: pkluegl Date: Fri Sep 30 09:36:38 2016 New Revision: 1762872 URL: http://svn.apache.org/viewvc?rev=1762872=rev Log: UIMA-5125 - fix constant Modified: uima/ruta/trunk/ruta-ep-ide-ui/src/main/java/org/apache/uima/ruta/ide/launching/RutaLauncher.java Modified: uima/ruta/trunk/ruta

svn commit: r1763746 - in /uima/ruta/trunk/ruta-core/src: main/java/org/apache/uima/ruta/expression/number/ test/java/org/apache/uima/ruta/expression/number/

2016-10-07 Thread pkluegl
Author: pkluegl Date: Fri Oct 7 11:49:34 2016 New Revision: 1763746 URL: http://svn.apache.org/viewvc?rev=1763746=rev Log: UIMA-5131 - fixed for trivial case (which covers actually 90%) - added test Added: uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/expression/number

svn commit: r1763598 - in /uima/ruta/trunk/ruta-ep-ide-ui/src/main/java/org/apache/uima/ruta/ide/validator: LanguageCheckerVisitor.java RutaCheckerDefaultProblem.java RutaCheckerProblemFactory.java Ru

2016-10-06 Thread pkluegl
Author: pkluegl Date: Thu Oct 6 14:52:54 2016 New Revision: 1763598 URL: http://svn.apache.org/viewvc?rev=1763598=rev Log: UIMA-5128 - ignore labels - avoid some warnings Modified: uima/ruta/trunk/ruta-ep-ide-ui/src/main/java/org/apache/uima/ruta/ide/validator/LanguageCheckerVisitor.java

svn commit: r1756776 - in /uima/ruta/trunk/ruta-core/src: main/java/org/apache/uima/ruta/type/RutaBasic.java test/java/org/apache/uima/ruta/engine/NoSeedersTest.java

2016-08-18 Thread pkluegl
Author: pkluegl Date: Thu Aug 18 13:06:35 2016 New Revision: 1756776 URL: http://svn.apache.org/viewvc?rev=1756776=rev Log: UIMA-5061 - fix "empty" of RutaBasic - added test Added: uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/engine/NoSeedersTest.java (

svn commit: r1757828 - in /uima/ruta/trunk: ruta-ep-addons/src/main/java/org/apache/uima/ruta/explain/tree/ ruta-ep-caseditor/src/main/java/org/apache/uima/ruta/caseditor/view/tree/

2016-08-26 Thread pkluegl
Author: pkluegl Date: Fri Aug 26 12:14:00 2016 New Revision: 1757828 URL: http://svn.apache.org/viewvc?rev=1757828=rev Log: no jira - some refactoring preparing lazy tree nodes Modified: uima/ruta/trunk/ruta-ep-addons/src/main/java/org/apache/uima/ruta/explain/tree

svn commit: r1757812 - /uima/ruta/trunk/ruta-ep-caseditor/src/main/java/org/apache/uima/ruta/caseditor/view/tree/

2016-08-26 Thread pkluegl
Author: pkluegl Date: Fri Aug 26 10:11:12 2016 New Revision: 1757812 URL: http://svn.apache.org/viewvc?rev=1757812=rev Log: no jira - some code clean up Modified: uima/ruta/trunk/ruta-ep-caseditor/src/main/java/org/apache/uima/ruta/caseditor/view/tree/AbstractTreeNode.java uima/ruta

svn commit: r1757900 - /uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/expression/feature/SimpleFeatureExpression.java

2016-08-26 Thread pkluegl
Author: pkluegl Date: Fri Aug 26 17:46:28 2016 New Revision: 1757900 URL: http://svn.apache.org/viewvc?rev=1757900=rev Log: UIMA-4851 - support ct as normal feature again Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/expression/feature/SimpleFeatureExpression.java

svn commit: r1757880 - /uima/ruta/trunk/ruta-ep-addons/src/main/java/org/apache/uima/ruta/testing/ui/views/tree/TestEvaluationTree.java

2016-08-26 Thread pkluegl
Author: pkluegl Date: Fri Aug 26 15:15:45 2016 New Revision: 1757880 URL: http://svn.apache.org/viewvc?rev=1757880=rev Log: no jira - adapt to interface changes, add cas Modified: uima/ruta/trunk/ruta-ep-addons/src/main/java/org/apache/uima/ruta/testing/ui/views/tree/TestEvaluationTree.java

svn commit: r1757875 - in /uima/ruta/trunk/ruta-core/src: main/java/org/apache/uima/ruta/ main/java/org/apache/uima/ruta/expression/ main/java/org/apache/uima/ruta/expression/annotation/ main/java/org

2016-08-26 Thread pkluegl
Author: pkluegl Date: Fri Aug 26 15:12:25 2016 New Revision: 1757875 URL: http://svn.apache.org/viewvc?rev=1757875=rev Log: UIMA-4851 - preparations for labels as local variables Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/RutaEnvironment.java uima/ruta/trunk

svn commit: r1758177 - in /uima/ruta/trunk/ruta-core/src/test: java/org/apache/uima/ruta/engine/ resources/org/apache/uima/ruta/ resources/org/apache/uima/ruta/engine/

2016-08-29 Thread pkluegl
Author: pkluegl Date: Mon Aug 29 07:24:16 2016 New Revision: 1758177 URL: http://svn.apache.org/viewvc?rev=1758177=rev Log: UIMA-5077 - avoid warnings Modified: uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/engine/HtmlConverterTest.java uima/ruta/trunk/ruta-core/src/test

svn commit: r1758180 - /uima/ruta/trunk/RELEASE_NOTES.html

2016-08-29 Thread pkluegl
Author: pkluegl Date: Mon Aug 29 07:51:53 2016 New Revision: 1758180 URL: http://svn.apache.org/viewvc?rev=1758180=rev Log: UIMA-5071 - updated release notes Modified: uima/ruta/trunk/RELEASE_NOTES.html Modified: uima/ruta/trunk/RELEASE_NOTES.html URL: http://svn.apache.org/viewvc/uima

svn commit: r1758187 - in /uima/ruta/trunk/ruta-core/src: main/java/org/apache/uima/ruta/expression/feature/ main/java/org/apache/uima/ruta/expression/number/ test/java/org/apache/uima/ruta/expression

2016-08-29 Thread pkluegl
Author: pkluegl Date: Mon Aug 29 09:05:57 2016 New Revision: 1758187 URL: http://svn.apache.org/viewvc?rev=1758187=rev Log: UIMA-4851 - resolve lazy feature using target annotation - added test Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/expression/feature

svn commit: r1758174 - in /uima/ruta/trunk/ruta-core/src: main/java/org/apache/uima/ruta/rule/AbstractRule.java main/java/org/apache/uima/ruta/rule/RutaRule.java test/java/org/apache/uima/ruta/express

2016-08-29 Thread pkluegl
Author: pkluegl Date: Mon Aug 29 07:05:46 2016 New Revision: 1758174 URL: http://svn.apache.org/viewvc?rev=1758174=rev Log: UIMA-4851 - environment modification not by inlined rules Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/rule/AbstractRule.java uima/ruta

svn commit: r1758197 - /uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/rule/RutaTypeMatcher.java

2016-08-29 Thread pkluegl
Author: pkluegl Date: Mon Aug 29 09:52:10 2016 New Revision: 1758197 URL: http://svn.apache.org/viewvc?rev=1758197=rev Log: UIMA-4851 - avoid false positive check on feature value Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/rule/RutaTypeMatcher.java Modified

svn commit: r1757530 - in /uima/ruta/trunk: ruta-core/src/main/java/org/apache/uima/ruta/engine/ ruta-core/src/main/java/org/apache/uima/ruta/expression/type/ ruta-core/src/test/java/org/apache/uima/r

2016-08-24 Thread pkluegl
Author: pkluegl Date: Wed Aug 24 14:26:44 2016 New Revision: 1757530 URL: http://svn.apache.org/viewvc?rev=1757530=rev Log: UIMA-5072 - allow list values, separated by commas - added test Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/engine/RutaEngine.java uima

svn commit: r1757521 - /uima/ruta/trunk/ruta-ep-ide-ui/src/main/resources/org/apache/uima/ruta/ide/ui/documentation/Actions.html

2016-08-24 Thread pkluegl
Author: pkluegl Date: Wed Aug 24 13:19:00 2016 New Revision: 1757521 URL: http://svn.apache.org/viewvc?rev=1757521=rev Log: no jira - fixed typos in hover docu Modified: uima/ruta/trunk/ruta-ep-ide-ui/src/main/resources/org/apache/uima/ruta/ide/ui/documentation/Actions.html Modified: uima

svn commit: r1757516 - in /uima/ruta/trunk: ruta-core/src/main/java/org/apache/uima/ruta/ ruta-core/src/main/java/org/apache/uima/ruta/engine/ ruta-ep-addons/src/main/java/org/apache/uima/ruta/cde/ ru

2016-08-24 Thread pkluegl
Author: pkluegl Date: Wed Aug 24 12:58:15 2016 New Revision: 1757516 URL: http://svn.apache.org/viewvc?rev=1757516=rev Log: UIMA-5069 + UIMA-5070 - use project classloader - reuse specific resource manager Modified: uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta

svn commit: r15824 - /dev/uima/ruta-2.5.0-rc3/source-release/ruta-2.5.0-source-release.zip.sha1 /release/uima/ruta-2.5.0/ruta-2.5.0-source-release.zip.sha1

2016-09-28 Thread pkluegl
Author: pkluegl Date: Wed Sep 28 12:29:16 2016 New Revision: 15824 Log: move staged rc to release Added: release/uima/ruta-2.5.0/ruta-2.5.0-source-release.zip.sha1 - copied unchanged from r15823, dev/uima/ruta-2.5.0-rc3/source-release/ruta-2.5.0-source-release.zip.sha1 Removed

svn commit: r15820 - /release/uima/ruta-2.5.0/

2016-09-28 Thread pkluegl
Author: pkluegl Date: Wed Sep 28 12:24:48 2016 New Revision: 15820 Log: (empty) Added: release/uima/ruta-2.5.0/

svn commit: r15822 - /dev/uima/ruta-2.5.0-rc3/source-release/ruta-2.5.0-source-release.zip.asc /release/uima/ruta-2.5.0/ruta-2.5.0-source-release.zip.asc

2016-09-28 Thread pkluegl
Author: pkluegl Date: Wed Sep 28 12:28:41 2016 New Revision: 15822 Log: move staged rc to release Added: release/uima/ruta-2.5.0/ruta-2.5.0-source-release.zip.asc - copied unchanged from r15821, dev/uima/ruta-2.5.0-rc3/source-release/ruta-2.5.0-source-release.zip.asc Removed: dev

svn commit: r15823 - /dev/uima/ruta-2.5.0-rc3/source-release/ruta-2.5.0-source-release.zip.md5 /release/uima/ruta-2.5.0/ruta-2.5.0-source-release.zip.md5

2016-09-28 Thread pkluegl
Author: pkluegl Date: Wed Sep 28 12:29:01 2016 New Revision: 15823 Log: move staged rc to release Added: release/uima/ruta-2.5.0/ruta-2.5.0-source-release.zip.md5 - copied unchanged from r15822, dev/uima/ruta-2.5.0-rc3/source-release/ruta-2.5.0-source-release.zip.md5 Removed: dev

<    11   12   13   14   15   16   17   18   19   20   >