Alex,

Can you please explain this change?  The reason I ask is I copied
FlexTeamPage_MDL example from this project so the same fix might need to go
there as well.

Thanks,
Om

On Tue, Jan 3, 2017 at 10:38 AM, <aha...@apache.org> wrote:

> Repository: flex-asjs
> Updated Branches:
>   refs/heads/develop ffd738dce -> 354c8dc08
>
>
> 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/develop
> Commit: 354c8dc08d227cf00eaadd2a105e078ee3ec3d7c
> Parents: ffd738d
> Author: Alex Harui <aha...@apache.org>
> Authored: Tue Jan 3 10:38:02 2017 -0800
> Committer: Alex Harui <aha...@apache.org>
> 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/354c8d
> c0/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-defau
> lts-css-files=HTML-0.8.0-SNAPSHOT.swc:defaults.css" />
> +    <property name="opt1_arg" value="-compiler.exclude-defau
> lts-css-files=HTML.swc:defaults.css" />
>      <property name="opt2_arg" value="-html-template=${basedi
> r}/src/main/resources/mdl-js-index-template.html" />
>
>      <include file="${basedir}/../../build_example.xml" />
>
>

Reply via email to