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 2013/12/20 13:26:03 UTC

svn commit: r1552613 - in /uima/ruta/trunk: ruta-ep-engine/ ruta-ep-engine/src/main/readme_bin/ ruta-ep-engine/src/main/readme_src/ ruta-ep-engine/src/main/readme_src/META-INF/ ruta-parent/

Author: pkluegl
Date: Fri Dec 20 12:26:03 2013
New Revision: 1552613

URL: http://svn.apache.org/r1552613
Log:
UIMA-3275
- fixed notice file for the sources of the engine plugin

Added:
    uima/ruta/trunk/ruta-ep-engine/src/main/readme_bin/NOTICE   (with props)
    uima/ruta/trunk/ruta-ep-engine/src/main/readme_src/
    uima/ruta/trunk/ruta-ep-engine/src/main/readme_src/META-INF/
    uima/ruta/trunk/ruta-ep-engine/src/main/readme_src/META-INF/NOTICE   (with props)
Modified:
    uima/ruta/trunk/ruta-ep-engine/pom.xml
    uima/ruta/trunk/ruta-parent/pom.xml

Modified: uima/ruta/trunk/ruta-ep-engine/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-engine/pom.xml?rev=1552613&r1=1552612&r2=1552613&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-engine/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-engine/pom.xml Fri Dec 20 12:26:03 2013
@@ -167,6 +167,11 @@ licensed under the Common Public License
     <!-- don't use artifactId as first part of finalName, follow instead 
       the eclipse convention -->
     <finalName>org.apache.uima.ruta.engine_${parsedVersion.osgiVersion}</finalName>
+    <resources>
+      <resource>
+        <directory>src/main/readme_src</directory>
+      </resource>
+    </resources>
     <pluginManagement>
       <plugins>
         <plugin>

Added: uima/ruta/trunk/ruta-ep-engine/src/main/readme_bin/NOTICE
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-engine/src/main/readme_bin/NOTICE?rev=1552613&view=auto
==============================================================================
--- uima/ruta/trunk/ruta-ep-engine/src/main/readme_bin/NOTICE (added)
+++ uima/ruta/trunk/ruta-ep-engine/src/main/readme_bin/NOTICE Fri Dec 20 12:26:03 2013
@@ -0,0 +1,16 @@
+
+Apache UIMA Ruta Eclipse: ruta-ep-engine
+Copyright 2011 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+Portions of UIMA Ruta were originally developed by
+the Universität Würzburg.
+Copyright (c) 2006, 2011 Universität Würzburg.
+
+This product contains ANTLR libraries (http://www.antlr.org/), 
+licensed under the BSD License.
+
+This product contains htmlparser libraries (http://htmlparser.sourceforge.net/), 
+licensed under the Common Public License.

Propchange: uima/ruta/trunk/ruta-ep-engine/src/main/readme_bin/NOTICE
------------------------------------------------------------------------------
    svn:eol-style = native

Added: uima/ruta/trunk/ruta-ep-engine/src/main/readme_src/META-INF/NOTICE
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-engine/src/main/readme_src/META-INF/NOTICE?rev=1552613&view=auto
==============================================================================
--- uima/ruta/trunk/ruta-ep-engine/src/main/readme_src/META-INF/NOTICE (added)
+++ uima/ruta/trunk/ruta-ep-engine/src/main/readme_src/META-INF/NOTICE Fri Dec 20 12:26:03 2013
@@ -0,0 +1,11 @@
+
+Apache UIMA Ruta Eclipse: ruta-ep-engine
+Copyright 2011 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+Portions of UIMA Ruta were originally developed by
+the Universität Würzburg.
+Copyright (c) 2006, 2011 Universität Würzburg.
+

Propchange: uima/ruta/trunk/ruta-ep-engine/src/main/readme_src/META-INF/NOTICE
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: uima/ruta/trunk/ruta-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-parent/pom.xml?rev=1552613&r1=1552612&r2=1552613&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-parent/pom.xml (original)
+++ uima/ruta/trunk/ruta-parent/pom.xml Fri Dec 20 12:26:03 2013
@@ -167,6 +167,7 @@ Creative Commons Attribution 3.0 License
                 <directory>src/main/readme_bin</directory>
                 <includes>
                   <include>LICENSE</include>
+                  <include>NOTICE</include>
                 </includes>
                 <filtering>true</filtering>
               </resource>