Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
Metrics
Onionoo
Commits
59eb04b1
Commit
59eb04b1
authored
Apr 06, 2018
by
iwakeh
Browse files
Make war-task depend on jar-task.
This makes the git-revision available even when running 'ant clean war'.
parent
1d874ba1
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
59eb04b1
...
...
@@ -74,7 +74,7 @@
</patternset>
<target
name=
"war"
depends=
"
compile,gitrev
"
>
depends=
"
jar
"
>
<war
destfile=
"${dist}/${warfile}"
webxml=
"${resources}/web.xml"
basedir=
"${classes}"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment