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

@ -497,7 +497,7 @@
target: distribute
================================= -->
<target name="distribute"
depends="revisionInfo, prepareSolr"
depends="revisionInfo, prepareVitroHomeDir, prepareSolr"
description="--> Build the app and create a distribution bundle">
<mkdir dir="${distribution.dir}" />