build.properties now points to installer/sdk-installer-config-3.0.xml
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/9850474b Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/9850474b Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/9850474b Branch: refs/heads/master Commit: 9850474ba22831a72a52f2e7f4d25e01660d65cd Parents: 2090510 Author: Om <[email protected]> Authored: Wed Jul 17 00:58:57 2013 -0700 Committer: Om <[email protected]> Committed: Wed Jul 17 00:58:57 2013 -0700 ---------------------------------------------------------------------- installer/build.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/9850474b/installer/build.properties ---------------------------------------------------------------------- diff --git a/installer/build.properties b/installer/build.properties index 22fab38..283acc8 100644 --- a/installer/build.properties +++ b/installer/build.properties @@ -32,7 +32,7 @@ AIR_HOME_MAC=${FLEX_HOME_MAC} #App Settings APP_NAME=InstallApacheFlex APP_EXTENSION=mxml -APP_CONFIG_XML_NAME=sdk-installer-config-2.0 +APP_CONFIG_XML_NAME=installer/sdk-installer-config-3.0 SOURCE_DIR=${basedir}/src ASSETS_DIR=${basedir}/src/assets LIBRARY_DIR=${basedir}/libs @@ -49,8 +49,8 @@ TEMP_PASS_CHANGE_THIS=random123$%^ #Certificate for release build. Modify only when you are making a release build (See RELEASE_GUIDE first) STORETYPE=pkcs12 -RELEASE_KEYSTORE_FILE=/Users/justinmclean/Documents/Adobe Flash Builder 4.6/Apache Flex Utilities/installer/cert/installapacheflex_self.p12 -CERT_PASSWORD_FILE=/Users/justinmclean/Documents/Adobe Flash Builder 4.6/Apache Flex Utilities/installer/cert/installapacheflex.password +RELEASE_KEYSTORE_FILE=C:/p/documents/certificates/installapacheflex_self.p12 +CERT_PASSWORD_FILE=C:/p/documents/certificates/installapacheflex.password CERT_NAME=Apache Flex CERT_ORG_UNIT= CERT_ORG_NAME=
