You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/08/11 21:45:00 UTC

[3/7] git commit: [flex-falcon] [refs/heads/develop] - more cleanup of release packages

more cleanup of release packages


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

Branch: refs/heads/develop
Commit: d7a88e5b7653e8ee769c45544fcdba02c854ab0c
Parents: cd0d724
Author: Alex Harui <ah...@apache.org>
Authored: Thu Aug 11 09:14:55 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Aug 11 09:14:55 2016 -0700

----------------------------------------------------------------------
 LICENSE.jx     | 4 ++--
 LICENSE.jx.bin | 2 +-
 RELEASE_NOTES  | 4 ++--
 build.xml      | 2 ++
 4 files changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d7a88e5b/LICENSE.jx
----------------------------------------------------------------------
diff --git a/LICENSE.jx b/LICENSE.jx
index 53ce3b5..eef2679 100644
--- a/LICENSE.jx
+++ b/LICENSE.jx
@@ -211,8 +211,8 @@ code for the these subcomponents is subject to the terms and
 conditions of the following licenses.
 
 The Google Closure Library Externs For Common Libraries are available 
-under Apache License 2.0.  For details see the externs folder.
+under Apache License 2.0.  For details see the flex-typedefs folder.
 
-The .as files in externs/GCL/src are derived from the .js files in the 
+The .as files in flex-typedefs/GCL/src are derived from the .js files in the 
 Google Closure Library which are available under Apache License 2.0.
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d7a88e5b/LICENSE.jx.bin
----------------------------------------------------------------------
diff --git a/LICENSE.jx.bin b/LICENSE.jx.bin
index eba2b3e..091a54f 100644
--- a/LICENSE.jx.bin
+++ b/LICENSE.jx.bin
@@ -2,7 +2,7 @@ Below are the licenses for components included in the binary distribution.
 
 ------------------------------------------------------------------------------------------
 
-externs/createjs
+flex-typedefs/createjs
 
 This product bundles CreateJS available under the
 MIT Software License.

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d7a88e5b/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 40a9822..422ca64 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -60,9 +60,9 @@ Compilation Warnings
 
 The Java compiler will report warnings for several files in this release.
 
-Files in compiler/commandline
+Files in compiler/src/assembly/scripts
 
-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
+The files in compiler/src/assembly/scripts are templates used to create a 'final' SDK.  You cannot run the files in compiler/src/assembly/scripts.  Instead, the installer.xml script or Apache Flex SDK Installer will create a bin folder with working scripts.
 
 Compiling with the Flex SDK
 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d7a88e5b/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 04e6938..42964df 100644
--- a/build.xml
+++ b/build.xml
@@ -137,6 +137,7 @@
     </target>
     
     <target name="typedef.swcs">
+        <property name="FALCONJX_HOME" value="${basedir}/compiler-jx" />
         <ant dir="${FLEXJS_TYPEDEFS_HOME}" />
     </target>
     <target name="typedef.swcs.clean" >
@@ -460,6 +461,7 @@
                 <exclude name=".classpath" />
                 <exclude name=".project" />
                 <exclude name=".settings/**" />
+                <exclude name="target/classes/**"/>
                 <exclude name="target/flex/**"/>
                 <exclude name="target/flash/**"/>
                 <exclude name="target/generated-sources/**"/>