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 2013/07/23 22:11:56 UTC

svn commit: r1506253 - in /stanbol/trunk: commons/freemarker/src/main/java/org/apache/stanbol/commons/freemarker/impl/ commons/jobs/web/src/license/ commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/impl/ commons/solr/core/src/main/java/o...

Author: fchrist
Date: Tue Jul 23 20:11:56 2013
New Revision: 1506253

URL: http://svn.apache.org/r1506253
Log:
STANBOL-1139 Adding missing license headers

Modified:
    stanbol/trunk/commons/freemarker/src/main/java/org/apache/stanbol/commons/freemarker/impl/Activator.java
    stanbol/trunk/commons/jobs/web/src/license/THIRD-PARTY.properties
    stanbol/trunk/commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/impl/OsgiSolrResourceLoader.java
    stanbol/trunk/commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/utils/AbstractAnalyzerFactoryActivator.java
    stanbol/trunk/commons/solr/extras/icu/src/main/java/org/apache/stanbol/commons/solr/extras/icu/impl/IcuAnalyzerFactoryActivator.java
    stanbol/trunk/commons/solr/extras/kuromoji/src/main/java/org/apache/stanbol/commons/solr/extras/kuromoji/impl/KuromojiAnalyzerFactoryActivator.java
    stanbol/trunk/commons/solr/extras/smartcn/src/main/java/org/apache/stanbol/commons/solr/extras/smartcn/impl/SmartcnAnalyzerFactoryActivator.java
    stanbol/trunk/commons/solr/extras/stempel/src/main/java/org/apache/stanbol/commons/solr/extras/stempel/impl/StempelAnalyzerFoctoryActivator.java
    stanbol/trunk/commons/solr/managed/src/license/THIRD-PARTY.properties
    stanbol/trunk/commons/web/rdfviewable-writer/src/license/THIRD-PARTY.properties
    stanbol/trunk/commons/web/viewable-writer/src/license/THIRD-PARTY.properties
    stanbol/trunk/commons/web/viewable/src/license/THIRD-PARTY.properties
    stanbol/trunk/commons/web/viewable/src/main/java/org/apache/stanbol/commons/viewable/RdfViewable.java
    stanbol/trunk/commons/web/viewable/src/main/java/org/apache/stanbol/commons/viewable/Viewable.java
    stanbol/trunk/data/defaultconfig/pom.xml

Modified: stanbol/trunk/commons/freemarker/src/main/java/org/apache/stanbol/commons/freemarker/impl/Activator.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/freemarker/src/main/java/org/apache/stanbol/commons/freemarker/impl/Activator.java?rev=1506253&r1=1506252&r2=1506253&view=diff
==============================================================================
--- stanbol/trunk/commons/freemarker/src/main/java/org/apache/stanbol/commons/freemarker/impl/Activator.java (original)
+++ stanbol/trunk/commons/freemarker/src/main/java/org/apache/stanbol/commons/freemarker/impl/Activator.java Tue Jul 23 20:11:56 2013
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.commons.freemarker.impl;
 
 import org.osgi.framework.BundleActivator;

Modified: stanbol/trunk/commons/jobs/web/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/jobs/web/src/license/THIRD-PARTY.properties?rev=1506253&r1=1506252&r2=1506253&view=diff
==============================================================================
--- stanbol/trunk/commons/jobs/web/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/commons/jobs/web/src/license/THIRD-PARTY.properties Tue Jul 23 20:11:56 2013
@@ -20,8 +20,7 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Thu Dec 13 14:22:30 CET 2012
-asm--asm--3.1=BSD License
+#Tue Jul 23 21:55:46 CEST 2013
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/impl/OsgiSolrResourceLoader.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/impl/OsgiSolrResourceLoader.java?rev=1506253&r1=1506252&r2=1506253&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/impl/OsgiSolrResourceLoader.java (original)
+++ stanbol/trunk/commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/impl/OsgiSolrResourceLoader.java Tue Jul 23 20:11:56 2013
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.commons.solr.impl;
 
 import static org.apache.stanbol.commons.solr.SolrConstants.PROPERTY_ANALYZER_FACTORY_NAME;

Modified: stanbol/trunk/commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/utils/AbstractAnalyzerFactoryActivator.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/utils/AbstractAnalyzerFactoryActivator.java?rev=1506253&r1=1506252&r2=1506253&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/utils/AbstractAnalyzerFactoryActivator.java (original)
+++ stanbol/trunk/commons/solr/core/src/main/java/org/apache/stanbol/commons/solr/utils/AbstractAnalyzerFactoryActivator.java Tue Jul 23 20:11:56 2013
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.commons.solr.utils;
 
 import java.util.ArrayList;

