mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
Minor bug fix. Ant target ordering is wrong. install_code must be before migrate_database
This commit is contained in:
@@ -865,7 +865,7 @@ Common usage:
|
||||
<!-- ============================================================= -->
|
||||
|
||||
<target name="fresh_install"
|
||||
depends="init_installation,init_configs,test_database,migrate_database,install_code"
|
||||
depends="init_installation,init_configs,test_database,install_code,migrate_database"
|
||||
description="Do a fresh install of the system, overwriting any data">
|
||||
|
||||
<delete failonerror="no">
|
||||
|
Reference in New Issue
Block a user