You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2012/02/14 13:46:29 UTC

svn commit: r1243903 - in /incubator/stanbol/trunk/enhancer: autotagging/pom.xml benchmark/pom.xml

Author: fchrist
Date: Tue Feb 14 12:46:29 2012
New Revision: 1243903

URL: http://svn.apache.org/viewvc?rev=1243903&view=rev
Log:
STANBOL-272 Fixed RAT exclude comment

Modified:
    incubator/stanbol/trunk/enhancer/autotagging/pom.xml
    incubator/stanbol/trunk/enhancer/benchmark/pom.xml

Modified: incubator/stanbol/trunk/enhancer/autotagging/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/autotagging/pom.xml?rev=1243903&r1=1243902&r2=1243903&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/autotagging/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/autotagging/pom.xml Tue Feb 14 12:46:29 2012
@@ -66,11 +66,11 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
-            <!-- License provided in samples/README -->
+            <!-- AL20 licensed files. See samples/README -->
             <exclude>samples/russia_timezones.txt</exclude>
             <exclude>samples/bob_marley.txt</exclude>
             <exclude>samples/jimi_hendrix.txt</exclude>
-            <!-- License provided in src/test/resources/README -->
+            <!-- AL20 licensed files. See src/test/resources/README -->
             <exclude>src/test/resources/dbpedia_3.4_longabstract_en.nt</exclude>
             <exclude>src/test/resources/dbpedia_3.4_instancetype_en.nt</exclude>
           </excludes>

Modified: incubator/stanbol/trunk/enhancer/benchmark/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/benchmark/pom.xml?rev=1243903&r1=1243902&r2=1243903&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/benchmark/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/benchmark/pom.xml Tue Feb 14 12:46:29 2012
@@ -86,11 +86,11 @@
               <artifactId>apache-rat-plugin</artifactId>
               <configuration>
                 <excludes>
-                  <!-- License provided in src/main/resources/examples/README -->
+                  <!-- AL20 licensed files. See src/main/resources/examples/README -->
                   <exclude>src/main/resources/examples/jamaica.txt</exclude>
                   <exclude>src/main/resources/examples/default.txt</exclude>
                   <exclude>src/main/resources/examples/LIST.txt</exclude>
-                  <!-- License provided in src/test/resources/README -->
+                  <!-- AL20 licensed files. See src/test/resources/README -->
                   <exclude>src/test/resources/benchmarks/benchmark1.txt</exclude>
                 </excludes>
               </configuration>