Skip to content
Snippets Groups Projects
Commit 71859993 authored by deniszgonjanin's avatar deniszgonjanin
Browse files

Minor changes to the client's build.xml

parent a673c32c
No related branches found
No related tags found
No related merge requests found
...@@ -328,7 +328,7 @@ ...@@ -328,7 +328,7 @@
description="Build BBB client skipping compiling of locales"/> description="Build BBB client skipping compiling of locales"/>
<target name="clean-build-all" depends="clean, generate-html-wrapper, localization, compile-deskshare-standalone, compile-bbb" <target name="clean-build-all" depends="clean, generate-html-wrapper, localization, compile-deskshare-standalone, compile-bbb"
description="Build BBB client including locales"/> description="Build BBB client including locales"/>
<target name="build-bbb" depends="init-ant-contrib, generate-html-wrapper, compile-deskshare-standalone, compile-bbb" <target name="modules" depends="init-ant-contrib, generate-html-wrapper, compile-deskshare-standalone, compile-bbb"
description="Build BBB client without locales"/> description="Build BBB client without locales"/>
<target name="cleanandmake" depends="clean-build-all" description="Build BBB client including locales"/> <target name="cleanandmake" depends="clean-build-all" description="Build BBB client including locales"/>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment