mirror of
https://github.com/scratchfoundation/Gestouch.git
synced 2024-11-23 07:47:59 -05:00
12 lines
No EOL
317 B
Properties
12 lines
No EOL
317 B
Properties
# IMPORTANT Change to your local system paths before using ANT
|
|
|
|
# Flex SDK related properties
|
|
FLEX_HOME = path-to-flex-4.5-SDK
|
|
flexSDK.dir = ${FLEX_HOME}
|
|
|
|
project.name = ${ant.project.name}
|
|
|
|
# Project-path relative properties
|
|
src.dir = ${basedir}/src
|
|
binrelease.dir = ${basedir}/bin
|
|
asdoc.dir = ${binrelease.dir}/docs |