mirror of
https://github.com/scratchfoundation/Gestouch.git
synced 2024-11-23 07:47:59 -05:00
Add ant property libs.dir to template
This commit is contained in:
parent
767fcb503b
commit
413130adfe
1 changed files with 1 additions and 0 deletions
|
@ -8,5 +8,6 @@ project.name = ${ant.project.name}
|
||||||
|
|
||||||
# Project-path relative properties
|
# Project-path relative properties
|
||||||
src.dir = ${basedir}/src
|
src.dir = ${basedir}/src
|
||||||
|
libs.dir = ${basedir}/libs
|
||||||
binrelease.dir = ${basedir}/bin
|
binrelease.dir = ${basedir}/bin
|
||||||
asdoc.dir = ${binrelease.dir}/docs
|
asdoc.dir = ${binrelease.dir}/docs
|
Loading…
Reference in a new issue