You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2012/09/01 10:25:06 UTC

svn commit: r1379718 - in /incubator/flex/utilities/trunk/installer: ./ build.xml

Author: bigosmallm
Date: Sat Sep  1 08:25:06 2012
New Revision: 1379718

URL: http://svn.apache.org/viewvc?rev=1379718&view=rev
Log:
Changed reference to air home in compile target.

Modified:
    incubator/flex/utilities/trunk/installer/   (props changed)
    incubator/flex/utilities/trunk/installer/build.xml

Propchange: incubator/flex/utilities/trunk/installer/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Sep  1 08:25:06 2012
@@ -6,3 +6,4 @@ libs
 rat.report
 release
 rc1
+rc

Modified: incubator/flex/utilities/trunk/installer/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/build.xml?rev=1379718&r1=1379717&r2=1379718&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/build.xml (original)
+++ incubator/flex/utilities/trunk/installer/build.xml Sat Sep  1 08:25:06 2012
@@ -215,7 +215,7 @@
             maxmemory="512m">
             <source-path path-element="${SOURCE_DIR}"/>
             <source-path path-element="${COMMON_SOURCE_DIR}"/>
-            <external-library-path file="${FLEX_HOME}/frameworks/libs/air/airglobal.swc" append="true"/>
+            <external-library-path file="${env.AIR_HOME}/frameworks/libs/air/airglobal.swc" append="true"/>
             <library-path dir="${LIBRARY_DIR}" includes="*.swc" append="true"/>
             <define name="INSTALLER::releaseVersion" value="${release.version}"/> 
             <define name="INSTALLER::buildNumber" value="${build.number}"/> 
@@ -301,7 +301,7 @@
 				<exclude name="bin-debug/**"/>
 				<exclude name="build/**"/>
                 <exclude name="release/**"/>
-				<exclude name="rc1/**"/>
+				<exclude name="rc/**"/>
 				<exclude name=".settings/**"/>
 			</fileset>
         </copy>