Skip to content

Commit

Permalink
[ issue #12 ] replaced deprecated solr.xml + removed unuseful
Browse files Browse the repository at this point in the history
dependencies in assembly 

Task-Url: http://github.com/agazzarini/SolRDF/issues/issue/12
  • Loading branch information
Andrea Gazzarini committed Apr 7, 2015
1 parent 13be933 commit acd3f9c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
9 changes: 8 additions & 1 deletion solrdf/src/assembly/development.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@
<dependencySets>
<dependencySet>
<useProjectArtifact>true</useProjectArtifact>
<outputDirectory>/solrdf/lib</outputDirectory>
<outputDirectory>/solrdf/store/lib</outputDirectory>
<excludes>
<exclude>*:lucene*</exclude>
<exclude>*:jetty*</exclude>
<exclude>*:hadoop*</exclude>
<exclude>*:javax.servlet*</exclude>
<exclude>*:solr-*:*</exclude>
</excludes>
</dependencySet>
</dependencySets>
</assembly>
6 changes: 1 addition & 5 deletions solrdf/src/solr-home/solr.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
<solr persistent="false" sharedLib="lib">
<cores adminPath="/admin/cores">
<core name="store" instanceDir="store" />
</cores>
</solr>
<solr/>
1 change: 1 addition & 0 deletions solrdf/src/solr-home/store/core.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name=store

0 comments on commit acd3f9c

Please sign in to comment.