Author: fchrist
Date: Tue Sep 25 14:49:59 2012
New Revision: 1389891

URL: http://svn.apache.org/viewvc?rev=1389891&view=rev
Log:
Updating source assembly descriptor to 1.0.0-SNAPSHOT and exluding 'downloads' 
folders from release packaging

Modified:
    stanbol/trunk/releasing/source-assembly/pom.xml
    
stanbol/trunk/releasing/source-assembly/src/main/resources/assemblies/stanbol.xml

Modified: stanbol/trunk/releasing/source-assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/releasing/source-assembly/pom.xml?rev=1389891&r1=1389890&r2=1389891&view=diff
==============================================================================
--- stanbol/trunk/releasing/source-assembly/pom.xml (original)
+++ stanbol/trunk/releasing/source-assembly/pom.xml Tue Sep 25 14:49:59 2012
@@ -27,7 +27,7 @@
   
   <groupId>org.apache.stanbol</groupId>
   <artifactId>source-assembly</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   
   <name>Apache Stanbol Releasing Source Assembly Descriptor</name>

Modified: 
stanbol/trunk/releasing/source-assembly/src/main/resources/assemblies/stanbol.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/releasing/source-assembly/src/main/resources/assemblies/stanbol.xml?rev=1389891&r1=1389890&r2=1389891&view=diff
==============================================================================
--- 
stanbol/trunk/releasing/source-assembly/src/main/resources/assemblies/stanbol.xml
 (original)
+++ 
stanbol/trunk/releasing/source-assembly/src/main/resources/assemblies/stanbol.xml
 Tue Sep 25 14:49:59 2012
@@ -37,9 +37,6 @@
 
         <!-- license issues -->
         <exclude>enhancer/engines/metaxa/**</exclude>
-        <exclude>data/opennlp/lang/**/*.bin</exclude>
-        <exclude>data/opennlp/ner/**/*.bin</exclude>
-        <exclude>data/sites/dbpedia/**/*.zip</exclude>
 
         <!-- demos have their own release cycle -->
         <exclude>demos/**</exclude>
@@ -53,6 +50,9 @@
 
         <!-- build output -->
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}.*]</exclude>
+
+        <!-- downloads -->
+        <exclude>%regex[(?!((?!downloads/)[^/]+/)*src/).*downloads.*]</exclude>
         
         <!-- NOTE: Most of the following excludes should not be required 
              if the standard release process is followed. This is because the 


Reply via email to