Repository: flex-utilities
Updated Branches:
  refs/heads/develop d757ec8f1 -> 5a19c9a54


exclude local.properties from kit


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

Branch: refs/heads/develop
Commit: 2c6eb47a8f43818e6a12c7ceeddc28995e52b089
Parents: d757ec8
Author: Alex Harui <aha...@apache.org>
Authored: Wed Mar 26 11:42:30 2014 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Wed Mar 26 11:42:30 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/2c6eb47a/installer/build.xml
----------------------------------------------------------------------
diff --git a/installer/build.xml b/installer/build.xml
index dd8ba31..ba001b7 100644
--- a/installer/build.xml
+++ b/installer/build.xml
@@ -267,6 +267,7 @@
             debug="${DEBUG_FLAG}"
             failonerror="true"
             fork="true"
+            link-report="${BUILD_DIR}/${APP_NAME}.lnk.xml"
             maxmemory="512m">
             <source-path path-element="${SOURCE_DIR}"/>
             <source-path path-element="${COMMON_SOURCE_DIR}"/>
@@ -392,6 +393,7 @@
                                <exclude name="**/.flexLibProperties"/>
                 <exclude name="**/.project"/>
                 <exclude name="**/.idea/**"/>
+                               <exclude name="local.properties"/>
                                <!-- These are bumped up to the top-level 
release directory.  -->
                 <exclude name="DISCLAIMER"/>
                 <exclude name="LICENSE"/>

Reply via email to