Author: fchrist
Date: Wed Mar 28 11:30:56 2012
New Revision: 1306265

URL: http://svn.apache.org/viewvc?rev=1306265&view=rev
Log:
STANBOL-558 exclude the dbpedia index and open nlp models from releases

Modified:
    
incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack.xml

Modified: 
incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack.xml?rev=1306265&r1=1306264&r2=1306265&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack.xml
 (original)
+++ 
incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack.xml
 Wed Mar 28 11:30:56 2012
@@ -36,6 +36,9 @@
         <exclude>enhancer/engines/metaxa/**</exclude>
         <exclude>reasoners/hermit/**</exclude>
         <exclude>reasoners/owllink/**</exclude>
+        <exclude>data/opennlp/lang/**/*.bin</exclude>
+        <exclude>data/opennlp/ner/**/*.bin</exclude>
+        <exclude>data/sites/dbpedia/**/*.zip</exclude>
 
         <!-- unstable/old stuff in enhancer -->
         <exclude>enhancer/autotagging/**</exclude>


Reply via email to