VIVO-801 Move RDB migrator from VIVO to Vitro

Older instances of Vitro might want to use it.
This commit is contained in:
Jim Blake 2014-06-18 17:33:57 -04:00
parent 6ddb6336ca
commit 10461fb16d
15 changed files with 506 additions and 0 deletions

View file

@ -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
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->