You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by rf...@apache.org on 2011/08/17 17:28:43 UTC

svn commit: r1158842 - /incubator/droids/branches/0.1.x/droids-solr/example/conf/solrconfig.xml

Author: rfrovarp
Date: Wed Aug 17 17:28:43 2011
New Revision: 1158842

URL: http://svn.apache.org/viewvc?rev=1158842&view=rev
Log:
Put this under target so Maven won't include it in releases

Modified:
    incubator/droids/branches/0.1.x/droids-solr/example/conf/solrconfig.xml

Modified: incubator/droids/branches/0.1.x/droids-solr/example/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/incubator/droids/branches/0.1.x/droids-solr/example/conf/solrconfig.xml?rev=1158842&r1=1158841&r2=1158842&view=diff
==============================================================================
--- incubator/droids/branches/0.1.x/droids-solr/example/conf/solrconfig.xml (original)
+++ incubator/droids/branches/0.1.x/droids-solr/example/conf/solrconfig.xml Wed Aug 17 17:28:43 2011
@@ -20,7 +20,7 @@
   <abortOnConfigurationError>true</abortOnConfigurationError>
 
   <!-- must specify a data directory -->
-  <dataDir>${solr.data.dir:data}</dataDir>
+  <dataDir>${solr.data.dir:target/data}</dataDir>
 
 
   <indexDefaults>