Skip to content
Snippets Groups Projects
Commit 02774a8b authored by Demian Katz's avatar Demian Katz
Browse files

Fixed incorrect locations of SolrMarc config files during Phing startup.

parent 8977b356
No related merge requests found
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
<!-- create custom import configurations to load the MARC filename into the building facet to help <!-- create custom import configurations to load the MARC filename into the building facet to help
test cases to limit searches to within specific collections of test records. --> test cases to limit searches to within specific collections of test records. -->
<exec command="echo building=\&quot;${BASENAME}\&quot; &gt; ${srcdir}/import/marc-${BASENAME}.properties" /> <exec command="echo building=\&quot;${BASENAME}\&quot; &gt; ${srcdir}/local/import/marc-${BASENAME}.properties" />
<exec command="sed -e &quot;s!marc_local.properties!marc-${BASENAME}.properties!&quot; ${srcdir}/local/import/import.properties &gt; ${srcdir}/local/import/import-${BASENAME}.properties" /> <exec command="sed -e &quot;s!marc_local.properties!marc-${BASENAME}.properties!&quot; ${srcdir}/local/import/import.properties &gt; ${srcdir}/local/import/import-${BASENAME}.properties" />
<!-- perform the import --> <!-- perform the import -->
...@@ -225,8 +225,8 @@ ...@@ -225,8 +225,8 @@
<echo message="${LASTOUTPUT}" /> <echo message="${LASTOUTPUT}" />
<!-- clean up temp files --> <!-- clean up temp files -->
<delete file="${srcdir}/import/marc-${BASENAME}.properties" /> <delete file="${srcdir}/local/import/marc-${BASENAME}.properties" />
<delete file="${srcdir}/import/import-${BASENAME}.properties" /> <delete file="${srcdir}/local/import/import-${BASENAME}.properties" />
</then> </then>
</if> </if>
</target> </target>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment