You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by al...@apache.org on 2012/06/20 12:01:06 UTC

svn commit: r1352029 - in /incubator/stanbol/trunk: ./ contrib/reengineer/base/ contrib/reengineer/db/ contrib/reengineer/web/ contrib/reengineer/xml/ integration-tests/src/test/java/org/apache/stanbol/ontologymanager/web/it/ launchers/kres/

Author: alexdma
Date: Wed Jun 20 10:01:05 2012
New Revision: 1352029

URL: http://svn.apache.org/viewvc?rev=1352029&view=rev
Log:
STANBOL-177 : eliminating the kres launcher and profile

Removed:
    incubator/stanbol/trunk/launchers/kres/
Modified:
    incubator/stanbol/trunk/contrib/reengineer/base/pom.xml
    incubator/stanbol/trunk/contrib/reengineer/db/pom.xml
    incubator/stanbol/trunk/contrib/reengineer/web/pom.xml
    incubator/stanbol/trunk/contrib/reengineer/xml/pom.xml
    incubator/stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/ontologymanager/web/it/ScopeTest.java
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/contrib/reengineer/base/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/reengineer/base/pom.xml?rev=1352029&r1=1352028&r2=1352029&view=diff
==============================================================================
--- incubator/stanbol/trunk/contrib/reengineer/base/pom.xml (original)
+++ incubator/stanbol/trunk/contrib/reengineer/base/pom.xml Wed Jun 20 10:01:05 2012
@@ -24,7 +24,7 @@
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
     <version>2-incubating-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/contrib/reengineer/db/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/reengineer/db/pom.xml?rev=1352029&r1=1352028&r2=1352029&view=diff
==============================================================================
--- incubator/stanbol/trunk/contrib/reengineer/db/pom.xml (original)
+++ incubator/stanbol/trunk/contrib/reengineer/db/pom.xml Wed Jun 20 10:01:05 2012
@@ -24,7 +24,7 @@
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
     <version>2-incubating-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/contrib/reengineer/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/reengineer/web/pom.xml?rev=1352029&r1=1352028&r2=1352029&view=diff
==============================================================================
--- incubator/stanbol/trunk/contrib/reengineer/web/pom.xml (original)
+++ incubator/stanbol/trunk/contrib/reengineer/web/pom.xml Wed Jun 20 10:01:05 2012
@@ -23,7 +23,7 @@
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
     <version>2-incubating-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/contrib/reengineer/xml/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/reengineer/xml/pom.xml?rev=1352029&r1=1352028&r2=1352029&view=diff
==============================================================================
--- incubator/stanbol/trunk/contrib/reengineer/xml/pom.xml (original)
+++ incubator/stanbol/trunk/contrib/reengineer/xml/pom.xml Wed Jun 20 10:01:05 2012
@@ -24,7 +24,7 @@
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
     <version>2-incubating-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/ontologymanager/web/it/ScopeTest.java
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/ontologymanager/web/it/ScopeTest.java?rev=1352029&r1=1352028&r2=1352029&view=diff
==============================================================================
--- incubator/stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/ontologymanager/web/it/ScopeTest.java (original)
+++ incubator/stanbol/trunk/integration-tests/src/test/java/org/apache/stanbol/ontologymanager/web/it/ScopeTest.java Wed Jun 20 10:01:05 2012
@@ -29,7 +29,7 @@ public class ScopeTest extends StanbolTe
 
     private static final String _ROOT_URI = "/ontonet";
 
-    private static final String URI_SCOPE_CLASS = "http://kres.iks-project.eu/ontology/onm/meta.owl#Scope";;
+    private static final String URI_SCOPE_CLASS = "http://stanbol.apache.org/ontology/meta/ontonet#Scope";
     private static final String BASE_SCOPES_URI = _ROOT_URI + "/ontology";
 
     private static final Logger log = LoggerFactory.getLogger(ScopeTest.class);

Modified: incubator/stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1352029&r1=1352028&r2=1352029&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Wed Jun 20 10:01:05 2012
@@ -161,8 +161,6 @@
                 <exclude>contrib/**</exclude>
                 <exclude>demos/**</exclude>
                 <exclude>enhancer/data/text-examples/**</exclude>
-                <exclude>launchers/kres/**</exclude>
-                <exclude>reengineer/**</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -181,17 +179,6 @@
       </build>
     </profile>
 
-    <!-- One day the KReS profile will disappear -->
-    <profile>
-      <id>kres</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <modules>
-        <module>reengineer</module>
-        <module>launchers/kres</module>
-      </modules>
-    </profile>
   </profiles>
 
 </project>