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/05/30 10:11:06 UTC

svn commit: r1344142 - in /incubator/stanbol/trunk: enhancer/pom.xml parent/pom.xml pom.xml

Author: fchrist
Date: Wed May 30 08:11:05 2012
New Revision: 1344142

URL: http://svn.apache.org/viewvc?rev=1344142&view=rev
Log:
Minor change. Refactored enhancer reactor POM and use this reactor now in the top level reactor. Changed parent of Stanbol parent to Apache 10

Modified:
    incubator/stanbol/trunk/enhancer/pom.xml
    incubator/stanbol/trunk/parent/pom.xml
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/enhancer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/pom.xml?rev=1344142&r1=1344141&r2=1344142&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/pom.xml Wed May 30 08:11:05 2012
@@ -55,15 +55,15 @@
     <module>generic/test</module>
     <module>generic/rdfentities</module>
     <module>jobmanager</module>
-    <module>jersey</module>
-    <module>ldpath</module>
-    <module>benchmark</module>
-    <module>engines</module>
+
     <module>chain/allactive</module>
     <module>chain/graph</module>
-    <module>chain/list</module>
     <module>chain/weighted</module>
-    <module>topic-web</module>
+    <module>chain/list</module>
+    
+    <module>jersey</module>
+    <module>ldpath</module>
+    <module>benchmark</module>
     <module>defaults</module>
     <module>bundlelist</module>
   </modules>

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1344142&r1=1344141&r2=1344142&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Wed May 30 08:11:05 2012
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>9</version>
+    <version>10</version>
     <relativePath />
   </parent>
 

Modified: incubator/stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1344142&r1=1344141&r2=1344142&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Wed May 30 08:11:05 2012
@@ -65,26 +65,8 @@
 
     <module>entityhub</module>
     <module>ontologymanager</module>
-
     <module>rules</module>
-
-    <module>enhancer/parent</module>
-    <module>enhancer/generic/servicesapi</module>
-    <module>enhancer/generic/core</module>
-    <module>enhancer/generic/test</module>
-    <module>enhancer/generic/rdfentities</module>
-    <module>enhancer/jobmanager</module>
-    <module>enhancer/chain/allactive</module>
-    <module>enhancer/chain/graph</module>
-    <module>enhancer/chain/weighted</module>
-    <module>enhancer/chain/list</module>
-
-    <module>enhancer/jersey</module>
-    <module>enhancer/ldpath</module>
-    <module>enhancer/benchmark</module>
-    <module>enhancer/defaults</module>
-    <module>enhancer/bundlelist</module>
-
+    <module>enhancer</module>
     <module>contenthub</module>
 
     <module>enhancer/engines</module>