Author: aharui
Date: Sat Apr 19 06:10:03 2014
New Revision: 5102
Log:
rc3 of FlexJS
Added:
dev/flex/flexjs/0.0.1/rc3/
dev/flex/flexjs/0.0.1/rc3/READme (with props)
dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.tar.gz (with props)
dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.tar.gz.asc
dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.tar.gz.md5
dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.zip (with props)
dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.zip.asc
dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.zip.md5
dev/flex/flexjs/0.0.1/rc3/binaries/
dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz
(with props)
dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz.asc
dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz.md5
dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.zip (with
props)
dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.zip.asc
dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.zip.md5
dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-installer-config.xml
(with props)
dev/flex/flexjs/0.0.1/rc3/docs/
dev/flex/flexjs/0.0.1/rc3/docs/apache-flex-flexjs-0.0.1-asdocs.zip (with
props)
dev/flex/flexjs/0.0.1/rc3/docs/apache-flex-flexjs-0.0.1-asdocs.zip.asc
dev/flex/flexjs/0.0.1/rc3/docs/apache-flex-flexjs-0.0.1-asdocs.zip.md5
Added: dev/flex/flexjs/0.0.1/rc3/READme
==============================================================================
--- dev/flex/flexjs/0.0.1/rc3/READme (added)
+++ dev/flex/flexjs/0.0.1/rc3/READme Sat Apr 19 06:10:03 2014
@@ -0,0 +1,219 @@
+Apache FlexJS
+=============
+
+ Apache FlexJS is a next-generation Flex SDK that has the goal of allowing
+ applications developed in MXML and ActionScript to not only run in the
+ Flash/AIR runtimes, but also to run natively in the browser without Flash,
+ on mobile devices as a PhoneGap/Cordova application, and in embedded JS
+ environments such as Chromium Embedded Framework. FlexJS has the
potential
+ to allow your MXML and ActionScript code to run in even more places than
+ Flash currently does.
+
+ For detailed information about Apache Flex please visit
+ https://cwiki.apache.org/confluence/display/FLEX/FlexJS
+
+ For detailed information about Apache Flex please visit
+ http://flex.apache.org/
+
+Getting the latest sources via git
+==================================
+
+ Getting the source code is the recommended way to get Apache FlexJS.
+ 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-asjs.git asjs
+ cd asjs
+ 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 Apache FlexJS
+======================
+
+ Apache FlexJS is a large project. It requires some build tools
+ which must be installed prior to building the SDK.
+ 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 Apache FlexJS 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))
+
+ Google Closure Library (*3) GOOG_HOME
+
+ Google Closure Linter (*4) see note
+
+ Adobe Flash Player playerglobal swcs (*5) PLAYERGLOBAL_HOME
+
+ JSHint (*6) see note
+
+ Apache Flex 'Falcon' Compiler (*7) FALCON_HOME
+
+ Apache Flex 'FalconJX' Compiler (*8) FALCONJX_HOME
+
+ Apache Flex FlexUnit (*9) FLEXUNIT_HOME
+
+ Apache Flex SDK or repository FLEX_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 Google Closure Library can be downloaded from:
+
https://closure-library.googlecode.com/files/closure-library-20130212-95c19e7f0f5f.zip
+
+ Download the Google Closure Library and unzip it. Set GOOG_HOME to the
+ absolute path of the folder that contains the third_party and closure
+ sub-folders.
+
+ *4) The Google Closure Linter can be found here:
+ http://code.google.com/p/closure-linter/downloads/list
+
+ Follow the instructions here to install it. It should automatically
+ make the linter available. No need to change paths or environment
+ variables.
+
+ *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 FlexJS but not all have not been fully
+ tested.
+
+ *6) The JSHint utility installed by following the instructions here:
+ http://www.jshint.com/install/
+
+ JSHint will also be automatically available. No need to change paths
or
+ environment variables.
+
+ *7) Set FALCON_HOME to the root of its SDK. When using the flex-falcon
+ repository, set
+ FALCON_HOME=<repo-path>/compiler/generated/dist/sdk
+
+ *8) Set FALCONJX_HOME to the root of its SDK. When using the flex-falcon
+ repository, set
+ FALCONJX_HOME=<repo-path>/compiler.jx
+
+ *9) Set FLEXUNIT_HOME to the root of a FlexUnit release or repo.
+
+Software Dependencies
+---------------------
+
+ The Apache FlexJS framework does not have direct dependencies on
third-party
+ software. Applications built with Apache FlexJS need the Google Closure
Library.
+
+Using the Binary Distribution
+-----------------------------
+
+ The binary distribution requires the download and installation of the
third-party
+ dependencies before it can be used.
+
+ 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
+
+ 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), use
+
+ cd <flex-asjs.dir>
+ ant main (or just ant since the default target is main)
+
+ To clean the build, of everything other than the downloaded third-party
+ dependencies use
+
+ ant 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
+
+
+Thanks for using Apache FlexJS. Enjoy!
+
+ The Apache Flex Project
+ <http://flex.apache.org>
Propchange: dev/flex/flexjs/0.0.1/rc3/READme
------------------------------------------------------------------------------
svn:eol-style = native
Added: dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/x-gzip
Added: dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.tar.gz.asc
==============================================================================
--- dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.tar.gz.asc (added)
+++ dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.tar.gz.asc Sat Apr
19 06:10:03 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTUgyxAAoJEIPgQxzanM/y2aUP/icQ9685QhFs++xiNYnVSBjc
+Zm+JTWLNpShUlq+or6iqdBqAWy+Hh59ISfqUVqPpOWFRftvz6Iy2Dybey6332Irc
+YQa9SbM/orle/FefWIs2OdNHsHDbT2LpPpdaIbI5jWjvtHmhx49mDfpNF1wCpV22
+JJskZe54PLJ0e9PPXGJqDNd0eJifFQ4cY/arODrKEvDiBDII8Bz/x0tdJ1xBSvsC
+WEBpIOPpKDqn1x7V41EOPoiRAct+pX0Lx8C4ghRRnIeydhLqsnHTqrDu5XpMaxA7
+NMAKX+PKCKpE82d0zvpbvEXjOEGq1G9C7d6IbCG4L4yYGyvlBrI3D0CMFA65J2l4
+ykruJN9l2P/h8RHKGto2eSAP3ob/eCQ3Z59Xe40sVhOqumVFoGEAqKILr9UpgFs8
+YVVvk5u5tMCjdy/X4xyyYBzWvgS12DPZNeJSYq6TRhjIyUdGj47CGiaziiaeZ+kH
+Qs29PR/78+kZtnEqCEbLunktaavm+5CUoG15MGvECIO54aR7OUgUp7LsQKOGZX4w
+FlJK73tv9G9A5OpGNPlSXdbRR08WG6h/AaRcAI3bn8nmLM3fDllZCu2uoDycrMdh
+81y3Mq8jSrk49a0U4xtuCo8vbazP0+BX395hzucv291wvDeO+zQwicZuhINeDCwo
+o9HZhoZa2m2WBInI68H0
+=LprX
+-----END PGP SIGNATURE-----
Added: dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.tar.gz.md5
==============================================================================
--- dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.tar.gz.md5 (added)
+++ dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.tar.gz.md5 Sat Apr
19 06:10:03 2014
@@ -0,0 +1 @@
+e5e52b2282cd2ee00adb3be9ed3cfa8e
Added: dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.zip
==============================================================================
Binary file - no diff available.
Propchange: dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.zip.asc
==============================================================================
--- dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.zip.asc (added)
+++ dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.zip.asc Sat Apr 19
06:10:03 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTUgywAAoJEIPgQxzanM/yUfgQAMWpIXTVtnstdu9r+JVAznTM
+whTcGQXACN8P7PXlHwQIvihVwo6CS857rnd8evOsnB0GGdNpFBHEhMDxGNKwWn92
+DNs5g4wiut/PeTrY4V2ZbaHTw48v69Bv8OeuyTLv1+l0KraQFUxkxCFrBTKnkFIT
+YF/tQqtVuHo2/6DUogJ9h4PNlNhMnWy2rV9O2K2E+/WIwPnq5hPNKqPpdLrWBMlu
+b9e+lxz/pNQcR5JVv3BvtOWCQcEzsAW0JtBCsVyNeliSwBHpf2fd3o64o4PCY+q6
+hFNd8aIv9iBno+G/FJZGIZspchwSpPqnVzKrUtTy7zAdCVb7J/s25VYp26RXerB0
+XaAfDuGgs9x8cHRu7j8cZ5+spDLQ5wE/nmfwvPW2Gxuka0gIghsk1/ro+vH/Ujmo
+6hg/70rLZMg2kc9WBDzhjX+oLv2Q68ZliozT/jsah7zjlE7NY1QNxK7B1+nXaJga
+tZGCgNny5gFeOfVfz4D6RdWzL8ruIH2vC1do8HHWa1OZGeqE1tZVfSTlAaoGTfNv
+GZHzEga/7AEIxWdOBfV59Po03cLWF0bNv9zZUQX8oyGVmuELnf/psNm/BN7M8u5P
+GZUfMHt4031qWSIKjiZyyxxQQ9ASKwUKayswK4sOUBB0SRULttS8dOwNflyeA7Uf
+XNdB1bqqbNfxv++qxdRb
+=vf1N
+-----END PGP SIGNATURE-----
Added: dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.zip.md5
==============================================================================
--- dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.zip.md5 (added)
+++ dev/flex/flexjs/0.0.1/rc3/apache-flex-flexjs-0.0.1-src.zip.md5 Sat Apr 19
06:10:03 2014
@@ -0,0 +1 @@
+0b5b7650111279eee9d95dbc494f2e2a
Added: dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz
==============================================================================
Binary file - no diff available.
Propchange:
dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/x-gzip
Added:
dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz.asc
==============================================================================
--- dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz.asc
(added)
+++ dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz.asc
Sat Apr 19 06:10:03 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTUgy0AAoJEIPgQxzanM/yVTgQAIIwko4yH3NRg79VJ5n/1cr0
+Fdfhjc869/CT+myiMGQqomUHImDo4EUHQpqkhLj9gk/eYsmJjVCWPO3bBZywCe6D
+sA4x09gcxAqmkx9yazDdoBYM4o82b140ULFRMThxHUE48S3Mch3LUbWkyhN9X2lp
+QdRpJwJV6A3cDMDTgBA8jJJ8F5iCv1N3S0//jf7cum0yiCI6BzuLghc8hptZ/oCZ
+9zX6RCkvYuf8C5A3r3fWLf7HjVT3KvoIEe68lgmHIcVolUie8E853VPaCd3oKm/8
+YaZhK5n0CMR8d2JWcFuJ/tJ8g4vOrl01reRDf5gCmDpnc1J27qtaGhLK+Q3vzAkn
+0fW6pZEw6epbH4qflEM71qRKTvwMglp23I+hsqZNRFFejjJtKAvhbwnfEH2tfq99
+KG00GsrRwInurtzS4gSlLWgTavtWl6siUrq0mbT4fm7sH89p5e5iu7IMZBGo9TgB
+d5V2jjWoZo/5O+muBEeJv57nJh8K8A28M3AGM1VF4w8o5QY+Yzmsp1LSeIDEnXZ6
+2Q/x0WiMLWd/+bY2afnWO8pjBE/+CJnpHNNXbW+/izn25XbzPnbc/uI3Q22EHpZI
+mNvFYUqZ5R0dIPGfI1vKie37hi6KYH7J4/RGcSAnQD8UvXGsfcxW9Oiayercax+r
+QTBeUvb0C72Xk/3mV9q4
+=gg7q
+-----END PGP SIGNATURE-----
Added:
dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz.md5
==============================================================================
--- dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz.md5
(added)
+++ dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz.md5
Sat Apr 19 06:10:03 2014
@@ -0,0 +1 @@
+1bfcd554a381ee7eb79a72397ed1646d
Added: dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.zip
==============================================================================
Binary file - no diff available.
Propchange: dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.zip.asc
==============================================================================
--- dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.zip.asc
(added)
+++ dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.zip.asc Sat
Apr 19 06:10:03 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTUgyyAAoJEIPgQxzanM/ytMMP/1yVlWNXOerkdhjP9/kQul2X
+rQo6zaG+/jd2hPp9iTiRB8YSXVCgVx4eX3J++ddtMLE3llYGWoxD2XdJdyDKXODe
+oHMo8BwVP5uA+wOVVz1PLFfhX/2A+ucIOwALzYhQ70mHBXoliGw/XFe84m0AM5D9
+vIAVT6YFTluhutkoBX3sW6dmpUS9vdYzJEqBY2m5btifEacR9uzdha2GqnEbIjws
+mT/CVyXaUXdPH/qqrs4GU95uZGL7jNWkZwR7+V2NGZqrOPlfKg27g6WdriCbmywq
+7nEl/w36d4u0dv3Pjnn5jlAOPER0k35NDoGVC9/l/4583bKRoMSfl13xRmoowIqB
+2oZ1xOlRJQj3xatrpnaMAd7TQFJQlbdxyrXTUXJcKgtVS6GsJCvfJ9eAODO0czuc
+pLyHmd+lyHYE4thLzapJG3qK5eFPKIW2OqRr6k5jxiyIo8GV8vK2L5t/JB1X1kJL
+4CzYjeCmhOdwJZxYIw6K/zfFufm75Wz5ffXM8f7NjehVXQcUDbmWOJA0F8fsoUp2
+o4qC6haeKcYpyneN5JKFCfKa/orNU4vZHAgYud/17ztdH2Zvsf7DRdBmGlv9QmXP
+5IY5CNuoU+yg5V9PO5Dm9bOxhwz3TSKVv7GJPGywa3HWmHGbirDHSqmB05R9QlYR
+gymXPbOtVsWALtuKNTj9
+=Zs7y
+-----END PGP SIGNATURE-----
Added: dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.zip.md5
==============================================================================
--- dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.zip.md5
(added)
+++ dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-0.0.1-bin.zip.md5 Sat
Apr 19 06:10:03 2014
@@ -0,0 +1 @@
+9895deaaefc13db6ddbd75c36cfbdce4
Added:
dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-installer-config.xml
==============================================================================
--- dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-installer-config.xml
(added)
+++ dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-installer-config.xml
Sat Apr 19 06:10:03 2014
@@ -0,0 +1,194 @@
+<?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>
+ -->
+ <properties>
+ <property name="falcon.url.path"
value="https://dist.apache.org/repos/dist/dev/flex/falcon/0.0.1/rc3/binaries/"
/>
+ </properties>
+ <strings description="override default installer strings here">
+ <string id="INFO_CREATING_FLEX_HOME">
+ <el_GR>ÎημιοÏ
Ïγία αÏÏÎ¹ÎºÎ¿Ï ÎºÎ±ÏαλÏγοÏ
για Ïο Apache FlexJS</el_GR>
+ <en_US>Creating Apache FlexJS home</en_US>
+ </string>
+ <string id="INFO_DOWNLOADING_FLEX_SDK">
+ <el_GR>ÎίνεÏαι λήÏη ÏοÏ
Apache FlexJS αÏÏ:</el_GR>
+ <en_US>Downloading Apache FlexJS from: </en_US>
+ </string>
+ <string id="INFO_ENTER_VALID_FLEX_SDK_PATH">
+ <el_GR>ΠαÏÎ±ÎºÎ±Î»Ï ÎµÎ¹ÏάγεÏε μια ÎγκÏ
Ïη
διαδÏομή καÏαλÏγοÏ
για Ïο FlexJS</el_GR>
+ <en_US>Please enter valid directory path for the FlexJS SDK</en_US>
+ </string>
+ <string id="INFO_SELECT_DIRECTORY">
+ <el_GR>ÎÏιλÎξÏε Ïον καÏάλογο ÏÏον
οÏοίο θÎλεÏε να εγκαÏαÏÏήÏεÏε Ïο FlexJS</el_GR>
+ <en_US>Select the directory where you want to install the FlexJS
files</en_US>
+ </string>
+ <string id="INFO_VERIFY_FLEX_SDK_DONE">
+ <el_GR>ΠεÏαλήθεÏ
Ïη ÏÏν ληÏθÎνÏÏν
αÏÏείÏν είναι εÏιÏÏ
ÏήÏ.</el_GR>
+ <en_US>The Apache FlexJS MD5 Signature of the downloaded files
matches the reference. The file is valid.</en_US>
+ </string>
+ <string id="SELECT_PATH_PROMPT">
+ <el_GR>ΠληκÏÏολογήÏÏε η εÏιλÎξÏε μια
ÎγκÏ
Ïη διαδÏομή για Ïο FlexJS SDK</el_GR>
+ <en_US>Where do you want to install the Apache FlexJS SDK?</en_US>
+ </string>
+ <string id="ERROR_VERIFY_FLEX_SDK">
+ <el_GR>ΠεÏαλήθεÏ
Ïη ÏÏν ληÏθÎνÏÏν
αÏÏείÏν αÏÎÏÏ
Ïε. ΠεγκαÏάÏÏαÏη
ÏÏαμάÏηÏε.</el_GR>
+ <en_US>The Apache FlexJS 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 FLEXJS</el_GR>
+ <en_US>OPEN APACHE FLEXJS FOLDER</en_US>
+ </string>
+ <string id="STEP_REQUIRED_INSTALL_APACHE_FLEX_SDK">
+ <el_GR>ÎήÏη Apache FlexJS SDK</el_GR>
+ <en_US>Apache FlexJS SDK (Required)</en_US>
+ </string>
+ <string id="STEP_VERIFY_FLEX_SDK">
+ <el_GR>ÎίνεÏαι εÏαλήθεÏ
Ïη ÏοÏ
Apache Flex SDK
MD5 Signature</el_GR>
+ <en_US>Verifying Apache Flex JS MD5 Signature</en_US>
+ </string>
+ <string id="STEP_UNZIP_FLEX_SDK">
+ <el_GR>ÎÏοÏÏ
μÏίεÏη ÏοÏ
Apache Flex SDK</el_GR>
+ <en_US>Uncompress Apache FlexJS SDK</en_US>
+ </string>
+ </strings>
+ <steps description="targets that should have a 'step' in the GUI progress
indicator, in order of appearance.">
+ <step id="flex-get">
+ <el_GR>ÎήÏη Apache Flex SDK</el_GR>
+ <en_US>Apache Flex SDK (Required)</en_US>
+ </step>
+ <step id="get-flex">
+ <el_GR>ÎÏοÏÏ
μÏίεÏη ÏοÏ
Apache Flex SDK</el_GR>
+ <en_US>Uncompress Apache Flex SDK</en_US>
+ </step>
+ <step id="falcon-get">
+ <el_GR>ÎήÏη Apache Flex Falcon SDK</el_GR>
+ <en_US>Apache Flex Falcon SDK (Required)</en_US>
+ </step>
+ <step id="get-falcon">
+ <el_GR>ÎÏοÏÏ
μÏίεÏη ÏοÏ
Apache Flex Falcon SDK</el_GR>
+ <en_US>Uncompress Apache Flex Falcon SDK</en_US>
+ </step>
+ <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>
+ <step id="goog-download" property="do.goog.install">
+ <el_GR>ÎήÏη Google Closure Library</el_GR>
+ <en_US>Google Closure Library jar (Required)</en_US>
+ </step>
+ <step id="air-download" property="do.air.install">
+ <el_GR>ÎÏοÏÏ
μÏίεÏη ÏοÏ
Adobe AIR Runtime Kit</el_GR>
+ <en_US>Adobe AIR SDK (Required)</en_US>
+ </step>
+ <step id="flash-download" property="do.flash.install">
+ <el_GR>ÎήÏη Flash Player swc</el_GR>
+ <en_US>Adobe Flash Player playerglobal.swc (Required)</en_US>
+ </step>
+ <step id="swfobject-download" property="do.swfobject.install">
+ <el_GR>SWFObject (ÎÏαιÏοÏμενο)</el_GR>
+ <en_US>SWFObject (Required)</en_US>
+ </step>
+ <step id="fixup-config-files">
+ <el_GR>ÎγκαÏάÏÏαÏη ÏÏν αÏÏείÏν ÏÏ
θμίÏεÏν ÏοÏ
Framework</el_GR>
+ <en_US>Install Framework Configuration Files</en_US>
+ </step>
+ </steps>
+ <component id="STEP_REQUIRED_INSTALL_APACHE_FLEXJS" required="true"
property="do.flexjs.install">
+ <el_GR>
+ <label>Apache FlexJS (ÎÏαιÏοÏμενο)</label>
+ <message>Îια Ïο Apache FlexJS ιÏÏÏει η ÏÏ
μÏÏνία ÏÏήÏÎ·Ï ÏοÏ
Apache License V2. ÎÎλεÏε να
εγκαÏαÏÏήÏεÏε Ïο Apache FlexJS;</message>
+ </el_GR>
+ <en_US>
+ <label>Apache FlexJS (Required)</label>
+ <message>The Apache License V2 applies to the Apache FlexJS. Do
you want to install the Apache FlexJS?</message>
+ <license>Apache V2 License</license>
+
<licenseURL>http://www.apache.org/licenses/LICENSE-2.0.html</licenseURL>
+ </en_US>
+ </component>
+ <component id="STEP_REQUIRED_INSTALL_GOOGLE_CLOSURE_LIBRARY"
required="true" property="do.goog.install">
+ <el_GR>
+ <label>Google Closure Library (ÎÏαιÏοÏμενο)</label>
+ <message>Îια Ïο Google Closure Library ιÏÏÏει η ÏÏ
μÏÏνία ÏÏήÏÎ·Ï ÏοÏ
Apache License V2. ÎÎλεÏε να
εγκαÏαÏÏήÏεÏε Ïο Google Closure Library;</message>
+ </el_GR>
+ <en_US>
+ <label>Google Closure Library (Required)</label>
+ <message>The Apache License V2 applies to the Google Closure
Library. Do you want to install the Google Closure Library?</message>
+ <license>Apache V2 License</license>
+
<licenseURL>http://www.apache.org/licenses/LICENSE-2.0.html</licenseURL>
+ </en_US>
+ </component>
+ <component id="STEP_REQUIRED_INSTALL_ADOBE_AIR_SDK" required="true"
property="do.air.install">
+ <el_GR>
+ <label>Adobe AIR SDK (ÎÏαιÏοÏμενο)</label>
+ <message>Îια Ïο Adobe AIR SDK ιÏÏÏει η ÏÏ
μÏÏνία ÏÏήÏÎ·Ï ÏοÏ
Adobe SDK License. ÎÎλεÏε να
εγκαÏαÏÏήÏεÏε Ïο Adobe AIR SDK;</message>
+ <license>'Îδεια ÏÏήÏÎ·Ï Adobe AIR SDK</license>
+ </el_GR>
+ <en_US>
+ <label>Adobe AIR SDK (Required)</label>
+ <message>The Adobe SDK license agreement applies to the Adobe AIR
SDK. Do you want to install the Adobe AIR SDK?</message>
+ <license>Adobe AIR SDK License</license>
+
<licenseURL>http://www.adobe.com/products/air/sdk-eula.html</licenseURL>
+ </en_US>
+ </component>
+ <component id="STEP_REQUIRED_INSTALL_FLASH_PLAYER_GLOBAL_SWC"
required="true" property="do.flash.install">
+ <el_GR>
+ <label>Adobe Flash Player playerglobal.swc
(ÎÏαιÏοÏμενο)</label>
+ <message>Îια Ïο Adobe Flash Player playerglobal.swc
ιÏÏÏει η ÏÏ
μÏÏνία ÏÏήÏÎ·Ï ÏοÏ
Adobe SDK License.
ÎÎλεÏε να εγκαÏαÏÏήÏεÏε Ïο Adobe Flash Player
playerglobal.swc;</message>
+ <license>'Îδεια ÏÏήÏÎ·Ï Adobe Flex SDK</license>
+ </el_GR>
+ <en_US>
+ <label>Adobe Flash Player playerglobal.swc (Required)</label>
+ <message>The Adobe SDK license agreement applies to the Adobe
Flash Player playerglobal.swc. Do you want to install the Adobe Flash Player
playerglobal.swc?</message>
+ <license>Adobe Flex SDK License</license>
+
<licenseURL>http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf</licenseURL>
+ </en_US>
+ </component>
+ <component id="SWFObject (Required)" required="true"
property="do.swfobject.install">
+ <el_GR>
+ <label>SWFObject (ÎÏαιÏοÏμενο)</label>
+ <message>Îια Ïο SWFObject ιÏÏÏει η ÏÏ
μÏÏνία
ÏÏήÏÎ·Ï ÏοÏ
MIT License (MIT). ÎÎλεÏε να
εγκαÏαÏÏήÏεÏε Ïο SWFObject;</message>
+\ </el_GR>
+ <en_US>
+ <label>SWFObject (Required)</label>
+ <message>The MIT License (MIT) applies to the SWFObject utility.
Do you want to install the SWFObject utility?</message>
+ <license>MIT License</license>
+
<licenseURL>http://opensource.org/licenses/mit-license.php</licenseURL>
+ </en_US>
+ </component>
+</config>
Propchange:
dev/flex/flexjs/0.0.1/rc3/binaries/apache-flex-flexjs-installer-config.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: dev/flex/flexjs/0.0.1/rc3/docs/apache-flex-flexjs-0.0.1-asdocs.zip
==============================================================================
Binary file - no diff available.
Propchange: dev/flex/flexjs/0.0.1/rc3/docs/apache-flex-flexjs-0.0.1-asdocs.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/flex/flexjs/0.0.1/rc3/docs/apache-flex-flexjs-0.0.1-asdocs.zip.asc
==============================================================================
--- dev/flex/flexjs/0.0.1/rc3/docs/apache-flex-flexjs-0.0.1-asdocs.zip.asc
(added)
+++ dev/flex/flexjs/0.0.1/rc3/docs/apache-flex-flexjs-0.0.1-asdocs.zip.asc Sat
Apr 19 06:10:03 2014
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABAgAGBQJTUhGiAAoJEIPgQxzanM/yC9MP+wZ0WjnLMX7jtwq758hJY1G6
+hEoO5o/Dtw7Ot0G1PvwyCsLOsUKsMPCEW2dldGB/rmumV4zqdzOLH080LeHx802f
+Af9vCJ2KmMUCCw1pmEkYVECksMlp28IiEDS2AwfmsIcZvjpy7XclBep/6UfVld47
+9jH5xczMtS+UMV5zRIY5MX8u49NUID09WE2nWygoyLBTRPt8rUGv5npuOAguqjFy
+jnkIyn4oBA2wDURLekPy3dYi1S5TnOcECjpR9uLGI3c8GKXnsWp4dVGbstWAwizk
+qfjKpMcxCtLYGRnm5ZPMCDLPK4z8SD6dWRHXtuUeWfjOf38KOIp4TGnt+A1jNlbq
+Cv6q80rDZ8VXRVQ/vEANHKIhxRypEbgjP/XXVnB8KsQlerBEmf+qDY1up/HZXGSK
+YAEKrdD9FVSeP5ip/3ogz+/u2ShU5eiXJxY1QzLJvnDqh+BxUdpqBhZfM8IJ+D/f
+a7lNRoZW076RxkhtQb30Lmvtm/PMbQlHcrddcZOB1CGFODb/5a80/k4Kce1lK8Cg
+OBArtR2k2tA9MWvfDAIo7vTunsVOW/2/DgS+uagD5IyodrDCuOfFvi0jQdqMjlSc
+MbQxzTVuRbSFB8m4rgt/utdQjakYf2D3csd5DkBG9jrKjUUyWnAcXLJFv2k6YR5f
+zP4UJvyIdJbMfYzVnb8i
+=r8HL
+-----END PGP SIGNATURE-----
Added: dev/flex/flexjs/0.0.1/rc3/docs/apache-flex-flexjs-0.0.1-asdocs.zip.md5
==============================================================================
--- dev/flex/flexjs/0.0.1/rc3/docs/apache-flex-flexjs-0.0.1-asdocs.zip.md5
(added)
+++ dev/flex/flexjs/0.0.1/rc3/docs/apache-flex-flexjs-0.0.1-asdocs.zip.md5 Sat
Apr 19 06:10:03 2014
@@ -0,0 +1 @@
+48d6f9a79909d17c0de59cad03242abc