Repository: flex-asjs Updated Branches: refs/heads/release0.8.0 784ad2642 -> ec58f56e6
don't wipe out other defines Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/2413b1aa Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/2413b1aa Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/2413b1aa Branch: refs/heads/release0.8.0 Commit: 2413b1aaec315d82128a7ce566db74251a7eb394 Parents: 784ad26 Author: Alex Harui <[email protected]> Authored: Wed May 31 15:37:36 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Wed May 31 15:37:36 2017 -0700 ---------------------------------------------------------------------- examples/build_example.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2413b1aa/examples/build_example.xml ---------------------------------------------------------------------- diff --git a/examples/build_example.xml b/examples/build_example.xml index 073fa9a..d6d5a9d 100644 --- a/examples/build_example.xml +++ b/examples/build_example.xml @@ -169,7 +169,7 @@ <taskdef resource="flexTasks.tasks" classpathref="lib.path"/> <property name="config_arg" value="flex" /> <property name="file_suffix" value="mxml" /> - <property name="optional_arg" value="-define=CONFIG::dummy,true" /> + <property name="optional_arg" value="-define+=CONFIG::dummy,true" /> <mxmlc fork="true" debug="true" configname="${config_arg}"
