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/07/31 02:22:43 UTC

svn commit: r1367374 - in /incubator/flex/utilities/InstallApacheFlex: .actionScriptProperties build.properties

Author: bigosmallm
Date: Tue Jul 31 00:22:43 2012
New Revision: 1367374

URL: http://svn.apache.org/viewvc?rev=1367374&view=rev
Log:
Added compiler options, fixed build.properties to point to apache flex 4.8.0 instead of adobe flex 4.6

Modified:
    incubator/flex/utilities/InstallApacheFlex/.actionScriptProperties
    incubator/flex/utilities/InstallApacheFlex/build.properties

Modified: incubator/flex/utilities/InstallApacheFlex/.actionScriptProperties
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/InstallApacheFlex/.actionScriptProperties?rev=1367374&r1=1367373&r2=1367374&view=diff
==============================================================================
--- incubator/flex/utilities/InstallApacheFlex/.actionScriptProperties (original)
+++ incubator/flex/utilities/InstallApacheFlex/.actionScriptProperties Tue Jul 31 00:22:43 2012
@@ -18,7 +18,7 @@ limitations under the License.
 
 -->
 <actionScriptProperties analytics="false" mainApplicationPath="InstallApacheFlex.mxml" projectUUID="151f0ac8-8811-45cd-b935-d7c2b0949fa3" version="10">
-  <compiler additionalCompilerArguments="-define=INSTALLER::buildNumber,0 -define=INSTALLER::releaseVersion,'0.7.0'" autoRSLOrdering="true" copyDependentFiles="true" flexSDK="Flex 4.6.0" fteInMXComponents="false" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="bin-debug" removeUnusedRSL="true" sourceFolderPath="src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="true" useDebugRSLSwfs="true" verifyDigests="true" warn="true">
+  <compiler additionalCompilerArguments="-define=INSTALLER::buildNumber,0 -define=INSTALLER::releaseVersion,'0.7.0'" autoRSLOrdering="true" copyDependentFiles="true" flexSDK="Apache Flex 4.8.0" fteInMXComponents="false" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="bin-debug" removeUnusedRSL="true" sourceFolderPath="src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="true" useDebugRSLSwfs="true" verifyDigests="true" warn="true">
     <compilerSourcePath/>
     <libraryPath defaultLinkType="0">
       <libraryPathEntry kind="4" path="">

Modified: incubator/flex/utilities/InstallApacheFlex/build.properties
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/InstallApacheFlex/build.properties?rev=1367374&r1=1367373&r2=1367374&view=diff
==============================================================================
--- incubator/flex/utilities/InstallApacheFlex/build.properties (original)
+++ incubator/flex/utilities/InstallApacheFlex/build.properties Tue Jul 31 00:22:43 2012
@@ -27,7 +27,7 @@ installer.url.mac=http://people.apache.o
 
 #Flex Locations
 //FLEX_HOME=../ApacheFlex
-FLEX_HOME_WIN=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4.6/sdks/4.6.0
+FLEX_HOME_WIN=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4.6/sdks/ApacheFlex4.8.0
 FLEX_HOME_MAC=/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/
 
 #AIR Locations