Author: fchrist
Date: Tue Mar 20 10:51:20 2012
New Revision: 1302831

URL: http://svn.apache.org/viewvc?rev=1302831&view=rev
Log:
STANBOL-270 Exclude OpenNLP models from build, adjust RAT excludes for 
generated release files

Modified:
    incubator/stanbol/branches/0.9.0-incubating/pom.xml
    
incubator/stanbol/branches/0.9.0-incubating/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack.xml

Modified: incubator/stanbol/branches/0.9.0-incubating/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/pom.xml?rev=1302831&r1=1302830&r2=1302831&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/pom.xml (original)
+++ incubator/stanbol/branches/0.9.0-incubating/pom.xml Tue Mar 20 10:51:20 2012
@@ -156,6 +156,7 @@
                 <exclude>**/test/**/*.nt</exclude>
                 <exclude>**/test/**/*.html</exclude>
                 <exclude>**/test/**/*.xhtml</exclude>
+                <exclude>**/test/**/*.odt</exclude>
                 <exclude>**/test/**/*.rdf</exclude>
                 <exclude>**/test/**/*.rtf</exclude>
                 <exclude>**/test/**/*.rules</exclude>
@@ -202,6 +203,9 @@
                 <exclude>**/*.log</exclude>
                 <exclude>launchers/full/sling/**</exclude>
                 <exclude>launchers/full/factstore/**</exclude>
+                <exclude>data/opennlp/**/*.bin</exclude>
+                <exclude>DEPENDENCIES</exclude>
+                <exclude>DEPENDENCIES-BY-LICENSE</exclude>                
               </excludes>
             </configuration>
           </plugin>

Modified: 
incubator/stanbol/branches/0.9.0-incubating/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack.xml?rev=1302831&r1=1302830&r2=1302831&view=diff
==============================================================================
--- 
incubator/stanbol/branches/0.9.0-incubating/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack.xml
 (original)
+++ 
incubator/stanbol/branches/0.9.0-incubating/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack.xml
 Tue Mar 20 10:51:20 2012
@@ -36,6 +36,8 @@
         <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>
 
         <!-- unstable/old stuff in enhancer -->
         <exclude>enhancer/autotagging/**</exclude>
@@ -45,6 +47,7 @@
         <exclude>enhancer/SemiAutomaticContentEnhancer/**</exclude>
         <exclude>enhancer/stores/**</exclude>
 
+
         <!-- demos have their own release cycle -->
         <exclude>demos/**</exclude>
 


Reply via email to