You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2017/07/24 08:08:54 UTC

svn commit: r20544 - in /release/uima/ruta-2.6.1: ./ issuesFixed/ issuesFixed/css/ issuesFixed/images/ issuesFixed/images/logos/

Author: pkluegl
Date: Mon Jul 24 08:08:54 2017
New Revision: 20544

Log:
ruta-2.6.1

Added:
    release/uima/ruta-2.6.1/.project   (with props)
    release/uima/ruta-2.6.1/RELEASE_NOTES.html   (with props)
    release/uima/ruta-2.6.1/issuesFixed/
    release/uima/ruta-2.6.1/issuesFixed/css/
    release/uima/ruta-2.6.1/issuesFixed/css/maven-base.css   (with props)
    release/uima/ruta-2.6.1/issuesFixed/css/maven-theme.css   (with props)
    release/uima/ruta-2.6.1/issuesFixed/css/print.css   (with props)
    release/uima/ruta-2.6.1/issuesFixed/css/site.css   (with props)
    release/uima/ruta-2.6.1/issuesFixed/images/
    release/uima/ruta-2.6.1/issuesFixed/images/collapsed.gif   (with props)
    release/uima/ruta-2.6.1/issuesFixed/images/expanded.gif   (with props)
    release/uima/ruta-2.6.1/issuesFixed/images/external.png   (with props)
    release/uima/ruta-2.6.1/issuesFixed/images/icon_error_sml.gif   (with props)
    release/uima/ruta-2.6.1/issuesFixed/images/icon_info_sml.gif   (with props)
    release/uima/ruta-2.6.1/issuesFixed/images/icon_success_sml.gif   (with props)
    release/uima/ruta-2.6.1/issuesFixed/images/icon_warning_sml.gif   (with props)
    release/uima/ruta-2.6.1/issuesFixed/images/logos/
    release/uima/ruta-2.6.1/issuesFixed/images/logos/build-by-maven-black.png   (with props)
    release/uima/ruta-2.6.1/issuesFixed/images/logos/build-by-maven-white.png   (with props)
    release/uima/ruta-2.6.1/issuesFixed/images/logos/maven-feather.png   (with props)
    release/uima/ruta-2.6.1/issuesFixed/images/newwindow.png   (with props)
    release/uima/ruta-2.6.1/issuesFixed/jira-report.html   (with props)
    release/uima/ruta-2.6.1/ruta-2.6.1-source-release.zip   (with props)
    release/uima/ruta-2.6.1/ruta-2.6.1-source-release.zip.asc
    release/uima/ruta-2.6.1/ruta-2.6.1-source-release.zip.md5
    release/uima/ruta-2.6.1/ruta-2.6.1-source-release.zip.sha1

Added: release/uima/ruta-2.6.1/.project
==============================================================================
--- release/uima/ruta-2.6.1/.project (added)
+++ release/uima/ruta-2.6.1/.project Mon Jul 24 08:08:54 2017
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>ruta-2.6.1</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>

