VIVO-801 Move RDB migrator from VIVO to Vitro
Older instances of Vitro might want to use it.
This commit is contained in:
parent
6ddb6336ca
commit
10461fb16d
15 changed files with 506 additions and 0 deletions
|
@ -579,6 +579,16 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
|
|||
</junit>
|
||||
</target>
|
||||
|
||||
<!-- =================================
|
||||
target: migrateConfigurationModels
|
||||
================================= -->
|
||||
<target name="migrateConfigurationModels" description="copy the RDB models into TDB">
|
||||
<dirname property="corebase.dir" file="${ant.file.vitroCore}" />
|
||||
<property name="rdbmigration.dir" location="${corebase.dir}/../utilities/rdbmigration" />
|
||||
<ant dir="${rdbmigration.dir}" target="all"></ant>
|
||||
</target>
|
||||
|
||||
|
||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
MACROS
|
||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue