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 2014/09/23 15:14:55 UTC

svn commit: r6635 - in /release/uima/ruta-2.2.1: ./ issuesFixed/ issuesFixed/css/ issuesFixed/images/ issuesFixed/images/logos/

Author: pkluegl
Date: Tue Sep 23 13:14:54 2014
New Revision: 6635

Log:
no jira - added ruta-2.2.1 source release

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

Added: release/uima/ruta-2.2.1/RELEASE_NOTES.html
==============================================================================
--- release/uima/ruta-2.2.1/RELEASE_NOTES.html (added)
+++ release/uima/ruta-2.2.1/RELEASE_NOTES.html Tue Sep 23 13:14:54 2014
@@ -0,0 +1,91 @@
+<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.2.1 Release Notes</title>
+</head>
+<body>
+<h1>Apache UIMA&#8482; Ruta v2.2.1 Release Notes</h1>
+
+<h2>Contents</h2>
+<p>
+<a href="#what.is.uima-as">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-as">1. What is UIMA Ruta?</a></h2>
+
+     <p>
+  			Apache UIMA&#8482; Ruta is a rule-based script language supported by Eclipse-based tooling.
+      The language is designed to enable rapid development of text processing applications within UIMA. 
+      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>
+<h3>UIMA Ruta Language and Analysis Engine:</h3>
+<ul>
+  <li>
+    Bug fixes
+  </li>
+ </ul>
+<h3>UIMA Ruta Workbench:</h3>
+ <ul>
+  <li>
+    Bug fixes
+  </li>
+ </ul>
+</p>
+<p>
+Please see the <a href="README">README</a> for further information. 
+</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.2.1/RELEASE_NOTES.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/uima/ruta-2.2.1/issuesFixed/css/maven-base.css
==============================================================================
--- release/uima/ruta-2.2.1/issuesFixed/css/maven-base.css (added)
+++ release/uima/ruta-2.2.1/issuesFixed/css/maven-base.css Tue Sep 23 13:14:54 2014
@@ -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.2.1/issuesFixed/css/maven-base.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/uima/ruta-2.2.1/issuesFixed/css/maven-theme.css
==============================================================================
--- release/uima/ruta-2.2.1/issuesFixed/css/maven-theme.css (added)
+++ release/uima/ruta-2.2.1/issuesFixed/css/maven-theme.css Tue Sep 23 13:14:54 2014
@@ -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.2.1/issuesFixed/css/maven-theme.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/uima/ruta-2.2.1/issuesFixed/css/print.css
==============================================================================
--- release/uima/ruta-2.2.1/issuesFixed/css/print.css (added)
+++ release/uima/ruta-2.2.1/issuesFixed/css/print.css Tue Sep 23 13:14:54 2014
@@ -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.2.1/issuesFixed/css/print.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: release/uima/ruta-2.2.1/issuesFixed/css/site.css
==============================================================================
--- release/uima/ruta-2.2.1/issuesFixed/css/site.css (added)
+++ release/uima/ruta-2.2.1/issuesFixed/css/site.css Tue Sep 23 13:14:54 2014
@@ -0,0 +1 @@
+/* You can override this file with your own styles */
\ No newline at end of file

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Added: release/uima/ruta-2.2.1/issuesFixed/jira-report.html
==============================================================================
--- release/uima/ruta-2.2.1/issuesFixed/jira-report.html (added)
+++ release/uima/ruta-2.2.1/issuesFixed/jira-report.html Tue Sep 23 13:14:54 2014
@@ -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 Sep 3, 2014 -->
+<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="20140903" />
+    <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: 2014-09-03</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-3748">UIMA-3748</a></td><td>Closed</td><td>Ruta Workbench: implicit condition for comparison of two feature values causes problem</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-3750">UIMA-3750</a></td><td>Closed</td><td>Ruta: zero length partitioning at document start causes NPE in visibility check</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-3753">UIMA-3753</a></td><td>Closed</td><td>Cascading Ruta modifiers in an AAE</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-3762">UIMA-3762
 </a></td><td>Closed</td><td>Ruta: import package as alias in testing view</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-3820">UIMA-3820</a></td><td>Closed</td><td>Ruta: greedy iteration of composed wildcard</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-3841">UIMA-3841</a></td><td>Closed</td><td>Ruta: greedy composed rule element ignores -contains condition</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-3927">UIMA-3927</a></td><td>Closed</td><td>Problem with optional quantifiers and starting rule element annotation</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-3932">UIMA-3932</a></td><td>Closed</td><td>Ruta documentation about inlined rules</td></tr><tr class="b"><td>Improvement</td><td><a class="externalLink" href="https://i
 ssues.apache.org/jira/browse/UIMA-3744">UIMA-3744</a></td><td>Closed</td><td>Ruta: Upgrade antlr dependency for Java 8</td></tr><tr class="a"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-3931">UIMA-3931</a></td><td>Closed</td><td>Ruta: support direct usage of covered text</td></tr><tr class="b"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-3971">UIMA-3971</a></td><td>Closed</td><td>UnmarkAll action in Ruta also unmarks DocumentAnnotation</td></tr><tr class="a"><td>New Feature</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-3767">UIMA-3767</a></td><td>Closed</td><td>Ruta: update versions of poms and plugins</td></tr><tr class="b"><td>New Feature</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-3780">UIMA-3780</a></td><td>Closed</td><td>Ruta: allow HtmlConverter to keep whitespaces</td></tr><tr class="a"><td>New Feature
 </td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-3833">UIMA-3833</a></td><td>Closed</td><td>Ruta: Add control structure for single matches</td></tr><tr class="b"><td>New Feature</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-3938">UIMA-3938</a></td><td>Closed</td><td>Patch with new features for UIMA Ruta's Check Annotations View</td></tr><tr class="a"><td>New Feature</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-3956">UIMA-3956</a></td><td>Closed</td><td>Added new Functions-Extension for UIMA RUTA</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.2.1/issuesFixed/jira-report.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: release/uima/ruta-2.2.1/ruta-2.2.1-source-release.zip.asc
