You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/04/22 19:25:10 UTC

[23/35] git commit: [flex-falcon] [refs/heads/feature/maven-migration-test] - need top-level properties

need top-level properties


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

Branch: refs/heads/feature/maven-migration-test
Commit: 004d4d78bf851d260996def53938f99f06f05d61
Parents: 04168c1
Author: Alex Harui <ah...@apache.org>
Authored: Thu Apr 21 19:22:24 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Apr 22 09:02:58 2016 -0700

----------------------------------------------------------------------
 compiler/build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/004d4d78/compiler/build.xml
----------------------------------------------------------------------
diff --git a/compiler/build.xml b/compiler/build.xml
index f42ea38..b0f0455 100644
--- a/compiler/build.xml
+++ b/compiler/build.xml
@@ -41,6 +41,7 @@
     <!-- Properties can be overridden locally by loading a local.properties file -->
     <!-- Java 8 users probably need javadoc.params=-Xdoclint:none -->
     <property file="${compiler}/local.properties"/>
+    <property file="${compiler}/../build.properties"/>
     <property name="javadoc.params" value="" />
     
     <!-- The 'sdk' property is the absolute path, with forward slashes, to the compiler/lib directory -->