Propchange: release/uima/ruta-2.6.1/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/uima/ruta-2.6.1/RELEASE_NOTES.html
==============================================================================
--- release/uima/ruta-2.6.1/RELEASE_NOTES.html (added)
+++ release/uima/ruta-2.6.1/RELEASE_NOTES.html Mon Jul 24 08:08:54 2017
@@ -0,0 +1,94 @@
+<html>
+  <!--
+   ***************************************************************
+   * Licensed to the Apache Software Foundation (ASF) under one
+   * or more contributor license agreements.  See the NOTICE file
+   * distributed with this work for additional information
+   * regarding copyright ownership.  The ASF licenses this file
+   * to you under the Apache License, Version 2.0 (the
+   * "License"); you may not use this file except in compliance
+   * with the License.  You may obtain a copy of the License at
+   *
+   *   http://www.apache.org/licenses/LICENSE-2.0
+   * 
+   * Unless required by applicable law or agreed to in writing,
+   * software distributed under the License is distributed on an
+   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   * KIND, either express or implied.  See the License for the
+   * specific language governing permissions and limitations
+   * under the License.
+   ***************************************************************
+   -->
+
+<head>
+  <title>Apache UIMA Ruta v2.6.1 Release Notes</title>
+</head>
+<body>
+<h1>Apache UIMA Ruta&#8482; v2.6.1 Release Notes</h1>
+
+<h2>Contents</h2>
+<p>
+<a href="#what.is.uima-ruta">1. What is UIMA Ruta</a><br/>
+<a href="#major.changes">2. Major Changes in this Release</a><br/>
+<a href="#get.involved">3. How to Get Involved</a><br/>
+<a href="#report.issues">4. How to Report Issues</a><br/>
+<a href="#list.issues">5. List of JIRA Issues Fixed in this Release</a>
+</p>  
+   
+<h2><a name="what.is.uima-ruta">1. What is UIMA Ruta?</a></h2>
+
+     <p>
+  			Apache UIMA Ruta&#8482; is a rule-based script language supported by Eclipse-based tooling.
+      The language is designed to enable rapid development of text processing applications within Apache UIMA&#8482;. 
+      A special focus lies on the intuitive and flexible domain specific language for defining 
+      patterns of annotations. The Eclipse-based tooling for Ruta, called the Ruta Workbench,
+      was created to support the user and to facilitate every step when writing Ruta rules. Both the 
+      Ruta rule language and the Ruta Workbench integrate smoothly with Apache UIMA.
+			</p>
+
+<h2><a name="major.changes">2. Major Changes in this Release</a></h2>
+<p>
+  <p>UIMA Ruta Language and Analysis Engine:</p>
+  <ul>
+    <li>Fixed problem with empty annotation list expressions</li>
+    <li>Fixed stacked feature expressions</li>
+    <li>Fixed false positive match in conjunct rules</li>
+    <li>Fixed mixing FOREACH with BLOCK blocks</li>
+    <li>Fixed min/max quantifier</li>
+    <li>Fixed float variables</li>
+    <li>Fixed dynamic internal reindexing</li>
+    <li>Requires UIMA 2.10.0 and uimaFIT 2.3.0</li>
+    <li>Other bugfixes</li>
+  </ul>
+  <p>UIMA Ruta Workbench:</p>
+  <ul>
+    <li>Fixed Query View</li>
+    <li>Fixed Annotation Testing View</li>
+    <li>Fixed error reporting in editor</li>
+  </ul>
+</p>
+ 
+  
+<h2><a name="get.involved">3. How to Get Involved</a></h2>
+<p>
+The Apache UIMA Ruta project really needs and appreciates any contributions, 
+including documentation help, source code and feedback.  If you are interested
+in contributing, please visit 
+<a href="http://uima.apache.org/get-involved.html">
+  http://uima.apache.org/get-involved.html</a>.
+</p>
+  
+<h2><a name="report.issues">4. How to Report Issues</a></h2>
+<p>
+The Apache UIMA project uses JIRA for issue tracking.  Please report any 
+issues you find at 
+<a href="http://issues.apache.org/jira/browse/uima">http://issues.apache.org/jira/browse/uima</a>
+</p>
+  
+<h2><a name="list.issues">5. List of JIRA Issues Fixed in this Release</a></h2>
+
+Click <a href="issuesFixed/jira-report.html">issuesFixed/jira-report.html</a> for the list of 
+issues fixed in this release.
+
+</body>
+</html>
\ No newline at end of file

