You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ha...@apache.org on 2011/06/16 10:16:00 UTC

svn commit: r1136316 - in /incubator/clerezza: issues/CLEREZZA-501/ trunk/parent/ext.org.apache.lucene/ trunk/parent/platform.cris/ trunk/parent/pom.xml trunk/parent/rdf.cris/

Author: hasan
Date: Thu Jun 16 08:16:00 2011
New Revision: 1136316

URL: http://svn.apache.org/viewvc?rev=1136316&view=rev
Log:
CLEREZZA-501: resolved and closed indexing support using lucene

Added:
    incubator/clerezza/trunk/parent/ext.org.apache.lucene/
      - copied from r1136314, incubator/clerezza/issues/CLEREZZA-501/ext.org.apache.lucene/
    incubator/clerezza/trunk/parent/platform.cris/
      - copied from r1136314, incubator/clerezza/issues/CLEREZZA-501/platform.cris/
    incubator/clerezza/trunk/parent/rdf.cris/
      - copied from r1136314, incubator/clerezza/issues/CLEREZZA-501/rdf.cris/
Removed:
    incubator/clerezza/issues/CLEREZZA-501/
Modified:
    incubator/clerezza/trunk/parent/pom.xml

Modified: incubator/clerezza/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/pom.xml?rev=1136316&r1=1136315&r2=1136316&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/pom.xml (original)
+++ incubator/clerezza/trunk/parent/pom.xml Thu Jun 16 08:16:00 2011
@@ -32,6 +32,7 @@
 				<module>ext.javax.mail</module>
 				<module>ext.org.json.simple</module>
 				<module>ext.org.ops4j.pax.swissbox.tinybundles</module>
+				<module>ext.org.apache.lucene</module>
 				<module>slf4j-scala-api</module>
 				<module>internal.archetype</module>
 				<module>scala-scripting</module>
@@ -54,6 +55,7 @@
 				<module>platform.content.default404</module>
 				<module>platform.content.fsadaptor</module>
 				<module>platform.content.representations</module>
+				<module>platform.cris</module>
 				<module>platform.curieprefixmanager</module>
 				<module>platform.dashboard</module>
 				<module>platform.dashboard.webinterface</module>
@@ -89,6 +91,7 @@
 				<module>osgi.services</module>
 				<module>rdf.core</module>
 				<module>rdf.core.test</module>
+				<module>rdf.cris</module>
 				<module>rdf.enrichment</module>
 				<module>rdf.file.storage</module>
 				<module>rdf.jena.commons</module>