Author: fchrist
Date: Wed Jun 22 15:52:05 2011
New Revision: 1138517

URL: http://svn.apache.org/viewvc?rev=1138517&view=rev
Log:
STANBOL-237 Add FactStore to default build even if not completed yet but build 
and tests should be stable.

Modified:
    incubator/stanbol/trunk/launchers/full/pom.xml
    incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/launchers/full/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/pom.xml?rev=1138517&r1=1138516&r2=1138517&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/full/pom.xml Wed Jun 22 15:52:05 2011
@@ -37,6 +37,8 @@
               <directory>.</directory>
               <includes>
                 <include>sling/**</include>
+                <include>factstore/**</include>
+                <include>*.log</include>
               </includes>
             </fileset>
           </filesets>

Modified: incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml?rev=1138517&r1=1138516&r2=1138517&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml Wed Jun 22 
15:52:05 2011
@@ -452,7 +452,7 @@
   </startLevel>
 
   <!-- Stanbol Enhancer Enhancement Engines -->
-  <startLevel level="30">
+  <startLevel level="25">
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.langid</artifactId>
@@ -495,7 +495,21 @@
     </bundle>
   </startLevel>
 
-
+  <!-- FactStore -->
+  <startLevel level="25">
+    <bundle>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>10.7.1.1</version>
+    </bundle>
+  </startLevel>
+  <startLevel level="26">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.factstore</artifactId>
+      <version>0.9-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
 
   <!-- Persistence Store Bundles
   <startLevel level="25">

Modified: incubator/stanbol/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1138517&r1=1138516&r2=1138517&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Wed Jun 22 15:52:05 2011
@@ -47,6 +47,7 @@
     <module>commons</module>
     <module>owl</module>
     <module>entityhub</module>
+    <module>factstore</module>
     <module>enhancer</module>
     <module>data</module>
     <module>contenthub/web</module>


Reply via email to