mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 05:23:14 +00:00
[DS-3104] Filter log4j configs on fresh_install too
This commit is contained in:
@@ -748,7 +748,7 @@ Common usage:
|
|||||||
|
|
||||||
<mkdir dir="${handle.dir}" />
|
<mkdir dir="${handle.dir}" />
|
||||||
|
|
||||||
<mkdir dir="${log.dir}" />
|
<mkdir dir="${dspace.dir}/log" />
|
||||||
|
|
||||||
<mkdir dir="${upload.temp.dir}" />
|
<mkdir dir="${upload.temp.dir}" />
|
||||||
|
|
||||||
@@ -768,10 +768,10 @@ Common usage:
|
|||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
<!-- Copies the configuration files to ${dspace.dir}/config. -->
|
<!-- Copies the configuration files to ${dspace.dir}/config. -->
|
||||||
<target name="init_configs" depends="init_installation">
|
<target name="init_configs" depends="init_installation,prepare_configs">
|
||||||
|
|
||||||
<copy todir="${dspace.dir}/config" preservelastmodified="true" failonerror="false">
|
<copy todir="${dspace.dir}/config" preservelastmodified="true" failonerror="false">
|
||||||
<fileset dir="config" excludes="dspace.cfg" />
|
<fileset dir="config-temp" excludes="dspace.cfg" />
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
<copy file="${config}" tofile="${dspace.dir}/config/dspace.cfg" preservelastmodified="true" />
|
<copy file="${config}" tofile="${dspace.dir}/config/dspace.cfg" preservelastmodified="true" />
|
||||||
|
Reference in New Issue
Block a user