mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Creates statistical report directory based on report.dir config property instead of hard-coded dspace.dir/reports
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1281 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -217,7 +217,7 @@ Common usage:
|
||||
<mkdir dir="${upload.temp.dir}" />
|
||||
<mkdir dir="${dspace.dir}/bin"/>
|
||||
<mkdir dir="${dspace.dir}/lib"/>
|
||||
<mkdir dir="${dspace.dir}/reports"/>
|
||||
<mkdir dir="${report.dir}"/>
|
||||
<copy todir="${dspace.dir}/bin" preservelastmodified="true">
|
||||
<fileset dir="bin"/>
|
||||
</copy>
|
||||
|
Reference in New Issue
Block a user