- remove PhoneModule from config.xml

- fix typo in build.xml

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1797 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Richard Alam 2009-06-25 18:56:24 +00:00
parent de23cfa3bf
commit c2991aef98
2 changed files with 3 additions and 4 deletions

View File

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

View File

@ -41,14 +41,13 @@
uri="rtmp://localhost/deskShare"
onUserJoinedEvent="START"
onUserLogoutEvent="STOP"
loadNextModule="PhoneModule"
/>
<module name="PhoneModule" url="PhoneModule.swf"
<!--module name="PhoneModule" url="PhoneModule.swf"
uri="rtmp://localhost/sip"
onUserJoinedEvent="START"
onUserLogoutEvent="STOP"
/>
/-->
</modules>
</config>