Skip to content
Snippets Groups Projects
Commit 21f0ea13 authored by Felipe Cecagno's avatar Felipe Cecagno
Browse files

renamed BBBClientCheck.html to index.html; moved the locale to outside the src...

renamed BBBClientCheck.html to index.html; moved the locale to outside the src directory (mxml warning)
parent 535604b8
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@
actionscript-file-encoding="UTF-8"
incremental="false">
<static-link-runtime-shared-libraries>false</static-link-runtime-shared-libraries>
<source-path>${SRC_DIR}/locale/{locale}</source-path>
<source-path>locale/{locale}</source-path>
<source-path path-element="src"/>
<include-resource-bundles>resources</include-resource-bundles>
<load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
......@@ -100,8 +100,8 @@
<target name="Resolve-Dependency"
description="Generate HTML wrapper">
<get src="${TEST_IMAGE_URL}" dest="${html.output}/test_image.jpg" skipexisting="true" />
<copy file="html-template/BBBClientCheck.html"
tofile="${html.output}/BBBClientCheck.html"/>
<copy file="html-template/index.html"
tofile="${html.output}/index.html"/>
<copy file="html-template/swfobject.js"
tofile="${html.output}/swfobject.js"/>
<copy file="${SRC_DIR}/AppStyle.css"
......
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