Author: fchrist
Date: Tue Feb 14 12:35:52 2012
New Revision: 1243899
URL: http://svn.apache.org/viewvc?rev=1243899&view=rev
Log:
STANBOL-272 Fixed comment on exlcudes
Modified:
incubator/stanbol/trunk/launchers/full-war/pom.xml
incubator/stanbol/trunk/launchers/full/pom.xml
incubator/stanbol/trunk/launchers/stable/pom.xml
Modified: incubator/stanbol/trunk/launchers/full-war/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full-war/pom.xml?rev=1243899&r1=1243898&r2=1243899&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full-war/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/full-war/pom.xml Tue Feb 14 12:35:52 2012
@@ -104,7 +104,7 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
- <!-- License provided in src/main/webapp/WEB-INF/README -->
+ <!-- AL20 licensed files. See src/main/webapp/WEB-INF/README -->
<exclude>src/main/webapp/WEB-INF/resources/config/org.apache.sling.commons.log.LogManager.factory.config-solrlogconfig.config</exclude>
<exclude>src/main/webapp/WEB-INF/resources/config/org.apache.stanbol.commons.solr.managed.impl.ManagedSolrServerImpl-default.config</exclude>
<exclude>src/main/webapp/WEB-INF/resources/config/org.apache.stanbol.commons.solr.web.impl.SolrDispatchFilterComponent-default.config</exclude>
Modified: incubator/stanbol/trunk/launchers/full/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/pom.xml?rev=1243899&r1=1243898&r2=1243899&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/full/pom.xml Tue Feb 14 12:35:52 2012
@@ -105,7 +105,7 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
- <!-- License provided in src/main/resources/README -->
+ <!-- AL20 licensed files. See src/main/resources/README -->
<exclude>src/main/resources/resources/config/org.apache.sling.commons.log.LogManager.factory.config-solrlogconfig.config</exclude>
<exclude>src/main/resources/resources/config/org.apache.stanbol.commons.solr.managed.impl.ManagedSolrServerImpl-default.config</exclude>
<exclude>src/main/resources/resources/config/org.apache.stanbol.commons.solr.web.impl.SolrDispatchFilterComponent-default.config</exclude>
Modified: incubator/stanbol/trunk/launchers/stable/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/stable/pom.xml?rev=1243899&r1=1243898&r2=1243899&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/stable/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/stable/pom.xml Tue Feb 14 12:35:52 2012
@@ -104,7 +104,7 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
- <!-- License provided in src/main/resources/README -->
+ <!-- AL20 licensed files. See src/main/resources/README -->
<exclude>src/main/resources/resources/config/org.apache.sling.commons.log.LogManager.factory.config-solrlogconfig.config</exclude>
<exclude>src/main/resources/resources/config/org.apache.stanbol.commons.solr.managed.impl.ManagedSolrServerImpl-default.config</exclude>
<exclude>src/main/resources/resources/config/org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine-local.config</exclude>