Propchange: release/uima/ruta-2.6.1/RELEASE_NOTES.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/uima/ruta-2.6.1/issuesFixed/css/maven-base.css
==============================================================================
--- release/uima/ruta-2.6.1/issuesFixed/css/maven-base.css (added)
+++ release/uima/ruta-2.6.1/issuesFixed/css/maven-base.css Mon Jul 24 08:08:54 2017
@@ -0,0 +1,151 @@
+body {
+  margin: 0px;
+  padding: 0px;
+}
+img {
+  border:none;
+}
+table {
+  padding:0px;
+  width: 100%;
+  margin-left: -2px;
+  margin-right: -2px;
+}
+acronym {
+  cursor: help;
+  border-bottom: 1px dotted #feb;
+}
+table.bodyTable th, table.bodyTable td {
+  padding: 2px 4px 2px 4px;
+  vertical-align: top;
+}
+div.clear{
+  clear:both;
+  visibility: hidden;
+}
+div.clear hr{
+  display: none;
+}
+#bannerLeft, #bannerRight {
+  font-size: xx-large;
+  font-weight: bold;
+}
+#bannerLeft img, #bannerRight img {
+  margin: 0px;
+}
+.xleft, #bannerLeft img {
+  float:left;
+}
+.xright, #bannerRight {
+  float:right;
+}
+#banner {
+  padding: 0px;
+}
+#banner img {
+  border: none;
+}
+#breadcrumbs {
+  padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 170px;
+ float:left;
+ overflow: auto;
+}
+#bodyColumn {
+  margin-right: 1.5em;
+  margin-left: 197px;
+}
+#legend {
+  padding: 8px 0 8px 0;
+}
+#navcolumn {
+  padding: 8px 4px 0 8px;
+}
+#navcolumn h5 {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn ul {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn li {
+  list-style-type: none;
+  background-image: none;
+  background-repeat: no-repeat;
+  background-position: 0 0.4em;
+  padding-left: 16px;
+  list-style-position: outside;
+  line-height: 1.2em;
+  font-size: smaller;
+}
+#navcolumn li.expanded {
+  background-image: url(../images/expanded.gif);
+}
+#navcolumn li.collapsed {
+  background-image: url(../images/collapsed.gif);
+}
+#poweredBy {
+  text-align: center;
+}
+#navcolumn img {
+  margin-top: 10px;
+  margin-bottom: 3px;
+}
+#poweredBy img {
+  display:block;
+  margin: 20px 0 20px 17px;
+}
+#search img {
+    margin: 0px;
+    display: block;
+}
+#search #q, #search #btnG {
+    border: 1px solid #999;
+    margin-bottom:10px;
+}
+#search form {
+    margin: 0px;
+}
+#lastPublished {
+  font-size: x-small;
+}
+.navSection {
+  margin-bottom: 2px;
+  padding: 8px;
+}
+.navSectionHead {
+  font-weight: bold;
+  font-size: x-small;
+}
+.section {
+  padding: 4px;
+}
+#footer {
+  padding: 3px 10px 3px 10px;
+  font-size: x-small;
+}
+#breadcrumbs {
+  font-size: x-small;
+  margin: 0pt;
+}
+.source {
+  padding: 12px;
+  margin: 1em 7px 1em 7px;
+}
+.source pre {
+  margin: 0px;
+  padding: 0px;
+}
+#navcolumn img.imageLink, .imageLink {
+  padding-left: 0px;
+  padding-bottom: 0px;
+  padding-top: 0px;
+  padding-right: 2px;
+  border: 0px;
+  margin: 0px;
+}

Propchange: release/uima/ruta-2.6.1/issuesFixed/css/maven-base.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/uima/ruta-2.6.1/issuesFixed/css/maven-theme.css
==============================================================================
--- release/uima/ruta-2.6.1/issuesFixed/css/maven-theme.css (added)
+++ release/uima/ruta-2.6.1/issuesFixed/css/maven-theme.css Mon Jul 24 08:08:54 2017
@@ -0,0 +1,141 @@
+body {
+  padding: 0px 0px 10px 0px;
+}
+body, td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 13px;
+}
+code{
+  font-family: Courier, monospace;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#36a;
+}
+a:visited  {
+  color:#47a;
+}
+a:active, a:hover {
+  color:#69c;
+}
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+h2 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #999;
+  color: #900;
+  background-color: #ddd;
+  font-weight:900;
+  font-size: x-large;
+}
+h3 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  color: #900;
+  background-color: #eee;
+  font-weight: normal;
+  font-size: large;
+}
+h4 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #bbb;
+  color: #900;
+  background-color: #fff;
+  font-weight: normal;
+  font-size: large;
+}
+h5 {
+  padding: 4px 4px 4px 6px;
+  color: #900;
+  font-size: normal;
+}
+p {
+  line-height: 1.3em;
+  font-size: small;
+}
+#breadcrumbs {
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+  background-color: #ccc;
+}
+#leftColumn {
+  margin: 10px 0 0 5px;
+  border: 1px solid #999;
+  background-color: #eee;
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  color: #000;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 1em;
+}
+
+table.bodyTable tr.a {
+  background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+  background-color: #eee;
+}
+
+.source {
+  border: 1px solid #999;
+}
+dl {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  background-color: #ffc;
+}
+dt {
+  color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}
+#banner {
+  border-bottom: 1px solid #fff;
+}
+.errormark, .warningmark, .donemark, .infomark {
+  background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+  background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+  background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+  background-image: url(../images/icon_info_sml.gif);
+}
+

Propchange: release/uima/ruta-2.6.1/issuesFixed/css/maven-theme.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/uima/ruta-2.6.1/issuesFixed/css/print.css
==============================================================================
--- release/uima/ruta-2.6.1/issuesFixed/css/print.css (added)
+++ release/uima/ruta-2.6.1/issuesFixed/css/print.css Mon Jul 24 08:08:54 2017
@@ -0,0 +1,7 @@
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+	display: none !important;
+}
+#bodyColumn, body.docs div.docs {
+	margin: 0 !important;
+	border: none !important
+}

Propchange: release/uima/ruta-2.6.1/issuesFixed/css/print.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/uima/ruta-2.6.1/issuesFixed/css/site.css
==============================================================================
--- release/uima/ruta-2.6.1/issuesFixed/css/site.css (added)
+++ release/uima/ruta-2.6.1/issuesFixed/css/site.css Mon Jul 24 08:08:54 2017
@@ -0,0 +1 @@
+/* You can override this file with your own styles */
\ No newline at end of file

