Repository: flex-asjs
Updated Branches:
  refs/heads/feature-autobuild/maven-archetypes 1774068cd -> eb3a8b125


leverage new -keep-code-with-metadata


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/d50b2ea8
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/d50b2ea8
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/d50b2ea8

Branch: refs/heads/feature-autobuild/maven-archetypes
Commit: d50b2ea874bc7889799aef97bc39cbc6a9bfbd9f
Parents: 1774068
Author: Alex Harui <aha...@apache.org>
Authored: Mon Oct 3 22:52:36 2016 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Mon Oct 3 22:52:36 2016 -0700

----------------------------------------------------------------------
 manualtests/GenericTests/build.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d50b2ea8/manualtests/GenericTests/build.xml
----------------------------------------------------------------------
diff --git a/manualtests/GenericTests/build.xml 
b/manualtests/GenericTests/build.xml
index 092bd36..0ac8123 100644
--- a/manualtests/GenericTests/build.xml
+++ b/manualtests/GenericTests/build.xml
@@ -26,6 +26,8 @@
 
     <!-- adding flexuint style meta collection, and additional testing meta 
tags (Event,Bindable,TestMeta)-->
     <property name="theme_arg" 
value="-keep-as3-metadata+=Test,BeforeClass,AfterClass,Before,After,TestVariance,Event,Bindable,TestMeta"
 />
+    <!-- adding flexuint style meta collection, and additional testing meta 
tags (Event,Bindable,TestMeta)-->
+    <property name="extlib_arg" 
value="-keep-code-with-metadata=Test,BeforeClass,AfterClass,Before,After,TestVariance,TestMeta"
 />
     <property file="${FLEXJS_HOME}/env.properties"/>
     <property environment="env"/>
     <property file="${FLEXJS_HOME}/build.properties"/>

Reply via email to