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 2012/02/22 17:15:49 UTC

svn commit: r1292375 - in /incubator/stanbol/trunk: enhancer/bundlelist/src/main/bundles/list.xml enhancer/engines/pom.xml pom.xml releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack.xml

Author: fchrist
Date: Wed Feb 22 16:15:49 2012
New Revision: 1292375

URL: http://svn.apache.org/viewvc?rev=1292375&view=rev
Log:
STANBOL-501 STANBOL-502 STANBOL-503 Removing deprecated modules from default build

Modified:
    incubator/stanbol/trunk/enhancer/bundlelist/src/main/bundles/list.xml
    incubator/stanbol/trunk/enhancer/engines/pom.xml
    incubator/stanbol/trunk/pom.xml
    incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/src/main/resources/assemblies/stack.xml

Modified: incubator/stanbol/trunk/enhancer/bundlelist/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/bundlelist/src/main/bundles/list.xml?rev=1292375&r1=1292374&r2=1292375&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/bundlelist/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/enhancer/bundlelist/src/main/bundles/list.xml Wed Feb 22 16:15:49 2012
@@ -116,10 +116,6 @@
       <artifactId>org.apache.stanbol.enhancer.engines.opennlp.ner</artifactId>
       <version>0.9.0-incubating-SNAPSHOT</version>
     </bundle>
-    <!--
-      The geonames.org LocationEnhancement Engines needs two additional bundles 1) jettyjson 2) commons-io.
-      Both of them are already present in the bundle list.
-    -->
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.geonames</artifactId>
@@ -131,12 +127,6 @@
       <artifactId>org.apache.stanbol.enhancer.engine.entitytagging</artifactId>
       <version>0.9.0-incubating-SNAPSHOT</version>
     </bundle>
-    <!-- Taxonomy Linking Engine (depends on the Entityhub) Deprecated
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.engine.taxonomy</artifactId>
-      <version>0.9.0-incubating-SNAPSHOT</version>
-    </bundle> -->
     <!-- Keyword Extraction Engine (depends on the Entityhub) -->
     <bundle>
       <groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/enhancer/engines/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/pom.xml?rev=1292375&r1=1292374&r2=1292375&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/pom.xml Wed Feb 22 16:15:49 2012
@@ -42,9 +42,6 @@
   </scm>
 
   <modules>
-    <module>../autotagging</module>
-
-    <module>autotagging</module>
     <module>opennlp-ner</module>
     <module>langid</module>
     <module>topic</module>
@@ -52,12 +49,9 @@
     <module>geonames</module>
     <module>entitytagging</module>
     <module>keywordextraction</module>
-    <module>taxonomylinking</module>
 
     <!-- Entityhub based enhancement engine(s) -->
     <module>opencalais</module>
     <module>zemanta</module>
-
-    <module>../SemiAutomaticContentEnhancer</module>
   </modules>
 </project>

Modified: incubator/stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1292375&r1=1292374&r2=1292375&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Wed Feb 22 16:15:49 2012
@@ -166,6 +166,8 @@
                 <exclude>enhancer/data/text-examples/**</exclude>
                 <exclude>enhancer/query-rendering/**</exclude>
                 <exclude>enhancer/stores/**</exclude>
+                <exclude>enhancer/autotagging/**</exclude>
+                <exclude>enhancer/engines/autotagging/**</exclude>
                 <exclude>demos/**</exclude>
                 <exclude>launchers/kres/**</exclude>
                 <exclude>reasoners/**</exclude>

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=1292375&r1=1292374&r2=1292375&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 Feb 22 16:15:49 2012
@@ -30,8 +30,11 @@
         <include>*/**</include>
       </includes>
       <excludes>
+        <exclude>PLAYGROUND.txt</exclude>
+
         <!-- unstable/old stuff in enhancer -->
         <exclude>enhancer/autotagging/**</exclude>
+        <exclude>enhancer/engines/autotagging/**</exclude>
         <exclude>enhancer/dereferencing/**</exclude>
         <exclude>enhancer/query-rendering/**</exclude>
         <exclude>enhancer/SemiAutomaticContentEnhancer/**</exclude>
@@ -46,7 +49,10 @@
         <exclude>reengineering/**</exclude>
         <exclude>explanation/**</exclude>
         <exclude>launchers/kres/**</exclude>
-        
+
+        <!-- SCM files -->
+        <exclude>.gitignore</exclude>
+
         <!-- build output -->
         <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}.*]</exclude>