All build-generated content should reside under a single directory for easy cleaning.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dbb3cbe63c
commit
357b510dcd
|
@ -23,7 +23,7 @@ build.home = target
|
|||
conf.home = src/conf
|
||||
|
||||
# The base directory for distribution targets
|
||||
dist.home = dist
|
||||
dist.home = ${build.home}/dist
|
||||
|
||||
# The base directory for component sources
|
||||
source.home = src/java
|
||||
|
|
Loading…
Reference in New Issue