Author: fchrist
Date: Fri Jan 6 10:19:41 2012
New Revision: 1228057
URL: http://svn.apache.org/viewvc?rev=1228057&view=rev
Log:
STANBOL-272 Added missing AL20 exclusion in launchers stable
Modified:
incubator/stanbol/trunk/launchers/stable/pom.xml
Modified: incubator/stanbol/trunk/launchers/stable/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/stable/pom.xml?rev=1228057&r1=1228056&r2=1228057&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/stable/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/stable/pom.xml Fri Jan 6 10:19:41 2012
@@ -105,12 +105,12 @@
<configuration>
<excludes>
<!-- License provided in 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.examples.ExampleBootstrapConfig.cfg</exclude>
-
<exclude>src/main/resources/resources/config/org.apache.stanbol.entityhub.core.impl.EntityhubConfigurationImpl.config</exclude>
<exclude>src/main/resources/resources/config/org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine-local.config</exclude>
+
<exclude>src/main/resources/resources/config/org.apache.stanbol.entityhub.core.impl.EntityhubConfigurationImpl.config</exclude>
<exclude>src/main/resources/resources/config/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-entityhub.config</exclude>
-
<exclude>src/main/resources/resources/config/org.apache.stanbol.commons.solr.web.impl.SolrDispatchFilterComponent-default.config</exclude>
+
<exclude>src/main/resources/resources/config/org.apache.stanbol.examples.ExampleBootstrapConfig.cfg</exclude>
</excludes>
</configuration>
</plugin>