VIVO-648 Repair oversight: when rdf files were moved to the home directory, the "distribute" target didn't keep up.

This commit is contained in:
j2blake 2014-03-11 12:06:31 -04:00
parent fdeee35bb4
commit b6ad8d456c

View file

@ -476,8 +476,8 @@
<!-- ================================= <!-- =================================
target: deploy target: deploy
================================= --> ================================= -->
<target name="deploy" <target name="deploy"
depends="deployWebapp, deploySolr, deployVitroHome" depends="deployWebapp, deploySolr, deployVitroHome"
description="--> Build the app and install in Tomcat"> description="--> Build the app and install in Tomcat">
@ -497,7 +497,7 @@
target: distribute target: distribute
================================= --> ================================= -->
<target name="distribute" <target name="distribute"
depends="revisionInfo, prepareSolr" depends="revisionInfo, prepareVitroHomeDir, prepareSolr"
description="--> Build the app and create a distribution bundle"> description="--> Build the app and create a distribution bundle">
<mkdir dir="${distribution.dir}" /> <mkdir dir="${distribution.dir}" />