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 2014/02/14 07:52:03 UTC

[2/2] git commit: [flex-utilities] [refs/heads/develop] - allow for local.properties file

allow for local.properties file


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

Branch: refs/heads/develop
Commit: b74c67097eadb96e3e3853ec2134aaf2dd10a358
Parents: e85d453
Author: Alex Harui <ah...@apache.org>
Authored: Thu Feb 13 22:51:47 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Feb 13 22:51:47 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/b74c6709/installer/build.xml
----------------------------------------------------------------------
diff --git a/installer/build.xml b/installer/build.xml
index 6ac40fb..7718746 100644
--- a/installer/build.xml
+++ b/installer/build.xml
@@ -24,6 +24,7 @@
     <property environment="env"/>
 
     <!--location of property file -->
+    <property file="${basedir}/local.properties" />
     <property file="${basedir}/build.properties" description="Properties for Apache Flex SDK Installer project" />
     <property file="${basedir}/build.number"/>
 	<property file="${CERT_PASSWORD_FILE}"/>