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 2015/11/03 03:12:05 UTC

[1/3] git commit: [flex-asjs] [refs/heads/develop] - fix lib path for asdoc

Repository: flex-asjs
Updated Branches:
  refs/heads/develop a8fbda563 -> 5abf5baec


fix lib path for asdoc


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

Branch: refs/heads/develop
Commit: 8a68b9516fabce5d01717f72375c8262221e2123
Parents: a8fbda5
Author: Alex Harui <ah...@apache.org>
Authored: Mon Nov 2 17:35:34 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Nov 2 17:35:34 2015 -0800

----------------------------------------------------------------------
 frameworks/asdoc-config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8a68b951/frameworks/asdoc-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/asdoc-config.xml b/frameworks/asdoc-config.xml
index c004984..802807f 100644
--- a/frameworks/asdoc-config.xml
+++ b/frameworks/asdoc-config.xml
@@ -78,7 +78,7 @@
 
       <!-- List of SWC files or directories that contain SWC files. -->
       <library-path>
-         <path-element>as/libs</path-element>
+         <path-element>libs</path-element>
          <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}</path-element>
       </library-path>
 


[2/3] git commit: [flex-asjs] [refs/heads/develop] - another attempt to fix asdoc

Posted by ah...@apache.org.
another attempt to fix asdoc


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

Branch: refs/heads/develop
Commit: f2eedac2abcae0c152519972e18ae058a0a8a42d
Parents: 8a68b95
Author: Alex Harui <ah...@apache.org>
Authored: Mon Nov 2 17:43:21 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Nov 2 17:43:21 2015 -0800

----------------------------------------------------------------------
 asdoc/build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2eedac2/asdoc/build.xml
----------------------------------------------------------------------
diff --git a/asdoc/build.xml b/asdoc/build.xml
index dd50a0e..8f7ec1b 100644
--- a/asdoc/build.xml
+++ b/asdoc/build.xml
@@ -81,6 +81,7 @@
 			<compiler.source-path path-element="${project_home}/Charts/as/src"/>
 			<compiler.source-path path-element="${project_home}/Charts/asjs/src"/>
 			<compiler.source-path path-element="${project_home}/Collections/as/src"/>
+            <compiler.source-path path-element="${project_home}/Collections/asjs/src"/>
 			<compiler.source-path path-element="${project_home}/Core/as/src"/>
 			<compiler.source-path path-element="${project_home}/Core/asjs/src"/>
 			<compiler.source-path path-element="${project_home}/CreateJS/as/src"/>


[3/3] git commit: [flex-asjs] [refs/heads/develop] - fix rc script

Posted by ah...@apache.org.
fix rc script


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

Branch: refs/heads/develop
Commit: 5abf5baec5c7dbe580fdf67a74d1d860991c1422
Parents: f2eedac
Author: Alex Harui <ah...@apache.org>
Authored: Mon Nov 2 18:14:01 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Nov 2 18:14:01 2015 -0800

----------------------------------------------------------------------
 ApproveFlexJS.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5abf5bae/ApproveFlexJS.xml
----------------------------------------------------------------------
diff --git a/ApproveFlexJS.xml b/ApproveFlexJS.xml
index 842c74e..8575e73 100644
--- a/ApproveFlexJS.xml
+++ b/ApproveFlexJS.xml
@@ -470,9 +470,9 @@
     <target name="get.falcon.rc" if="falcon.rc">
         <property name="kit.jx.prefix" value="apache-flex-falconjx-0.5.0"/>
         <property name="binary.jx.kit" value="${kit.jx.prefix}-bin"/>
-        <get src="https://dist.apache.org/repos/dist/dev/flex/falcon/0.5.0/rc1/binaries/{binary.jx.kit}.zip"
+        <get src="https://dist.apache.org/repos/dist/dev/flex/falcon/0.5.0/rc1/binaries/${binary.jx.kit}.zip"
         dest="${basedir}/${binary.jx.kit}.zip" verbose="true" skipexisting="true"/>
-        <get src="https://dist.apache.org/repos/dist/dev/flex/falcon/0.5.0/rc1/binaries/{binary.jx.kit}.zip.md5"
+        <get src="https://dist.apache.org/repos/dist/dev/flex/falcon/0.5.0/rc1/binaries/${binary.jx.kit}.zip.md5"
         dest="${basedir}/${binary.jx.kit}.zip.md5" verbose="true" skipexisting="true"/>
         <checksum file="${basedir}/${binary.jx.kit}.zip" algorithm="md5" verifyproperty="falcon.md5.ok" />
         <condition property="FalconMD5Invalid">