changed teh build.xml to include desktop sharing module

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1769 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Denis Zgonjanin 2009-06-23 18:58:13 +00:00
parent cdbe88f2a0
commit b9756eea11

View File

@ -15,7 +15,8 @@
<mxmlc-compile target="${APP_ROOT}/ListenersModule" />
<mxmlc-compile target="${APP_ROOT}/PresentationModule" />
<mxmlc-compile target="${APP_ROOT}/VideoModule" />
<mxmlc-compile target="${APP_ROOT}/LoginModule" />
<mxmlc-compile target="${APP_ROOT}/LoginModule" />
<mxmlc-compile target="${APP_ROOT}/DeskShareModule />
<copy todir="${OUTPUT_DIR}/conf" >
<fileset dir="./src/conf" />