You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by ci...@apache.org on 2011/04/02 22:40:10 UTC

svn commit: r1088115 - in /incubator/stanbol/trunk/ontologymanager: pom.xml store/launchers/lite/pom.xml store/pom.xml

Author: cihan
Date: Sat Apr  2 20:40:09 2011
New Revision: 1088115

URL: http://svn.apache.org/viewvc?rev=1088115&view=rev
Log:
STANBOL-135: 
Added ontologymanager/store module to ontologymanager reactor.
Removed launchers/fise from ontologymanager/store.
Added clean instruction for derby.log to store lite launcher.

Modified:
    incubator/stanbol/trunk/ontologymanager/pom.xml
    incubator/stanbol/trunk/ontologymanager/store/launchers/lite/pom.xml
    incubator/stanbol/trunk/ontologymanager/store/pom.xml

Modified: incubator/stanbol/trunk/ontologymanager/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/pom.xml?rev=1088115&r1=1088114&r2=1088115&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/pom.xml Sat Apr  2 20:40:09 2011
@@ -42,6 +42,7 @@
   <modules>
     <module>ontonet</module>    
     <module>web</module>
+    <module>store</module>
   </modules>
   
 </project>

Modified: incubator/stanbol/trunk/ontologymanager/store/launchers/lite/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/store/launchers/lite/pom.xml?rev=1088115&r1=1088114&r2=1088115&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/store/launchers/lite/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/store/launchers/lite/pom.xml Sat Apr  2 20:40:09 2011
@@ -41,6 +41,7 @@
                                                                 <include>sling/**</include>
                                                                 <!-- Apache Derby database directory -->
                                                                 <include>ps_db/**</include>
+                                                                <include>derby.log</include>
                                                         </includes>
                                                 </fileset>
                                         </filesets>
@@ -97,4 +98,4 @@
                         <classifier>app</classifier>
                 </dependency>
         </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/stanbol/trunk/ontologymanager/store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/store/pom.xml?rev=1088115&r1=1088114&r2=1088115&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/store/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/store/pom.xml Sat Apr  2 20:40:09 2011
@@ -52,9 +52,9 @@
     <module>rest-client</module>
     <module>jena</module>
     <module>clerezza</module>
-	<module>tdb</module>
-    <!--  <module>fise-adapter</module>-->
+    <module>tdb</module>
+    <!--<module>fise-adapter</module>-->
     <module>launchers/lite</module>
-	<module>launchers/fise</module> 
+    <!--<module>launchers/fise</module>--> 
   </modules>
 </project>