You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by su...@apache.org on 2012/03/07 10:30:30 UTC

svn commit: r1297910 - in /incubator/stanbol/trunk: contrib/store/ ontologymanager/store/ pom.xml

Author: suat
Date: Wed Mar  7 09:30:29 2012
New Revision: 1297910

URL: http://svn.apache.org/viewvc?rev=1297910&view=rev
Log:
STANBOL-527: Moved Ontology Manager Store to the contrib folder. Removed it from the kres profile.

Added:
    incubator/stanbol/trunk/contrib/store/
      - copied from r1297469, incubator/stanbol/trunk/ontologymanager/store/
Removed:
    incubator/stanbol/trunk/ontologymanager/store/
Modified:
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1297910&r1=1297909&r2=1297910&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Wed Mar  7 09:30:29 2012
@@ -165,7 +165,6 @@
                 <exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jquery-1.5.1.min.js</exclude>
                 <exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jquery-1.4.2.js</exclude>
                 <exclude>factstore/factstore/src/main/resources/org/apache/stanbol/factstore/web/static/scripts/json2.js</exclude>
-                <exclude>ontologymanager/store/web/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/static/scripts/jquery-1.4.2.js</exclude>
                 <exclude>ontologymanager/web/src/main/resources/org/apache/stanbol/ontologymanager/web/static/scripts/jquery-1.6.1</exclude>
                 <exclude>rules/web/src/main/resources/org/apache/stanbol/rules/web/static/jquery/jquery-1.6.1</exclude>
                 <exclude>enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/static/openlayers-2.9/**</exclude>
@@ -249,7 +248,6 @@
         <activeByDefault>false</activeByDefault>
       </activation>
       <modules>
-        <module>ontologymanager/store</module>
         <module>reasoners</module>
         <module>reengineer</module>
         <!--