add architecture entry so we can switch it to 64-bit in the build

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

Branch: refs/heads/develop
Commit: 5cbbc471d604f5cbcfbd5a28862d589343af772d
Parents: 8c6dbcb
Author: Alex Harui <[email protected]>
Authored: Tue Jun 19 23:24:25 2018 -0700
Committer: Alex Harui <[email protected]>
Committed: Tue Jun 19 23:24:25 2018 -0700

----------------------------------------------------------------------
 flex-installer/installer/src/InstallApacheFlex-app.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5cbbc471/flex-installer/installer/src/InstallApacheFlex-app.xml
----------------------------------------------------------------------
diff --git a/flex-installer/installer/src/InstallApacheFlex-app.xml 
b/flex-installer/installer/src/InstallApacheFlex-app.xml
index 5bb4946..f461d74 100644
--- a/flex-installer/installer/src/InstallApacheFlex-app.xml
+++ b/flex-installer/installer/src/InstallApacheFlex-app.xml
@@ -42,10 +42,12 @@
        May have multiple values for each language. See samples or xsd schema 
file. Optional. -->
        <name>Apache Flex SDK Installer</name>
 
+        <architecture>32</architecture>
+
        <!-- A string value of the format <0-999>.<0-999>.<0-999> that 
represents application version which can be used to check for application 
upgrade.
        Values can also be 1-part or 2-part. It is not necessary to have a 
3-part value.
        An updated version of application must have a versionNumber value 
higher than the previous version. Required for namespace >= 2.5 . -->
-       <versionNumber>3.3.0</versionNumber>
+       <versionNumber>3.3.1</versionNumber>
 
        <!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents 
the version of the application, as it should be shown to users. Optional. -->
        <!-- <versionLabel></versionLabel> -->

Reply via email to