Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
This commit is contained in:
commit
46eae2e4ec
@ -26,6 +26,7 @@
|
||||
<property name="WHITEBOARD" value="WhiteboardModule" />
|
||||
<property name="DYN_INFO" value="DynamicInfoModule" />
|
||||
<property name="BREAKOUT" value="BreakoutModule" />
|
||||
<property name="CLASSROOM_AUDIO" value="ClassroomAudioModule" />
|
||||
|
||||
<property name="AVAILABLE_LOCALES" value="az_AZ,bg_BG,cs_CZ,da_DK,de_DE,el_GR,en_US,es_ES,es_LA,fa_IR,fr_FR,fr_CA,hu_HU,it_IT,ja_JP,lv_LV,lt_LT,nb_NO,nl_NL,pl_PL,pt_BR,pt_PT,ro_RO,ru_RU,sv_SE,th_TH,tr_TR,vi_VN,uk_UA,zh_CN,zh_TW"/>
|
||||
|
||||
@ -161,6 +162,10 @@
|
||||
<fileset dir="${BASE_DIR}/src/org/bigbluebutton/modules/phone/views/assets/images/" />
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<target name="build-classroom-audio" description="Compile Classroom Audio Module">
|
||||
<build-module src="${SRC_DIR}" target="${CLASSROOM_AUDIO}" />
|
||||
</target>
|
||||
|
||||
<target name="build-video" description="Compile Video Module">
|
||||
<build-module src="${SRC_DIR}" target="${VIDEO}" />
|
||||
@ -182,7 +187,7 @@
|
||||
|
||||
<!-- just a grouping of modules to compile -->
|
||||
<target name="build-deskshare-phone-video-whiteboard-dyn"
|
||||
depends="build-deskshare, build-phone, build-video, build-whiteboard, build-dyn"
|
||||
depends="build-deskshare, build-phone, build-video, build-whiteboard, build-dyn, build-classroom-audio"
|
||||
description="Compile deskshare, phone, video, whiteboard, dynamic info modules">
|
||||
</target>
|
||||
|
||||
|
@ -39,6 +39,11 @@
|
||||
autoJoin="false"
|
||||
dependsOn="ViewersModule"
|
||||
/>
|
||||
|
||||
<!--<module name="ClassroomAudioModule" url="ClassroomAudioModule.swf?v=VERSION"
|
||||
uri="rtmp://HOST/sip"
|
||||
dependsOn="ViewersModule"
|
||||
/>-->
|
||||
|
||||
<!--<module name="ClassroomAudioModule" url="ClassroomAudioModule.swf?v=VERSION"
|
||||
uri="rtmp://HOST/sip"
|
||||
|
Loading…
Reference in New Issue
Block a user