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 2014/06/17 09:14:49 UTC

[1/3] git commit: [flex-asjs] [refs/heads/develop] - need airglobal to doc some files

Repository: flex-asjs
Updated Branches:
  refs/heads/develop dc8435675 -> 50c8ddc02


need airglobal to doc some files


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

Branch: refs/heads/develop
Commit: 480e143d0447ed899cb2a575a8a2b0ebb0b9d836
Parents: dc84356
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 16 23:00:11 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 16 23:00:11 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/480e143d/asdoc/build.xml
----------------------------------------------------------------------
diff --git a/asdoc/build.xml b/asdoc/build.xml
index 7ff8188..489c4f6 100644
--- a/asdoc/build.xml
+++ b/asdoc/build.xml
@@ -87,6 +87,9 @@
             <namespace uri="library://ns.apache.org/flexjs/mx" manifest="${project_home}/FlexJSUI/mx-manifest.xml" />
 
 			<library-path/>
+            <external-library-path dir="${env.AIR_HOME}/frameworks/libs/air">
+                <include name="airglobal.swc"/>
+            </external-library-path>
 
 			<jvmarg line="${asdoc.jvm.args}"/>
 


[3/3] git commit: [flex-asjs] [refs/heads/develop] - forgot to add md5 server url logic

Posted by ah...@apache.org.
forgot to add md5 server url logic


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

Branch: refs/heads/develop
Commit: 50c8ddc0297af2b9c702c6bee399f20c1a4c5502
Parents: 5053455
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jun 17 00:05:26 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jun 17 00:05:26 2014 -0700

----------------------------------------------------------------------
 installer.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/50c8ddc0/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 421f087..2f0d2cb 100644
--- a/installer.xml
+++ b/installer.xml
@@ -215,6 +215,7 @@
             <equals arg1="${falcon.uses.mirror}" arg2="true" />
         </condition>
         <property name="falcon.server.url" value="http://archive.apache.org/dist" />
+        <property name="falcon.md5.server.url" value="${falcon.server.url}" />
         <property name="falcon.folder" value="flex/falcon/${falcon.version}/binaries" />
         <property name="falcon.file" value="apache-flex-falconjx-${falcon.version}-bin.zip" />
     </target>


[2/3] git commit: [flex-asjs] [refs/heads/develop] - fix an asdoc error

Posted by ah...@apache.org.
fix an asdoc error


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

Branch: refs/heads/develop
Commit: 50534553c11047e18eba449a8d9dfe91703c90fb
Parents: 480e143
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 16 23:00:26 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 16 23:00:26 2014 -0700

----------------------------------------------------------------------
 .../as/projects/FlexJSJX/src/org/apache/flex/effects/Tween.as      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/50534553/frameworks/as/projects/FlexJSJX/src/org/apache/flex/effects/Tween.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/effects/Tween.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/effects/Tween.as
index 134792c..1ce7c3e 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/effects/Tween.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/effects/Tween.as
@@ -35,7 +35,7 @@ import org.apache.flex.events.EventDispatcher;
  *  Zoom effects; a change in visibility, as performed by the Fade or
  *  Dissolve effects; or other types of animations.
  *
- *  A Tween instance accepts the <code>startValue</code>,
+ *  <p>A Tween instance accepts the <code>startValue</code>,
  *  <code>endValue</code>, and <code>duration</code> properties, 
  *  and an optional easing function to define the animation.</p> 
  *