Propchange: release/uima/ruta-2.6.1/issuesFixed/css/site.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/uima/ruta-2.6.1/issuesFixed/images/collapsed.gif
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.6.1/issuesFixed/images/collapsed.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: release/uima/ruta-2.6.1/issuesFixed/images/expanded.gif
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.6.1/issuesFixed/images/expanded.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: release/uima/ruta-2.6.1/issuesFixed/images/external.png
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.6.1/issuesFixed/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: release/uima/ruta-2.6.1/issuesFixed/images/icon_error_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.6.1/issuesFixed/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: release/uima/ruta-2.6.1/issuesFixed/images/icon_info_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.6.1/issuesFixed/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: release/uima/ruta-2.6.1/issuesFixed/images/icon_success_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.6.1/issuesFixed/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: release/uima/ruta-2.6.1/issuesFixed/images/icon_warning_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.6.1/issuesFixed/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: release/uima/ruta-2.6.1/issuesFixed/images/logos/build-by-maven-black.png
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.6.1/issuesFixed/images/logos/build-by-maven-black.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: release/uima/ruta-2.6.1/issuesFixed/images/logos/build-by-maven-white.png
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.6.1/issuesFixed/images/logos/build-by-maven-white.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: release/uima/ruta-2.6.1/issuesFixed/images/logos/maven-feather.png
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.6.1/issuesFixed/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: release/uima/ruta-2.6.1/issuesFixed/images/newwindow.png
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.6.1/issuesFixed/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: release/uima/ruta-2.6.1/issuesFixed/jira-report.html
==============================================================================
--- release/uima/ruta-2.6.1/issuesFixed/jira-report.html (added)
+++ release/uima/ruta-2.6.1/issuesFixed/jira-report.html Mon Jul 24 08:08:54 2017
@@ -0,0 +1,66 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Jul 11, 2017 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>JIRA Report</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20170711" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
+    <div id="banner">
+                      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2017-07-11</span>
+                  &nbsp;| <span id="projectVersion">Version: ${project.version}</span>
+                      </div>
+            <div class="xright">        
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                      <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>JIRA Report<a name="JIRA_Report"></a></h2><a name="JIRA_Report"></a><table border="0" class="bodyTable"><tr class="a"><th>Type</th><th>Key</th><th>Status</th><th>Summary</th></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5364">UIMA-5364</a></td><td>Resolved</td><td>Ruta: conjunct rules as inlined rules with too many matches</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5370">UIMA-5370</a></td><td>Resolved</td><td>Ruta: NPE for empty annotation list of annotation type expression given by type</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5371">UIMA-5371</a></td><td>Resolved</td><td>Ruta Workbench: Ruta Query tool is broken</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5399">UIMA-5399</a></td><td>R
 esolved</td><td>Ruta: verbalization of head rule in block is null</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5412">UIMA-5412</a></td><td>Resolved</td><td>Ruta: problem with float variables</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5416">UIMA-5416</a></td><td>Resolved</td><td>Ruta: strange behavior of # matching</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5423">UIMA-5423</a></td><td>Resolved</td><td>Variables in Ruta scripts are not initialized properly by RutaEngine if their script is called by others</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5424">UIMA-5424</a></td><td>Resolved</td><td>Ruta: mtwl wordlist parser not robust considering buffering</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" hre
 f="https://issues.apache.org/jira/browse/UIMA-5426">UIMA-5426</a></td><td>Resolved</td><td>Ruta: stacked feature expression on label expression not resolved correctly</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5429">UIMA-5429</a></td><td>Resolved</td><td>Ruta: inclusion of analysis engine in script invalidates filtered iterator in RutaStream</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5430">UIMA-5430</a></td><td>Resolved</td><td>Ruta: sidestep match should not continue if match failed before</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5436">UIMA-5436</a></td><td>Resolved</td><td>Ruta: implicit condition comparing string variable to null</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5445">UIMA-5445</a></td><td>Resolve
 d</td><td>Ruta: Year.ruta in ExampleProject is not valid</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5448">UIMA-5448</a></td><td>Resolved</td><td>Ruta: problem with internal indexing using PARTOF after simple regex rule</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5450">UIMA-5450</a></td><td>Resolved</td><td>Ruta: MinMax quantifier misses to fail</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5457">UIMA-5457</a></td><td>Resolved</td><td>Ruta: block within foreach block</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5487">UIMA-5487</a></td><td>Resolved</td><td>Ruta: false positive problem in editor for label expression in inlined rule</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache
 .org/jira/browse/UIMA-5488">UIMA-5488</a></td><td>Resolved</td><td>Ruta: problem in testing view resolving typesystems in classpath</td></tr><tr class="b"><td>Task</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5351">UIMA-5351</a></td><td>Resolved</td><td>Ruta: clean up duplicate type systems in different projects and test folders</td></tr><tr class="a"><td>Task</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5358">UIMA-5358</a></td><td>Resolved</td><td>Ruta: adapt build and dependencies for uima-sdk-3.0.0-alpha02</td></tr><tr class="b"><td>Task</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5362">UIMA-5362</a></td><td>Resolved</td><td>Ruta: accumulative ticket for fixing flaws listed in 2.6.0 rc1 review</td></tr><tr class="a"><td>Task</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5398">UIMA-5398</a></td><td>Resolved</td><td>Ruta: update uima/uimafi
 t version</td></tr><tr class="b"><td>Task</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5458">UIMA-5458</a></td><td>Resolved</td><td>Ruta: add more documentation about wildcard #</td></tr></table></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+              Copyright &#169;  All Rights Reserved.      
