Author: aharui
Date: Fri Jul 18 06:44:31 2014
New Revision: 5894
Log:
FalconJX 0.0.2
Added:
release/flex/falcon/0.0.2/
release/flex/falcon/0.0.2/READme (with props)
release/flex/falcon/0.0.2/RELEASE_NOTES
release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz (with
props)
release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz.asc
release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz.md5
release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip (with props)
release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip.asc
release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip.md5
release/flex/falcon/0.0.2/binaries/
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz
(with props)
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz.asc
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz.md5
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip
(with props)
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip.asc
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip.md5
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-installer-config.xml
(with props)
Added: release/flex/falcon/0.0.2/READme
==============================================================================
--- release/flex/falcon/0.0.2/READme (added)
+++ release/flex/falcon/0.0.2/READme Fri Jul 18 06:44:31 2014
@@ -0,0 +1,258 @@
+Apache Flex Compiler
+====================
+
+ This Apache Flex Compiler is also known as the 'Falcon' compiler. It is
+ the next-generation replacement to the MXMLC compiler that is currently
+ bundled with the Apache Flex SDK and is based on the Adobe ASC2.0 code base
+ donated to Apache by Adobe Systems Inc.
+
+ This Compiler may also be packaged with the Apache Flex Cross-Compiler
which
+ has additional information in the README_JX file.
+
+ For detailed information about Apache Flex please visit
+ http://flex.apache.org/
+
+ This compiler may eventually replace MXMLC in the Apache Flex SDK, but is
+ also being used as the compiler for the Apache FlexJS SDK. FlexJS is a
+ next-generation SDK that allows the developer to leverage MXML and
ActionScript
+ to build applications that not only run as a SWF, but can also be
cross-compiled
+ to JavaScript and run natively in a browser or anywhere JavaScript runs.
+
+Getting the latest sources via git
+==================================
+
+ Getting the source code is the recommended way to get the Apache Flex
Compiler.
+ We also offer an automated installer along with binary distributions on
our
+ website at http://flex.apache.org/.
+
+ You can always checkout the latest source via git using the following
+ command:
+
+ git clone https://git-wip-us.apache.org/repos/asf/flex-falcon.git
falcon
+ cd falcon
+ git checkout develop
+
+ The Apache Flex Compiler also requires code from other Apache Flex git
+ repositories or an Apache Flex SDK. To get the latest source via git
+ for the Apache Flex SDK use the following command:
+
+ git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git sdk
+ cd sdk
+ git checkout develop
+
+ The Apache Flex SDK requires the Text Layout Framework repository which
+ you can get as follows:
+
+ git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git tlf
+ cd tlf
+ git checkout develop
+
+ To use an Apache Flex SDK, install an Apache Flex SDK on your computer and
+ follow the instructions in 'Install Prerequisites'.
+
+Building the Apache Flex Compiler
+=================================
+
+ The Apache Flex Compiler is a large project. It requires some build tools
+ which must be installed prior to building the compiler and it depends on
+ some external software which are downloaded as part of the build process.
+ Some of these have different licenses. See the Software Dependencies
section
+ for more information on the external software dependencies.
+
+ Linux support is currently experimental and while it is possible to compile
+ the SDK it has not been fully tested so you may run into issues.
+
+Install Prerequisites
+---------------------
+
+ Before building the Apache Flex Compiler you must install the following
software
+ and set the corresponding environment variables using absolute file paths.
+ Relative file paths will result in build errors.
+
+
==================================================================================
+ SOFTWARE ENVIRONMENT VARIABLE (absolute
paths)
+
==================================================================================
+
+ Java SDK 1.6 or greater (*1) JAVA_HOME
+ (for Java 1.7 see note at (*2))
+
+ Ant 1.7.1 or greater (*1) ANT_HOME
+ (for Java 1.7 see note at (*2))
+
+ Adobe AIR Integration Kit (*3) AIR_HOME
+
+ Adobe Flash Player Content Debugger (*4) FLASHPLAYER_DEBUGGER
+
+ Adobe Flash Player playerglobal swcs (*5) PLAYERGLOBAL_HOME
+
+ Apache Flex SDK or repository FLEX_HOME
+
+ Apache Flex TLF source (*6) TLF_HOME
+
+
==================================================================================
+
+ *1) The bin directories for ANT_HOME and JAVA_HOME should be added to your
+ PATH.
+
+ On Windows, set PATH to
+
+ PATH=%PATH%;%ANT_HOME%\bin;%JAVA_HOME%\bin
+
+ On the Mac (bash), set PATH to
+
+ export PATH="$PATH:$ANT_HOME/bin:$JAVA_HOME/bin"
+
+ On Linux make sure you path include ANT_HOME and JAVA_HOME.
+
+ *2) If you are using Java SDK 1.7 or greater on a Mac you must use Ant 1.8
+ or greater. If you use Java 1.7 with Ant 1.7, ant reports the java
+ version as 1.6 so the JVM args for the data model (-d32/-d64) will not
+ be set correctly and you will get compile errors.
+
+ *3) The Adobe AIR integration kit for Windows can be downloaded from:
+ http://airdownload.adobe.com/air/win/download/4.0/AdobeAIRSDK.zip
+
+ The Adobe AIR integration kit for Mac can be downloaded from:
+ http://airdownload.adobe.com/air/mac/download/4.0/AdobeAIRSDK.tbz2
+
+ The Adobe AIR integration kit for Linux can be downloaded from:
+ http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRSDK.tbz2
+
+ Download the AIR SDK for your platform and unzip it. Set AIR_HOME to
the
+ absolute path of the AIR SDK directory.
+
+ *4) The Adobe Flash Player content debuggers can be found here:
+ http://www.adobe.com/support/flashplayer/downloads.html
+
+ On Windows, set FLASHPLAYER_DEBUGGER to the absolute path including the
+ filename of the FlashPlayerDebugger.exe. Note the filename of flash
+ player debugger maybe different.
+ e.g. C:\MyPath\FlashPlayerDebugger.exe
+
+ On the Mac, set FLASHPLAYER_DEBUGGER to the absolute path of
+ Flash Player Debugger.app/Contents/MacOS/Flash Player Debugger
+
+ On Linux, set FLASHPLAYER_DEBUGGER to the absolute path of
+ flashplayerdebugger
+
+ *5) The Adobe Flash Player playerglobal.swc for 11.1 can be downloaded
from:
+
http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_1.swc
+
+ Use URL above to download playerglobal11_1.swc. Create the directory,
+ player/11.1 and copy playerglobal11_1.swc to
+ player/11.1/playerglobal.swc.
+
+ Set PLAYERGLOBAL_HOME to the absolute path of the player directory (not
+ including the version subdirectory). The target-player option controls
+ which PLAYERGLOBAL_HOME subdirectory is used.
+
+ Other more recent versions of Adobe Flash Player playerglobal.swc can
be
+ downloaded from:
+
http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_2.swc
+
http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_3.swc
+
http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_4.swc
+
http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_5.swc
+
http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_6.swc
+
http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_7.swc
+
http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_8.swc
+
http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_9.swc
+
http://download.macromedia.com/get/flashplayer/updaters/12/playerglobal12_0.swc
+
+ These can be used with Apache Flex but not all have not been fully
+ tested.
+
+ *6) The TLF_HOME variable should point to a folder containing a folder
+ named textLayout that contains a src folder of the TLF sources.
+ This should be the root of the flex-tlf repository, or can be
+ the frameworks/projects folder of an IDE compatible Flex SDK.
+
+Software Dependencies
+---------------------
+
+ The Apache Flex Compiler uses third-party code that will be downloaded as
+ part of the build.
+
+ The Apache Version 2.0 license is in the LICENSE file.
+
+ The following dependencies have licenses which are, or are compatible with,
+ the Apache Version 2.0 license. You will not be prompted to acknowledge
the
+ download. Most of the jars are installed in lib/external when installed
+ into an Apache Flex SDK and the lib folder in the repository working copy.
+
+ antler -
http://search.maven.org/remotecontent?filepath=org/antlr/antlr-complete/3.5.2/antlr-3.5.2-complete.jar
+ commons-cli -
http://archive.apache.org/dist/commons/cli/binaries/commons-cli-1.2-bin.tar.gz
+ commons-io -
http://archive.apache.org/dist/commons/io/binaries/commons-io-2.0.1.tar.gz
+ guava -
http://search.maven.org/remotecontent?filepath=com/google/guava/guava/15.0/guava-15.0.jar
+ jburg -
http://downloads.sourceforge.net/project/jburg/jburg-1.10.1.tar.gz
+ jflex - http://jflex.de/jflex-1.5.1.tar.gz
+ lzma - http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip
+
+
+Using the Binary Distribution
+-----------------------------
+
+ The binary distribution is intended to be installed into an existing
Apache Flex
+ SDK or Apache FlexJS SDK.
+
+ There is an Apache Ant script in the binary distribution that will copy
the
+ files into the right places.
+
+ To run it, use:
+ ant -f installer.xml -DFLEX_HOME=<path to Flex or FlexJS SDK
+
+ The script does not check the FLEX_HOME environment variable as that often
+ points to your primary Flex SDK.
+
+ If you expand the binary distribution into the "in" folder of an Apache
Flex or
+ FlexJS SDK, the installer.xml script should find FLEX_HOME automatically.
+
+ Another option is to use the InstallApacheFlex (version 3.0 or higher).
+
+Building the Source in the Source Distribution
+----------------------------------------------
+
+ When you have all the prerequisites in place and the environment variables
+ set (see Install Prerequisites above), one final thing to check is whether
+ the folder contain the source code is in your Flash Player Trust files as
+ the build script runs the Flash Player Debugger as part of its automated
+ tests. Once you've done that, use
+
+ cd <falcon.dir>
+ ant main (or just ant since the default target is main)
+
+ to download the thirdparty dependencies and build the source. Since the
+ third-party dependencies take a little while to download and they don't
+ change very often, they are not cleaned with the regular clean target.
+
+ To clean the build, of everything other than the downloaded third-party
+ dependencies use
+
+ ant clean
+
+ To clean the build, of everything, including the downloaded third-party
+ dependencies use
+
+ ant wipe (which is just thirdparty-clean followed by clean)
+
+ To generate a source distribution package and a binary distribution package
+ use
+
+ ant -Dbuild.number=<YYYYMMDD> -Dbuild.noprompt= release
+
+ The packages can be found in the "out" subdirectory.
+
+ To get a brief listing of all the targets type
+
+ ant -projecthelp
+
+Running Tests
+-------------
+
+Before running unit-, functional- or feature-tests you need to create a
unittest.properties file ( template is found here
compiler.tests/template-unittest.properties ).
+
+
+
+Thanks for using Apache Flex. Enjoy!
+
+ The Apache Flex Project
+ <http://flex.apache.org>
Propchange: release/flex/falcon/0.0.2/READme
------------------------------------------------------------------------------
svn:eol-style = native
Added: release/flex/falcon/0.0.2/RELEASE_NOTES
==============================================================================
--- release/flex/falcon/0.0.2/RELEASE_NOTES (added)
+++ release/flex/falcon/0.0.2/RELEASE_NOTES Fri Jul 18 06:44:31 2014
@@ -0,0 +1,52 @@
+Apache Flex 'Falcon' Compiler 0.0.2
+=================
+Apache Flex 'Falcon' Compiler 0.0.2 is the second release of a next-generation
+compiler intended to someday replace the MXMLC in Apache Flex SDKs, and is the
+compiler for Apache FlexJS SDKs.
+
+The only changes in this release are for build script dependencies.
+
+Apache Flex 'Falcon' Compiler 0.0.1
+=================
+
+Apache Flex 'Falcon' Compiler 0.0.1 is the initial release of a next-generation
+compiler intended to someday replace the MXMLC in Apache Flex SDKs, and is the
+compiler for Apache FlexJS SDKs. It is based on the Adobe ASC2.0 compiler but
+officially supports MXML compilation and includes some bug fixes. This is an
+'alpha' type of release. Expect to find lots of bugs and missing features, but
+please file bugs and contribute fixes.
+
+Known Issues
+_____________
+
+Adobe Flash Builder Integration
+
+The Apache Flex Falcon compiler should work in Adobe Flash Builder 4.7, but
does
+not support incremental compilation and may compile the project even if nothing
+has changed.
+
+
+Unit Test results in compiler.tests
+
+The jar.tests report "Java Result: 1" which is expected as all these tests do
is verify that the jar is executable and has a "main" entry point which in this
case reports the compiler usage help and returns 1.
+
+Compilation Warnings
+
+The Java compiler will report warnings for several files in this release.
+
+Files in compiler/commandline
+
+The files in compiler/commandline are templates used to create a 'final' SDK.
You cannot run the files in compiler/commandline. Instead, after the build is
complete, there will be an SDK with a bin folder with the same files in
compiler/generated/dist/sdk
+
+Compiling with the Flex SDK
+
+This compiler has only been tested against the FlexJS SDK which does not
exercise all
+of the features of the Flex SDK, so results of compiling against the Flex SDK
are
+not guaranteed.
+
+Please report new issues to our bugbase at:
+
+ https://issues.apache.org/jira/browse/FLEX
+
+ The Apache Flex Project
+ <http://flex.apache.org/>
Added: release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/x-gzip
Added: release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz.asc
==============================================================================
--- release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz.asc (added)
+++ release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz.asc Fri Jul
18 06:44:31 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTwNO2AAoJEIPgQxzanM/y+lgQAKENqzzzJ0vW7XUFkb1Rv2Ht
+b1mxeuW9LVICIit5+Ir1ZL44JWo7+cSjwFS5rGim5Mo8WANn3QcKJBgLHAqNNHXc
+Yy2IFgBeDrP4PrxZZxA07UPF0CtoimYxheui1rF3d9O+U1nVg9DnoskNHy/HaU8V
+yJ80VCcHzlRPv8L6D9YmGrZPFpt0qODL/A9NfOTZPC/Cv0I6eetU9VFpStcZZOvz
+8QZ900B5gXxRRm3SXJ0XDUjzy+uE82UENURWGrFoT/jpSusdN7rNK5zq362SVdx4
+B5f1EUXHgM/Z47AueiXRZcWuSKZZABBHie+KfuLDz34JOkL5fEPMJqkDbSHfR8SE
+AHDmimMzsGKzHNnmQPg4o/h325MCHVh8Ss9irl+Tduveo7pXmN+N84r34IVuX0Ze
+HduQVNpChZRG+pcT/jsQMjxafPtht0UphIS6I7ie4Pdb1Pt7a4M33WH+lo12D0iq
+7Iuo0JSqpTArsCm+wHX01Xi5eZy3obhmPyNV2lLtzB8yGd3TwSWycaFQ+S9ldJrs
+cIUrO2K41SnFNgfrzGlzoVERclMfsd4WDET8sE2ucGLErL0qtwxRmJRrEZh6Esft
+MXYGNaLBElDAAiuMHsYyjCVAbguU5G8J+h2uqIOH+MuZKV2YImLWypHNzaDgvKDK
+5RvNz1HiNMMNP45bT/QX
+=HMcq
+-----END PGP SIGNATURE-----
Added: release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz.md5
==============================================================================
--- release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz.md5 (added)
+++ release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz.md5 Fri Jul
18 06:44:31 2014
@@ -0,0 +1 @@
+234dbac42fcae8d52a8dc071bead1460
Added: release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip
==============================================================================
Binary file - no diff available.
Propchange: release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip.asc
==============================================================================
--- release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip.asc (added)
+++ release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip.asc Fri Jul 18
06:44:31 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTwNO1AAoJEIPgQxzanM/ynm0QAJKfASTLVIuewZN6jamzmPu6
+XveorQsyqNjFPC0wFpA2TeG9o55QLUcRNWHsNVcE8FyQxiZ4g2Pc5gD2EpPpBk1k
+Ryl7Bm5jb5EMSnyyN09MEwCQko0MnpSZkB8ES2LUV7loAj0UovWs6ct6vmgU/qAP
+jjiem3x4hGwLhLklZFT86Pm5JjUN0+g/M5onkPjqu5VwQpNVh1zIhVzqHoC+3qlw
+dG72gwuSoxsFralTB4tKF/0EuiHcO16jSzRzu0PuggezpqJY4FQFn1HQLin4/gkN
+rvRXYnoAiZ2yBIlxYkEf/onrgQfkZeg3zkUb+3ya0cX4IGAanVbkGZslmbKIz5UY
+mtT8yW00mCAj1m1qJX1DhyZb8BTs635yG276BKCgrYuUBjxxCYwtiF1+rTOuVTSn
+Se2n7srShD7YUOkNvh13JCRrCTzrxt7S64JeyGU/7SxesMkO3WVlEYXK+KioHPYZ
+3DYoC1TWJz73UeKh4kHmz5pavAWTqQNMS4pg6VOGO3Uc9uqsX2UbHx0gA9zucrVY
+/AuBwRyVN3BceoBZKIX60Yo4XpTS5UqQIMqi4/EZHbgB4n3sDKEJ4ZORVlia++on
+QtLY9uRx1+ZwQ6/ILPxU7n+aDsesv1OdvOqPzzVUe7eO1tIXeeZrluk3sFVZ5MpQ
+W1z2NS3OKINfkXFsK9EM
+=r1Qb
+-----END PGP SIGNATURE-----
Added: release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip.md5
==============================================================================
--- release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip.md5 (added)
+++ release/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip.md5 Fri Jul 18
06:44:31 2014
@@ -0,0 +1 @@
+4b7826244e2ce0bb8652d569000515f8
Added: release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz
==============================================================================
Binary file - no diff available.
Propchange:
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/x-gzip
Added:
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz.asc
==============================================================================
---
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz.asc
(added)
+++
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz.asc
Fri Jul 18 06:44:31 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTwNO5AAoJEIPgQxzanM/y8fYP/jZ394WjVlK1B310GI1U1gLv
+4BsK7Bm9naXXAWY3RqgVK6L7Xq0FtRi92NlOXbGlQmxIOW/mnItwMcZLeQsQDL2F
+xGb8ckp3Xr4WtsuPQMCNQhSOKu/EnYdJd6uyJWQYy7qavUMBIT70+X4cFqZSoJwO
++cQjYFuA2SE/6uXhnwyE1LNdtrkpTYNQExsGw7kvCTZE3tYZ+9xjz9DJLucTlH2L
+qzwv5LqdNgjw7FNaQZhBW+QovMV7Ql6wm6PFzaFKaXDwaQX8fC041RV70HeQhoc5
+bpyEcurTShlObJ9tts+InjceAb7C3ucLZBcsZZMnYhXRnO3+V68d763+fthEucuQ
+BNSRwGNfy3ZoTmsPdirM7DzHjt4EM6iEbz73gXYo1YfO6O+o5j7MSQ8L3cMTcSi5
+sVlfONoGML7rNVL4W52i4RPAhL2KpXRdoMvRFsCLiebAELr9jp6fjxXcoSKgWmDB
+9Bd5Fkz1QXjdLAYAJNMMVGl/Vzfd1/s7z0HnEQL2DHhIaszSym5XaQMeAldJbwNa
+ylrEDV/7IwODQAjYwU+pd5Wbqge95bb+O5JYpek1EzXuB/dhmDS66x55dCzE907O
+pAnyYFPpkJARMg8ZAAH3kZAVcK9jj6WBoOB7Zow46F7qbqkJZxEwPawoc7o8UyVm
+oHa2ygOhyIzTicNqbVAb
+=DXd1
+-----END PGP SIGNATURE-----
Added:
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz.md5
==============================================================================
---
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz.md5
(added)
+++
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz.md5
Fri Jul 18 06:44:31 2014
@@ -0,0 +1 @@
+26bcda1653b913ba1cc2b38d600717bf
Added: release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip.asc
==============================================================================
--- release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip.asc
(added)
+++ release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip.asc
Fri Jul 18 06:44:31 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTwNO4AAoJEIPgQxzanM/yjO4QAMdUga1xfc1FKdu+QNe7CG+2
+G7F27121epaFb20KIVYe3SGEiQr9i0aq6+/QTBUptL00STY7uqgDP4mPhsyu69wH
+EOEf3nDmvLydzxJMcc1uHaqhJKz4rvEQuusY7kEavFwFd0aS4grDQVnvX8KsgvCb
+OqenmqM17EfIy43s2HGvpTSCyNLSMBDvLJYSpUcK0TwSP31Y3Se2lPGYyJ7RX1Nf
+6ne13v5T2vBDlUCGEnNe2Uuvil1FKHXUCZgv7VzLXmc/9rK68GPe0wyxAFi0DIW5
+3ev8aeQnq4esJTAABfpsEmydlYoNti02DfmfhrA6tMySEqxcASHsztL8k5T7A+x0
+9wEgeiFJA+E14FQ7U1nOTDOgZWvVQeim/iML0++ssqQZzoxvViIzsD/DDIQOhUiZ
+lNtcQoyZ80ipf3aSlkAnzY4+/Q4OUN2HrhImADqrYh3y6qSKhoWjI18//tP4Jy1B
+lKi8PqfGzXcfRbnODOW1RTLFxGysHMULdGRKkOJomrG3pRAERKevP+29YMd01z4R
+ih/Sx0N9dO9rRRHdtC0ganIW/muMIgnArp91TNKfDnnoc2MXHdMzPVFdD9izxZgS
++8gPRyIYNGE9/xidhXGGHdTKNV7yKwye9236F9yllrrjhiXJGYQsQ45OLOmgaaHG
+ToB00gNvZbtSsHk8Tfsi
+=fftw
+-----END PGP SIGNATURE-----
Added: release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip.md5
==============================================================================
--- release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip.md5
(added)
+++ release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip.md5
Fri Jul 18 06:44:31 2014
@@ -0,0 +1 @@
+67303aeac4108dd43aa4fcd020e48b29
Added:
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-installer-config.xml
==============================================================================
---
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-installer-config.xml
(added)
+++
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-installer-config.xml
Fri Jul 18 06:44:31 2014
@@ -0,0 +1,101 @@
+<?xml version="1.0"?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+
+<config>
+ <!--<progressLabels>
+ <en_US>
+ <Copy>Copying %1 of %2</Copy>
+ <Get>Downloading bytes %1 of %2</Get>
+ <Checksum>Computing checksum: bytes %1 of %2</Checksum>
+ </en_US>
+ </progressLabels>
+ -->
+ <strings description="override default installer strings here">
+ <string id="INFO_DOWNLOADING_FLEX_SDK">
+ <el_GR>ÎίνεÏαι λήÏη ÏοÏ
Apache Flex FalconJX
αÏÏ:</el_GR>
+ <en_US>Downloading Apache Flex FalconJX Compiler from: </en_US>
+ </string>
+ <string id="INFO_ENTER_VALID_FLEX_SDK_PATH">
+ <el_GR>ΠαÏÎ±ÎºÎ±Î»Ï ÎµÎ¹ÏάγεÏε μια ÎγκÏ
Ïη
διαδÏομή καÏαλÏγοÏ
για Ïο Flex SDK</el_GR>
+ <en_US>Please enter valid directory path for a Flex or FlexJS
SDK</en_US>
+ </string>
+ <string id="INFO_SELECT_DIRECTORY">
+ <el_GR>ÎÏιλÎξÏε Ïον καÏάλογο ÏÏον
οÏοίο θÎλεÏε να εγκαÏαÏÏήÏεÏε Ïο Flex Falcon</el_GR>
+ <en_US>Select the directory where you want to install the Flex
FalconJX Compiler</en_US>
+ </string>
+ <string id="INFO_VERIFY_FLEX_SDK_DONE">
+ <el_GR>ΠεÏαλήθεÏ
Ïη ÏÏν ληÏθÎνÏÏν
αÏÏείÏν είναι εÏιÏÏ
ÏήÏ.</el_GR>
+ <en_US>The Apache Flex Falcon MD5 Signature of the downloaded
files matches the reference. The file is valid.</en_US>
+ </string>
+ <string id="SELECT_PATH_PROMPT">
+ <el_GR>ΠληκÏÏολογήÏÏε η εÏιλÎξÏε μια
ÎγκÏ
Ïη διαδÏομή για Ïο Flex Falcon Compiler</el_GR>
+ <en_US>Where do you want to install the Apache Flex Falcon
Compiler?</en_US>
+ </string>
+ <string id="ERROR_VERIFY_FLEX_SDK">
+ <el_GR>ΠεÏαλήθεÏ
Ïη ÏÏν ληÏθÎνÏÏν
αÏÏείÏν αÏÎÏÏ
Ïε. ΠεγκαÏάÏÏαÏη
ÏÏαμάÏηÏε.</el_GR>
+ <en_US>The Apache Flex Falcon MD5 Signature of the downloaded
files does not match the reference value. The file is invalid, installation is
aborted.</en_US>
+ </string>
+ <string id="BTN_LABEL_OPEN_APACHE_FLEX_FOLDER">
+ <el_GR>ÎÎÎÎÎÎΠΦÎÎÎÎÎÎ¥ APACHE FLEX FALCONJX</el_GR>
+ <en_US>OPEN APACHE FLEX FALCONJX FOLDER</en_US>
+ </string>
+ <string id="STEP_REQUIRED_INSTALL_APACHE_FLEX_SDK">
+ <el_GR>ÎήÏη Apache Flex Falcon Compiler</el_GR>
+ <en_US>Apache Flex Falcon Compiler (Required)</en_US>
+ </string>
+ <string id="STEP_VERIFY_FLEX_SDK">
+ <el_GR>ÎίνεÏαι εÏαλήθεÏ
Ïη ÏοÏ
Apache Flex
Falcon MD5 Signature</el_GR>
+ <en_US>Verifying Apache Flex Falcon MD5 Signature</en_US>
+ </string>
+ <string id="STEP_UNZIP_FLEX_SDK">
+ <el_GR>ÎÏοÏÏ
μÏίεÏη ÏοÏ
Apache Flex Falcon
Compiler</el_GR>
+ <en_US>Uncompress Apache Flex Falcon Compiler</en_US>
+ </string>
+ </strings>
+ <steps description="targets that should have a 'step' in the GUI progress
indicator, in order of appearance.">
+ <step id="download">
+ <el_GR></el_GR>
+ <en_US>Download Falcon dependencies</en_US>
+ </step>
+ <step id="copyfiles">
+ <el_GR></el_GR>
+ <en_US>Copy Falcon SDK files</en_US>
+ </step>
+ <step id="download.jx">
+ <en_US>Download FalconJX Dependencies</en_US>
+ </step>
+ <step id="copyfiles.jx">
+ <el_GR></el_GR>
+ <en_US>Copy FalconJX SDK files</en_US>
+ </step>
+ </steps>
+ <component id="STEP_REQUIRED_INSTALL_APACHE_FLEX_FALCON" required="true"
property="do.flexjs.install">
+ <el_GR>
+ <label>Apache Flex Falcon (ÎÏαιÏοÏμενο)</label>
+ <message>Îια Ïο Apache Flex FalconJX ιÏÏÏει η ÏÏ
μÏÏνία ÏÏήÏÎ·Ï ÏοÏ
Apache License V2. ÎÎλεÏε να
εγκαÏαÏÏήÏεÏε Ïο Apache Flex FalconJX;</message>
+ </el_GR>
+ <en_US>
+ <label>Apache Flex FalconJX (Required)</label>
+ <message>The Apache License V2 applies to the Apache Flex FalconJX
Compiler. Do you want to install the Apache Flex FalconJX Compiler?</message>
+ <license>Apache V2 License</license>
+
<licenseURL>http://www.apache.org/licenses/LICENSE-2.0.html</licenseURL>
+ </en_US>
+ </component>
+</config>
Propchange:
release/flex/falcon/0.0.2/binaries/apache-flex-falconjx-installer-config.xml
------------------------------------------------------------------------------
svn:eol-style = native