You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by re...@apache.org on 2013/08/29 08:50:24 UTC

svn commit: r1518515 - /stanbol/branches/commons-ng/launchers/bundlelists/enhancer/src/main/bundles/list.xml

Author: reto
Date: Thu Aug 29 06:50:24 2013
New Revision: 1518515

URL: http://svn.apache.org/r1518515
Log:
STANBOL-1138: commented out refactor engine in bundle-list

Modified:
    stanbol/branches/commons-ng/launchers/bundlelists/enhancer/src/main/bundles/list.xml

Modified: stanbol/branches/commons-ng/launchers/bundlelists/enhancer/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/launchers/bundlelists/enhancer/src/main/bundles/list.xml?rev=1518515&r1=1518514&r2=1518515&view=diff
==============================================================================
--- stanbol/branches/commons-ng/launchers/bundlelists/enhancer/src/main/bundles/list.xml (original)
+++ stanbol/branches/commons-ng/launchers/bundlelists/enhancer/src/main/bundles/list.xml Thu Aug 29 06:50:24 2013
@@ -274,11 +274,13 @@
       <artifactId>org.apache.stanbol.enhancer.engines.entitycomention</artifactId>
       <version>1.0.0-SNAPSHOT</version>
     </bundle>
-    <bundle> <!-- Refactor Enhancement Engine -->
+    <!-- Refactor Enhancement Engine -->
+    <!-- TODO:  reactivate when ontologymanager is part of ng
+    <bundle> 
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.refactor</artifactId>
       <version>1.0.0-SNAPSHOT</version>
-    </bundle>
+    </bundle> -->
 
     
     <!-- External Service Integration -->