You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2017/06/03 20:33:17 UTC

[05/25] git commit: [flex-asjs] [refs/heads/tlf] - don't wipe out other defines

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/tlf
Commit: 2413b1aaec315d82128a7ce566db74251a7eb394
Parents: 784ad26
Author: Alex Harui <ah...@apache.org>
Authored: Wed May 31 15:37:36 2017 -0700
Committer: Alex Harui <ah...@apache.org>
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}"