Updated Branches:
  refs/heads/develop 1df3151f9 -> cc6debfb6

fix installer properties file lookup


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

Branch: refs/heads/develop
Commit: cc6debfb6d9b3d3f07cd789a86e057375efc3408
Parents: 1df3151
Author: Alex Harui <aha...@apache.org>
Authored: Wed Jan 15 15:21:31 2014 -0800
Committer: Alex Harui <aha...@apache.org>
Committed: Wed Jan 15 15:21:31 2014 -0800

----------------------------------------------------------------------
 installer.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/cc6debfb/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 2d43817..9bba160 100644
--- a/installer.xml
+++ b/installer.xml
@@ -38,8 +38,8 @@
     <property environment="env"/>
     <property file="${FALCON_HOME}/local.properties"/>
     <property file="${FALCON_HOME}/build.properties"/>
-    <property file="${FALCON_HOME}/install.properties/${bundle}.properties"/>
-    <property file="${FALCON_HOME}/install.properties/en_US.properties"/>
+    <property file="${FALCON_HOME}/installer.properties/${bundle}.properties"/>
+    <property file="${FALCON_HOME}/installer.properties/en_US.properties"/>
 
     <!-- assumes Falcon expanded into the in/falcon folder in a Flex SDK 
folder -->
     <condition property="FLEX_HOME" value="${basedir}/../.." >

Reply via email to