Modified: stanbol/trunk/commons/solr/extras/icu/src/main/java/org/apache/stanbol/commons/solr/extras/icu/impl/IcuAnalyzerFactoryActivator.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/extras/icu/src/main/java/org/apache/stanbol/commons/solr/extras/icu/impl/IcuAnalyzerFactoryActivator.java?rev=1506253&r1=1506252&r2=1506253&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/extras/icu/src/main/java/org/apache/stanbol/commons/solr/extras/icu/impl/IcuAnalyzerFactoryActivator.java (original)
+++ stanbol/trunk/commons/solr/extras/icu/src/main/java/org/apache/stanbol/commons/solr/extras/icu/impl/IcuAnalyzerFactoryActivator.java Tue Jul 23 20:11:56 2013
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.commons.solr.extras.icu.impl;
 
 import org.apache.stanbol.commons.solr.utils.AbstractAnalyzerFactoryActivator;

Modified: stanbol/trunk/commons/solr/extras/kuromoji/src/main/java/org/apache/stanbol/commons/solr/extras/kuromoji/impl/KuromojiAnalyzerFactoryActivator.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/extras/kuromoji/src/main/java/org/apache/stanbol/commons/solr/extras/kuromoji/impl/KuromojiAnalyzerFactoryActivator.java?rev=1506253&r1=1506252&r2=1506253&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/extras/kuromoji/src/main/java/org/apache/stanbol/commons/solr/extras/kuromoji/impl/KuromojiAnalyzerFactoryActivator.java (original)
+++ stanbol/trunk/commons/solr/extras/kuromoji/src/main/java/org/apache/stanbol/commons/solr/extras/kuromoji/impl/KuromojiAnalyzerFactoryActivator.java Tue Jul 23 20:11:56 2013
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.commons.solr.extras.kuromoji.impl;
 
 import org.apache.stanbol.commons.solr.utils.AbstractAnalyzerFactoryActivator;

Modified: stanbol/trunk/commons/solr/extras/smartcn/src/main/java/org/apache/stanbol/commons/solr/extras/smartcn/impl/SmartcnAnalyzerFactoryActivator.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/extras/smartcn/src/main/java/org/apache/stanbol/commons/solr/extras/smartcn/impl/SmartcnAnalyzerFactoryActivator.java?rev=1506253&r1=1506252&r2=1506253&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/extras/smartcn/src/main/java/org/apache/stanbol/commons/solr/extras/smartcn/impl/SmartcnAnalyzerFactoryActivator.java (original)
+++ stanbol/trunk/commons/solr/extras/smartcn/src/main/java/org/apache/stanbol/commons/solr/extras/smartcn/impl/SmartcnAnalyzerFactoryActivator.java Tue Jul 23 20:11:56 2013
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.commons.solr.extras.smartcn.impl;
 
 import org.apache.stanbol.commons.solr.utils.AbstractAnalyzerFactoryActivator;

Modified: stanbol/trunk/commons/solr/extras/stempel/src/main/java/org/apache/stanbol/commons/solr/extras/stempel/impl/StempelAnalyzerFoctoryActivator.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/extras/stempel/src/main/java/org/apache/stanbol/commons/solr/extras/stempel/impl/StempelAnalyzerFoctoryActivator.java?rev=1506253&r1=1506252&r2=1506253&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/extras/stempel/src/main/java/org/apache/stanbol/commons/solr/extras/stempel/impl/StempelAnalyzerFoctoryActivator.java (original)
+++ stanbol/trunk/commons/solr/extras/stempel/src/main/java/org/apache/stanbol/commons/solr/extras/stempel/impl/StempelAnalyzerFoctoryActivator.java Tue Jul 23 20:11:56 2013
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.commons.solr.extras.stempel.impl;
 
 import org.apache.stanbol.commons.solr.utils.AbstractAnalyzerFactoryActivator;

Modified: stanbol/trunk/commons/solr/managed/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/managed/src/license/THIRD-PARTY.properties?rev=1506253&r1=1506252&r2=1506253&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/managed/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/commons/solr/managed/src/license/THIRD-PARTY.properties Tue Jul 23 20:11:56 2013
@@ -20,19 +20,16 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:25:39 CEST 2013
+#Tue Jul 23 21:52:28 CEST 2013
 antlr--antlr--2.7.2=Public Domain
