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 2013/11/19 21:40:28 UTC

[8/8] git commit: [flex-asjs] [refs/heads/develop] - fix bugs so 'ant release' now builds FlexJSOverlay equivalent

fix bugs so 'ant release' now builds FlexJSOverlay equivalent


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

Branch: refs/heads/develop
Commit: 6849d4cefffc14468cae3e2d6d0525c6b13f5773
Parents: 0151830
Author: Alex Harui <ah...@apache.org>
Authored: Tue Nov 19 12:40:04 2013 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Nov 19 12:40:04 2013 -0800

----------------------------------------------------------------------
 build.properties                       | 3 ++-
 build.xml                              | 2 +-
 frameworks/as/flex-config-template.xml | 1 -
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6849d4ce/build.properties
----------------------------------------------------------------------
diff --git a/build.properties b/build.properties
index 854d453..e01c38c 100644
--- a/build.properties
+++ b/build.properties
@@ -19,7 +19,8 @@
 
 # flex-sdk-description values
 release = Apache Flex (FlexJS) 0.0.1
-release.version = 0.0.1
+# release version must start with 4 in order for FB to accept it
+release.version = 4.0.1
 
 # override on command line with -Dbuild.number=999 or in local.properties
 build.number = 0

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6849d4ce/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index cec1d58..8ff7fbd 100644
--- a/build.xml
+++ b/build.xml
@@ -44,7 +44,7 @@
     <property name="strict" value="true"/>
     <property name="javac.src" value="1.5"/>
     
-    <property name="kit.prefix" value="apache-flex-sdk-${release.version}"/>
+    <property name="kit.prefix" value="apache-flex-flexjs-${release.version}"/>
     <property name="source.kit" value="${kit.prefix}-src"/>
     <property name="binary.kit" value="${kit.prefix}-bin"/>
       

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6849d4ce/frameworks/as/flex-config-template.xml
----------------------------------------------------------------------
diff --git a/frameworks/as/flex-config-template.xml b/frameworks/as/flex-config-template.xml
index e3db9a4..2d37ae1 100644
--- a/frameworks/as/flex-config-template.xml
+++ b/frameworks/as/flex-config-template.xml
@@ -79,7 +79,6 @@
       <!-- List of SWC files or directories that contain SWC files. -->
       <library-path>
          <path-element>libs</path-element>
-         <path-element>libs/as</path-element>
          <path-element>locale/en_US</path-element>
          <path-element>libs/player/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}</path-element>
       </library-path>