Author: suat
Date: Tue Jul 24 13:32:20 2012
New Revision: 1365042
URL: http://svn.apache.org/viewvc?rev=1365042&view=rev
Log:
STANBOL-701: Moved ChangeSetImpl and SemanticIndexManagerImpl to
commons.semanticindex.core and updated other dependent classes accordingly
Added:
incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/
incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/
incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/
incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/commons/
incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/commons/semanticindex/
incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/commons/semanticindex/core/
incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/commons/semanticindex/core/index/
incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/commons/semanticindex/core/index/SemanticIndexManagerImpl.java
- copied, changed from r1365023,
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/index/src/main/java/org/apache/stanbol/contenthub/index/SemanticIndexManagerImpl.java
incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/commons/semanticindex/core/store/
incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/commons/semanticindex/core/store/ChangeSetImpl.java
- copied, changed from r1365023,
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/ChangeSetImpl.java
Removed:
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/index/src/main/java/org/apache/stanbol/contenthub/index/SemanticIndexManagerImpl.java
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/ChangeSetImpl.java
Modified:
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/bundlelist/src/main/bundles/list.xml
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/pom.xml
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/FileRevisionManager.java
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/FileStore.java
incubator/stanbol/trunk/commons/semanticindex/core/pom.xml
Modified:
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/bundlelist/src/main/bundles/list.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/bundlelist/src/main/bundles/list.xml?rev=1365042&r1=1365041&r2=1365042&view=diff
==============================================================================
---
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/bundlelist/src/main/bundles/list.xml
(original)
+++
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/bundlelist/src/main/bundles/list.xml
Tue Jul 24 13:32:20 2012
@@ -63,6 +63,11 @@
<version>0.10.0-incubating-SNAPSHOT</version>
</bundle>
<bundle>
+ <groupId>org.apache.stanbol</groupId>
+ <artifactId>org.apache.stanbol.commons.semanticindex.core</artifactId>
+ <version>0.10.0-incubating-SNAPSHOT</version>
+ </bundle>
+ <bundle>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.junit.core</artifactId>
<version>1.0.6</version>
Modified:
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/pom.xml?rev=1365042&r1=1365041&r2=1365042&view=diff
==============================================================================
---
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/pom.xml
(original)
+++
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/pom.xml
Tue Jul 24 13:32:20 2012
@@ -70,7 +70,12 @@
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.semanticindex.servicesapi</artifactId>
<version>0.10.0-incubating-SNAPSHOT</version>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.stanbol</groupId>
+ <artifactId>org.apache.stanbol.commons.semanticindex.core</artifactId>
+ <version>0.10.0-incubating-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.core</artifactId>
Modified:
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/FileRevisionManager.java
URL:
http://svn.apache.org/viewvc/incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/FileRevisionManager.java?rev=1365042&r1=1365041&r2=1365042&view=diff
==============================================================================
---
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/FileRevisionManager.java
(original)
+++
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/FileRevisionManager.java
Tue Jul 24 13:32:20 2012
@@ -27,6 +27,7 @@ import org.apache.felix.scr.annotations.
import org.apache.felix.scr.annotations.Reference;
import org.apache.felix.scr.annotations.Service;
import org.apache.lucene.document.Field.Store;
+import org.apache.stanbol.commons.semanticindex.core.store.ChangeSetImpl;
import org.apache.stanbol.commons.semanticindex.store.ChangeSet;
import org.apache.stanbol.commons.semanticindex.store.StoreException;
import org.apache.stanbol.enhancer.servicesapi.ContentItem;
Modified:
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/FileStore.java
URL:
http://svn.apache.org/viewvc/incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/FileStore.java?rev=1365042&r1=1365041&r2=1365042&view=diff
==============================================================================
---
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/FileStore.java
(original)
+++
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/FileStore.java
Tue Jul 24 13:32:20 2012
@@ -51,6 +51,7 @@ import org.apache.felix.scr.annotations.
import org.apache.felix.scr.annotations.Reference;
import org.apache.felix.scr.annotations.Service;
import org.apache.stanbol.commons.indexedgraph.IndexedMGraph;
+import org.apache.stanbol.commons.semanticindex.core.store.ChangeSetImpl;
import org.apache.stanbol.commons.semanticindex.store.ChangeSet;
import org.apache.stanbol.commons.semanticindex.store.Store;
import org.apache.stanbol.commons.semanticindex.store.StoreException;
Modified: incubator/stanbol/trunk/commons/semanticindex/core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/semanticindex/core/pom.xml?rev=1365042&r1=1365041&r2=1365042&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/semanticindex/core/pom.xml (original)
+++ incubator/stanbol/trunk/commons/semanticindex/core/pom.xml Tue Jul 24
13:32:20 2012
@@ -39,8 +39,14 @@
<dependencies>
<dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
+ <groupId>org.apache.stanbol</groupId>
+
<artifactId>org.apache.stanbol.commons.semanticindex.servicesapi</artifactId>
+ <version>0.10.0-incubating-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.stanbol</groupId>
+ <artifactId>org.apache.stanbol.commons.solr.core</artifactId>
+ <version>0.10.1-incubating-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Copied:
incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/commons/semanticindex/core/index/SemanticIndexManagerImpl.java
(from r1365023,
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/index/src/main/java/org/apache/stanbol/contenthub/index/SemanticIndexManagerImpl.java)
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/commons/semanticindex/core/index/SemanticIndexManagerImpl.java?p2=incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/commons/semanticindex/core/index/SemanticIndexManagerImpl.java&p1=incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/index/src/main/java/org/apache/stanbol/contenthub/index/SemanticIndexManagerImpl.java&r1=1365023&r2=1365042&rev=1365042&view=diff
==============================================================================
---
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/index/src/main/java/org/apache/stanbol/contenthub/index/SemanticIndexManagerImpl.java
(original)
+++
incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/commons/semanticindex/core/index/SemanticIndexManagerImpl.java
Tue Jul 24 13:32:20 2012
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.stanbol.contenthub.index;
+package org.apache.stanbol.commons.semanticindex.core.index;
import java.util.ArrayList;
import java.util.Arrays;
Copied:
incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/commons/semanticindex/core/store/ChangeSetImpl.java
(from r1365023,
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/ChangeSetImpl.java)
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/commons/semanticindex/core/store/ChangeSetImpl.java?p2=incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/commons/semanticindex/core/store/ChangeSetImpl.java&p1=incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/ChangeSetImpl.java&r1=1365023&r2=1365042&rev=1365042&view=diff
==============================================================================
---
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/ChangeSetImpl.java
(original)
+++
incubator/stanbol/trunk/commons/semanticindex/core/src/main/java/org/apache/stanbol/commons/semanticindex/core/store/ChangeSetImpl.java
Tue Jul 24 13:32:20 2012
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.stanbol.contenthub.store.file;
+package org.apache.stanbol.commons.semanticindex.core.store;
import java.util.Set;