- use client dir as output target instead of bin. This way we don't have to link bin to client

to setup dev env
This commit is contained in:
Richard Alam 2013-04-27 13:18:54 -07:00
parent cc8a93b0e2
commit 7805cfb854
3 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@
linker-report.xml
bundles.txt
build/
client
bin/
bbbResources.properties.*
asdoc/
hs_err_pid*

View File

@ -1 +0,0 @@
*.*

View File

@ -15,7 +15,7 @@
<property name="PROD_RESOURCES_DIR" value="${RESOURCES_DIR}/prod" />
<property name="SRC_DIR" value="${BASE_DIR}/src" />
<property name="OUTPUT_DIR" value="${BASE_DIR}/bin" />
<property name="OUTPUT_DIR" value="${BASE_DIR}/client" />
<taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/ant/lib/flexTasks.jar" />
<!-- Declare module names here -->