==============================================================================
--- release/uima/ruta-2.2.1/ruta-2.2.1-source-release.zip.asc (added)
+++ release/uima/ruta-2.2.1/ruta-2.2.1-source-release.zip.asc Tue Sep 23 13:14:54 2014
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (MingW32)
+
+iQIcBAABAgAGBQJUBvNtAAoJEEk0Q5PAkBnzBmMP/RMx6f1wG+GCDUeZN+dpHcMZ
+IujiCgQ1gAe7U9wfFg0aWdYdnsA/snPhyQ4MnZLgjGHis3qOT3cTSLfjE1IAEdhV
+flltmY7cOJKfeCUrRGKWNtqqAYAn28J7SwAzinydW0aXkKsHvtghlXvJZWNWnRia
+KqnGt1DrVoAuopqM86Ajo5AP3JFUwTOnEUjJNFMjWSz63BeV6ZnLRCvVv2sjGZlt
+KtEZ8h+xBNFKqJaCikwW/3DgBtY7b8p3SYoHX7KEAMZHRnrR7gxK46s0FzaqDLdn
+UZQLyfnmku5Qb0IUW6cd70drcmEimnILOLuxUUrhpiVqHHZRoqorT8upPT3QDOnC
+0VxhaSQwwBb8RKMxnRoZlRW5l/fXdV4MYVwDRR1km6e6JSyfgrMMYRoeGWvm4H53
+0KztZJ9MZ5i7fH2eIVaPJArbLeT1D2ynKQyns93ZZB5z8ZxKsnMpt4liJ+mim6oI
+uowYN3g3c1hO1nTBterGlnN3AqbeuorD4v6uWegC8ggrHuzhPYfeuuf53D6buILh
+2EC+V0NjpGGZZDe/kEZ3/zbzEos37Mno4DNXDf4JF83N1o6yWjBf59kIxzxanfg+
+10GxSapA9NpOzanXTNMtcVvxAVi0Bca2yqe6vW0Xp81z3P6OTAR8p57dQrkDuieD
+RvAlhyAzUAL4LQZoLhVK
+=9/Qq
+-----END PGP SIGNATURE-----

Added: release/uima/ruta-2.2.1/ruta-2.2.1-source-release.zip.md5
==============================================================================
--- release/uima/ruta-2.2.1/ruta-2.2.1-source-release.zip.md5 (added)
+++ release/uima/ruta-2.2.1/ruta-2.2.1-source-release.zip.md5 Tue Sep 23 13:14:54 2014
@@ -0,0 +1 @@
+90c030c42ea944fc2d9a40e8677948a6 *ruta-2.2.1-source-release.zip

Added: release/uima/ruta-2.2.1/ruta-2.2.1-source-release.zip.sha1
==============================================================================
--- release/uima/ruta-2.2.1/ruta-2.2.1-source-release.zip.sha1 (added)
+++ release/uima/ruta-2.2.1/ruta-2.2.1-source-release.zip.sha1 Tue Sep 23 13:14:54 2014
@@ -0,0 +1 @@
+b3f1177ad9d2127e62c31e3784fec781afb41dad *ruta-2.2.1-source-release.zip