+        
+                  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: release/uima/ruta-2.6.1/issuesFixed/jira-report.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/uima/ruta-2.6.1/ruta-2.6.1-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.6.1/ruta-2.6.1-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/uima/ruta-2.6.1/ruta-2.6.1-source-release.zip.asc
==============================================================================
--- release/uima/ruta-2.6.1/ruta-2.6.1-source-release.zip.asc (added)
+++ release/uima/ruta-2.6.1/ruta-2.6.1-source-release.zip.asc Mon Jul 24 08:08:54 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZZMRVAAoJEEk0Q5PAkBnzJJkQAKZ1yBmgJAb/oU1kCpcgRwXy
+X3dHp5DI0Qgs8/X7BIRCt0yGepJGvi0u4XPT6ZXBLR/7l89BmXigQ2VEH3/LZU0x
+6aK10OPg1HhuDxFR+7xhXDQhEJcSscbefGjyMU9jyL4BYMg2NXf9T23cdguXgg6t
+PJLgkSRkvj1rDzSuNMxGPGmmA2woH9izK2JlP95hrLFkjexxJ6nJMQrygEsW05dC
+iobol61wpEvLhgQTMaB7wd1iFeiHi8UhJAIBzpcqYtKstdrrdmz1f9q+0fU+ljou
+wRdMKWiOA1Od63hbvYwMnIncNoSBVZ14o6i+Ri9lp4dfMtRJfZI71G4z7EE2JiaZ
+w7afBDK4jBGXAfmdxWn2FVU8j3ZVXJkUg9gLmTV0GM3vQrqV7JtSbNzYFqFLP3jl
+wmT1EAiczWH+RjYVf8sfA/Kh42gmPL+P+wyn7V+55PXwWLHTLbyKLDJjfHblLGAV
+lkf/30iDVFvefYQeql3ixKzFeiTRqLszvYVt7sYh8K2QQMMou+kh5Qv7GxNcoTMy
+8QvTScowzuFJkd2aj1m/mR2/nvxPnrEFd7nkknv22c3hxykc09U6a3lnULXMZgwf
+l5LgUiUZN4XuSRhcbzhYBWxkB1/lr6PFEOBZuqT6ITAhrYFX0KELcxj9XeapMUlI
+tAa7UN9VfrWz71nmNynK
+=QSR0
+-----END PGP SIGNATURE-----

Added: release/uima/ruta-2.6.1/ruta-2.6.1-source-release.zip.md5
==============================================================================
--- release/uima/ruta-2.6.1/ruta-2.6.1-source-release.zip.md5 (added)
+++ release/uima/ruta-2.6.1/ruta-2.6.1-source-release.zip.md5 Mon Jul 24 08:08:54 2017
@@ -0,0 +1 @@
+041897bf098d1e430c767f1d3ca1e6e3 *ruta-2.6.1-source-release.zip

Added: release/uima/ruta-2.6.1/ruta-2.6.1-source-release.zip.sha1
==============================================================================
--- release/uima/ruta-2.6.1/ruta-2.6.1-source-release.zip.sha1 (added)
+++ release/uima/ruta-2.6.1/ruta-2.6.1-source-release.zip.sha1 Mon Jul 24 08:08:54 2017
@@ -0,0 +1 @@
+840ffb0bd00e92e1265d2ac78b20c3158aa054fc *ruta-2.6.1-source-release.zip