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 2017/06/26 16:12:47 UTC

[25/36] flex-typedefs git commit: Case matters on some OSs

Case matters on some OSs


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

Branch: refs/heads/master
Commit: ede60db87c6610ff2a5bb64baf9bb24511095a13
Parents: 72a7382
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Mar 15 11:40:19 2017 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Mar 15 11:40:19 2017 +1100

----------------------------------------------------------------------
 createjs/pom.xml                               | 6 +++---
 createjs/src/main/config/compile-as-config.xml | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/ede60db8/createjs/pom.xml
----------------------------------------------------------------------
diff --git a/createjs/pom.xml b/createjs/pom.xml
index e05393f..6e09003 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -280,15 +280,15 @@
             </include-file>
             <include-file>
               <name>externs/Ease.js</name>
-              <path>downloads/Tweenjs-0.6.2/src/tweenjs/Ease.js</path>
+              <path>downloads/TweenJS-0.6.2/src/tweenjs/Ease.js</path>
             </include-file>
             <include-file>
               <name>externs/Tween.js</name>
-              <path>downloads/Tweenjs-0.6.2/src/tweenjs/Tween.js</path>
+              <path>downloads/TweenJS-0.6.2/src/tweenjs/Tween.js</path>
             </include-file>
             <include-file>
               <name>externs/Timeline.js</name>
-              <path>downloads/Tweenjs-0.6.2/src/tweenjs/Timeline.js</path>
+              <path>downloads/TweenJS-0.6.2/src/tweenjs/Timeline.js</path>
             </include-file>
             <include-file>
               <name>externs/Event.js</name>

http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/ede60db8/createjs/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/createjs/src/main/config/compile-as-config.xml b/createjs/src/main/config/compile-as-config.xml
index 3c4bc41..6690edf 100644
--- a/createjs/src/main/config/compile-as-config.xml
+++ b/createjs/src/main/config/compile-as-config.xml
@@ -194,15 +194,15 @@
     </include-file>
     <include-file>
         <name>externs/Ease.js</name>
-        <path>downloads/Tweenjs-0.6.2/src/tweenjs/Ease.js</path>
+        <path>downloads/TweenJS-0.6.2/src/tweenjs/Ease.js</path>
     </include-file>
     <include-file>
         <name>externs/Tween.js</name>
-        <path>downloads/Tweenjs-0.6.2/src/tweenjs/Tween.js</path>
+        <path>downloads/TweenJS-0.6.2/src/tweenjs/Tween.js</path>
     </include-file>
     <include-file>
         <name>externs/Timeline.js</name>
-        <path>downloads/Tweenjs-0.6.2/src/tweenjs/Timeline.js</path>
+        <path>downloads/TweenJS-0.6.2/src/tweenjs/Timeline.js</path>
     </include-file>
     <include-file>
         <name>externs/Event.js</name>