Author: rwesten
Date: Fri Jul  8 15:51:01 2011
New Revision: 1144364

URL: http://svn.apache.org/viewvc?rev=1144364&view=rev
Log:
STANBOL-257: Forgot to expose the default SolrIndex Configurations (introduced 
by STANBOL-208) to the DataFileProvider infrastructure now that 
EmbeddedSolrServer is managed by a different Bundle. Previously they where 
loaded via the a ClasspathDataFileProvider (that is also used for the 
UnitTests) but that is no longer possible because such configurations are not 
in the classpath of the commons.solr bundle.
This exposes the directory holding the Configurations via the 'Data-File' 
BundleExtension.

Also deleted some unused directories

Removed:
    incubator/stanbol/trunk/entityhub/yard/solr/src/main/resources/solr/conf/
    
incubator/stanbol/trunk/entityhub/yard/solr/src/main/resources/solr/core/conf/
Modified:
    incubator/stanbol/trunk/entityhub/yard/solr/pom.xml

Modified: incubator/stanbol/trunk/entityhub/yard/solr/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/yard/solr/pom.xml?rev=1144364&r1=1144363&r2=1144364&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/yard/solr/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/yard/solr/pom.xml Fri Jul  8 15:51:01 2011
@@ -76,6 +76,13 @@
             </Private-Package>
             <Embed-Dependency>
             </Embed-Dependency>
+            <!-- 
+              We need to provide the default SolrYard indexConfigurations to
+              the DataFileProvider infrastructure
+              -->
+            <Data-Files> 
+              solr/core
+            </Data-Files>
           </instructions>
         </configuration>
       </plugin>


Reply via email to