You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2011/02/09 09:32:52 UTC

svn commit: r1068790 - /incubator/stanbol/trunk/entityhub/generic/servicesapi/src/main/java/org/apache/stanbol/entityhub/servicesapi/defaults/NamespaceEnum.java

Author: rwesten
Date: Wed Feb  9 08:32:52 2011
New Revision: 1068790

URL: http://svn.apache.org/viewvc?rev=1068790&view=rev
Log:
STANBOL-38: accidently changed the names for rick-model and rick-query form
http://www.iks-project.eu/ontology/rick/[model|query] to
http://www.iks-project.eu/ontology/entityhub/[model|query] in revision 1061803.
This changes it back to the original value.

NOTE that the specification of the Apache Stanbol Namespaces will be done by STANBOL-3

Modified:
    incubator/stanbol/trunk/entityhub/generic/servicesapi/src/main/java/org/apache/stanbol/entityhub/servicesapi/defaults/NamespaceEnum.java

Modified: incubator/stanbol/trunk/entityhub/generic/servicesapi/src/main/java/org/apache/stanbol/entityhub/servicesapi/defaults/NamespaceEnum.java
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/generic/servicesapi/src/main/java/org/apache/stanbol/entityhub/servicesapi/defaults/NamespaceEnum.java?rev=1068790&r1=1068789&r2=1068790&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/generic/servicesapi/src/main/java/org/apache/stanbol/entityhub/servicesapi/defaults/NamespaceEnum.java (original)
+++ incubator/stanbol/trunk/entityhub/generic/servicesapi/src/main/java/org/apache/stanbol/entityhub/servicesapi/defaults/NamespaceEnum.java Wed Feb  9 08:32:52 2011
@@ -11,8 +11,8 @@ import java.util.Map;
  */
 public enum NamespaceEnum {
     //Namespaces defined by the entityhub
-    entityhubModel("entityhub","http://www.iks-project.eu/ontology/entityhub/model/"),
-    entityhubQuery("entityhub-query","http://www.iks-project.eu/ontology/entityhub/query/"),
+    entityhubModel("entityhub","http://www.iks-project.eu/ontology/rick/model/"),
+    entityhubQuery("entityhub-query","http://www.iks-project.eu/ontology/rick/query/"),
 
 
     //First the XML Namespaces