-asm--asm--3.1=BSD License
 commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
 dom4j--dom4j--1.1=BSD-style
 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0
 javax.portlet--portlet-api--2.0=The Apache Software License, Version 2.0
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
-org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
 org.restlet.jee--org.restlet--2.1.1=The Apache Software License, Version 2.0
 org.restlet.jee--org.restlet.ext.servlet--2.1.1=The Apache Software License, Version 2.0
 oro--oro--2.0.8=The Apache Software License, Version 2.0
-xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/commons/web/rdfviewable-writer/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/web/rdfviewable-writer/src/license/THIRD-PARTY.properties?rev=1506253&r1=1506252&r2=1506253&view=diff
==============================================================================
--- stanbol/trunk/commons/web/rdfviewable-writer/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/commons/web/rdfviewable-writer/src/license/THIRD-PARTY.properties Tue Jul 23 20:11:56 2013
@@ -20,9 +20,6 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Dec 12 16:52:13 CET 2012
-javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
-org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
+#Tue Jul 23 21:43:15 CEST 2013
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
-xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/commons/web/viewable-writer/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/web/viewable-writer/src/license/THIRD-PARTY.properties?rev=1506253&r1=1506252&r2=1506253&view=diff
==============================================================================
--- stanbol/trunk/commons/web/viewable-writer/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/commons/web/viewable-writer/src/license/THIRD-PARTY.properties Tue Jul 23 20:11:56 2013
@@ -15,14 +15,10 @@
 # - MIT License
 # - New BSD License
 # - Public Domain License
-# - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Dec 12 16:52:13 CET 2012
-javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
-org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
+#Tue Jul 23 21:43:26 CEST 2013
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
-xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/commons/web/viewable/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/web/viewable/src/license/THIRD-PARTY.properties?rev=1506253&r1=1506252&r2=1506253&view=diff
==============================================================================
--- stanbol/trunk/commons/web/viewable/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/commons/web/viewable/src/license/THIRD-PARTY.properties Tue Jul 23 20:11:56 2013
@@ -15,14 +15,10 @@
 # - MIT License
 # - New BSD License
 # - Public Domain License
-# - Similar to Apache License but with the acknowledgment clause removed
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Dec 12 16:52:13 CET 2012
-javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
-org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
+#Tue Jul 23 21:42:48 CEST 2013
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
-xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: stanbol/trunk/commons/web/viewable/src/main/java/org/apache/stanbol/commons/viewable/RdfViewable.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/web/viewable/src/main/java/org/apache/stanbol/commons/viewable/RdfViewable.java?rev=1506253&r1=1506252&r2=1506253&view=diff
==============================================================================
--- stanbol/trunk/commons/web/viewable/src/main/java/org/apache/stanbol/commons/viewable/RdfViewable.java (original)
+++ stanbol/trunk/commons/web/viewable/src/main/java/org/apache/stanbol/commons/viewable/RdfViewable.java Tue Jul 23 20:11:56 2013
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.commons.viewable;
 
 import org.apache.clerezza.rdf.utils.GraphNode;

Modified: stanbol/trunk/commons/web/viewable/src/main/java/org/apache/stanbol/commons/viewable/Viewable.java
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/web/viewable/src/main/java/org/apache/stanbol/commons/viewable/Viewable.java?rev=1506253&r1=1506252&r2=1506253&view=diff
==============================================================================
--- stanbol/trunk/commons/web/viewable/src/main/java/org/apache/stanbol/commons/viewable/Viewable.java (original)
+++ stanbol/trunk/commons/web/viewable/src/main/java/org/apache/stanbol/commons/viewable/Viewable.java Tue Jul 23 20:11:56 2013
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.commons.viewable;
 /**
  * This is a replacement for the jersey Vieable that allows rendering an 

Modified: stanbol/trunk/data/defaultconfig/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/defaultconfig/pom.xml?rev=1506253&r1=1506252&r2=1506253&view=diff
==============================================================================
--- stanbol/trunk/data/defaultconfig/pom.xml (original)
+++ stanbol/trunk/data/defaultconfig/pom.xml Tue Jul 23 20:11:56 2013
@@ -63,9 +63,11 @@
             <!-- AL20 licensed files. See src/main/resources/README -->
             <exclude>src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-language.config</exclude>
             <exclude>src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-default.config</exclude>
-            <exclude>src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-entityhub.config</exclude>
             <exclude>src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediapropernoun.config</exclude>
+            <exclude>src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-dbpediadisambiguation.config</exclude>
+            <exclude>src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-entityhub.config</exclude>
             <exclude>src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-dbpedia.config</exclude>
+            <exclude>src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngine-dbpediadisamblinking.config</exclude>
           </excludes>
         </configuration>
       </plugin>