[onionoo/master] Make war-task depend on jar-task.

16 Apr
2018
16 Apr
'18
9:22 a.m.
commit 59eb04b1df1e0e885566188be25152117f24617d Author: iwakeh <iwakeh@torproject.org> Date: Fri Apr 6 09:53:35 2018 +0000 Make war-task depend on jar-task. This makes the git-revision available even when running 'ant clean war'. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index f6b7e2f..9c5ea3e 100644 --- a/build.xml +++ b/build.xml @@ -74,7 +74,7 @@ </patternset> <target name="war" - depends="compile,gitrev"> + depends="jar"> <war destfile="${dist}/${warfile}" webxml="${resources}/web.xml" basedir="${classes}">
2586
Age (days ago)
2586
Last active (days ago)
0 comments
1 participants
participants (1)
-
karsten@torproject.org