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:
parent
fdeee35bb4
commit
b6ad8d456c
1 changed files with 3 additions and 3 deletions
|
@ -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}" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue