- Made sure either playerglobal or airglobal are included, but not both
- Added references to externs in CreateJSExample and FlexJSStore_jquery
- Made sure variables are used for the playerglobal and airglobal libraries
- Excluded "CustomEvent" from the js extern
- Made it possible to add extern references in swf type projects (but only if 
added directly and not by parent or transitively)


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

Branch: refs/heads/master
Commit: 631708d60603d7b051ed3944082a4c32a523f122
Parents: 0771c1d
Author: Christofer Dutz <[email protected]>
Authored: Sat Jul 2 16:33:26 2016 +0200
Committer: Christofer Dutz <[email protected]>
Committed: Sat Jul 2 16:33:26 2016 +0200

----------------------------------------------------------------------
 js/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/631708d6/js/pom.xml
----------------------------------------------------------------------
diff --git a/js/pom.xml b/js/pom.xml
index 77343fa..d122ea3 100644
--- a/js/pom.xml
+++ b/js/pom.xml
@@ -160,6 +160,9 @@
               <class-exclude>
                 <className>controlRange</className>
               </class-exclude>
+              <class-exclude>
+                <className>CustomEvent</className>
+              </class-exclude>
             </class-excludes>
             <field-excludes>
               <field-exclude>

Reply via email to