- 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:
parent
cc8a93b0e2
commit
7805cfb854
2
bigbluebutton-client/.gitignore
vendored
2
bigbluebutton-client/.gitignore
vendored
@ -5,7 +5,7 @@
|
||||
linker-report.xml
|
||||
bundles.txt
|
||||
build/
|
||||
client
|
||||
bin/
|
||||
bbbResources.properties.*
|
||||
asdoc/
|
||||
hs_err_pid*
|
||||
|
1
bigbluebutton-client/bin/.gitignore
vendored
1
bigbluebutton-client/bin/.gitignore
vendored
@ -1 +0,0 @@
|
||||
*.*
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user