fix up ant build
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/354c8dc0 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/354c8dc0 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/354c8dc0 Branch: refs/heads/feature/fontawesome Commit: 354c8dc08d227cf00eaadd2a105e078ee3ec3d7c Parents: ffd738d Author: Alex Harui <[email protected]> Authored: Tue Jan 3 10:38:02 2017 -0800 Committer: Alex Harui <[email protected]> Committed: Tue Jan 3 10:38:12 2017 -0800 ---------------------------------------------------------------------- examples/flexjs/MDLExample/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/354c8dc0/examples/flexjs/MDLExample/build.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLExample/build.xml b/examples/flexjs/MDLExample/build.xml index 27967de..226b10d 100644 --- a/examples/flexjs/MDLExample/build.xml +++ b/examples/flexjs/MDLExample/build.xml @@ -27,7 +27,7 @@ <property environment="env"/> <property file="${FLEXJS_HOME}/build.properties"/> <property name="FLEX_HOME" value="${FLEXJS_HOME}"/> - <property name="opt1_arg" value="-compiler.exclude-defaults-css-files=HTML-0.8.0-SNAPSHOT.swc:defaults.css" /> + <property name="opt1_arg" value="-compiler.exclude-defaults-css-files=HTML.swc:defaults.css" /> <property name="opt2_arg" value="-html-template=${basedir}/src/main/resources/mdl-js-index-template.html" /> <include file="${basedir}/../../build_example.xml" />
