Repository: flex-asjs
Updated Branches:
  refs/heads/develop ee4fa779d -> ed7525180


asconfig files for VS Code


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

Branch: refs/heads/develop
Commit: 3d5f631e367a235a5ac74b1697709d0010d5166a
Parents: 5ba5e87
Author: Harbs <[email protected]>
Authored: Mon Jan 30 15:11:55 2017 +0200
Committer: Harbs <[email protected]>
Committed: Mon Jan 30 15:11:55 2017 +0200

----------------------------------------------------------------------
 frameworks/projects/Basic/asconfig.json         | 21 +++++++++
 frameworks/projects/Binding/asconfig.json       | 21 +++++++++
 frameworks/projects/Charts/asconfig.json        | 21 +++++++++
 frameworks/projects/Collections/asconfig.json   | 21 +++++++++
 frameworks/projects/Core/asconfig.json          | 21 +++++++++
 frameworks/projects/CreateJS/asconfig.json      | 21 +++++++++
 frameworks/projects/DragDrop/asconfig.json      | 21 +++++++++
 frameworks/projects/Effects/asconfig.json       | 21 +++++++++
 frameworks/projects/Express/asconfig.json       | 21 +++++++++
 frameworks/projects/Flat/asconfig.json          | 21 +++++++++
 frameworks/projects/FontAwesome/asconfig.json   | 21 +++++++++
 frameworks/projects/Formatters/asconfig.json    | 21 +++++++++
 frameworks/projects/GoogleMaps/asconfig.json    | 21 +++++++++
 frameworks/projects/Graphics/asconfig.json      | 20 +++++++++
 frameworks/projects/HTML/asconfig.json          | 21 +++++++++
 frameworks/projects/HTML5/asconfig.json         | 21 +++++++++
 frameworks/projects/JQuery/asconfig.json        | 21 +++++++++
 frameworks/projects/Language/asconfig.json      | 21 +++++++++
 .../projects/MaterialDesignLite/asconfig.json   | 21 +++++++++
 frameworks/projects/Mobile/asconfig.json        | 21 +++++++++
 frameworks/projects/Network/asconfig.json       | 21 +++++++++
 frameworks/projects/Reflection/asconfig.json    | 21 +++++++++
 frameworks/projects/Storage/asconfig.json       | 21 +++++++++
 frameworks/projects/XML/asconfig.json           | 21 +++++++++
 frameworks/projects/asconfig.json               | 45 ++++++++++++++++++++
 25 files changed, 548 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/Basic/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/asconfig.json 
b/frameworks/projects/Basic/asconfig.json
new file mode 100644
index 0000000..d25f907
--- /dev/null
+++ b/frameworks/projects/Basic/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/BasicClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/Binding/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/Binding/asconfig.json 
b/frameworks/projects/Binding/asconfig.json
new file mode 100644
index 0000000..7389fc2
--- /dev/null
+++ b/frameworks/projects/Binding/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/BindingClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/Charts/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/Charts/asconfig.json 
b/frameworks/projects/Charts/asconfig.json
new file mode 100644
index 0000000..1527333
--- /dev/null
+++ b/frameworks/projects/Charts/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/ChartsClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/Collections/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/Collections/asconfig.json 
b/frameworks/projects/Collections/asconfig.json
new file mode 100644
index 0000000..60aa74e
--- /dev/null
+++ b/frameworks/projects/Collections/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/CollectionsClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/Core/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/Core/asconfig.json 
b/frameworks/projects/Core/asconfig.json
new file mode 100644
index 0000000..255c6d2
--- /dev/null
+++ b/frameworks/projects/Core/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/CoreClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/CreateJS/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/CreateJS/asconfig.json 
b/frameworks/projects/CreateJS/asconfig.json
new file mode 100644
index 0000000..cb73154
--- /dev/null
+++ b/frameworks/projects/CreateJS/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/CreateJSClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/DragDrop/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/DragDrop/asconfig.json 
b/frameworks/projects/DragDrop/asconfig.json
new file mode 100644
index 0000000..01897ae
--- /dev/null
+++ b/frameworks/projects/DragDrop/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/DragDropClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/Effects/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/Effects/asconfig.json 
b/frameworks/projects/Effects/asconfig.json
new file mode 100644
index 0000000..35e138a
--- /dev/null
+++ b/frameworks/projects/Effects/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/EffectsClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/Express/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/Express/asconfig.json 
b/frameworks/projects/Express/asconfig.json
new file mode 100644
index 0000000..7d4d5ac
--- /dev/null
+++ b/frameworks/projects/Express/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/ExpressClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/Flat/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/Flat/asconfig.json 
b/frameworks/projects/Flat/asconfig.json
new file mode 100644
index 0000000..f42120f
--- /dev/null
+++ b/frameworks/projects/Flat/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/FlatClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/FontAwesome/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/FontAwesome/asconfig.json 
b/frameworks/projects/FontAwesome/asconfig.json
new file mode 100644
index 0000000..9c15889
--- /dev/null
+++ b/frameworks/projects/FontAwesome/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/FAClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/Formatters/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/Formatters/asconfig.json 
b/frameworks/projects/Formatters/asconfig.json
new file mode 100644
index 0000000..8d458e8
--- /dev/null
+++ b/frameworks/projects/Formatters/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/FormattersClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/GoogleMaps/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/GoogleMaps/asconfig.json 
b/frameworks/projects/GoogleMaps/asconfig.json
new file mode 100644
index 0000000..271f11d
--- /dev/null
+++ b/frameworks/projects/GoogleMaps/asconfig.json
@@ -0,0 +1,21 @@
+{
+  "config": "flex",
+  "compilerOptions": {
+    "debug": true,
+    "js-output-type": "flexjs",
+    "define": [
+      {
+        "name": "COMPILE::SWF",
+        "value": true
+      },
+      {
+        "name": "COMPILE::JS",
+        "value": false
+      }
+    ]
+  },
+  "files": [
+    "src/main/flex/GoogleMapsClasses.as",
+    "src/main/flex/GoogleStubClasses.as"
+  ]
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/Graphics/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/Graphics/asconfig.json 
b/frameworks/projects/Graphics/asconfig.json
new file mode 100644
index 0000000..f4719ae
--- /dev/null
+++ b/frameworks/projects/Graphics/asconfig.json
@@ -0,0 +1,20 @@
+{
+  "config": "flex",
+  "compilerOptions": {
+    "debug": true,
+    "js-output-type": "flexjs",
+    "define": [
+      {
+        "name": "COMPILE::SWF",
+        "value": true
+      },
+      {
+        "name": "COMPILE::JS",
+        "value": false
+      }
+    ]
+  },
+  "files": [
+    "src/main/flex/GraphicsClasses.as"
+  ]
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/HTML/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/asconfig.json 
b/frameworks/projects/HTML/asconfig.json
new file mode 100644
index 0000000..39a2021
--- /dev/null
+++ b/frameworks/projects/HTML/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/HTMLClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/HTML5/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML5/asconfig.json 
b/frameworks/projects/HTML5/asconfig.json
new file mode 100644
index 0000000..94fa767
--- /dev/null
+++ b/frameworks/projects/HTML5/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/HTML5Classes.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/JQuery/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/JQuery/asconfig.json 
b/frameworks/projects/JQuery/asconfig.json
new file mode 100644
index 0000000..927794d
--- /dev/null
+++ b/frameworks/projects/JQuery/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/JQueryClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/Language/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/Language/asconfig.json 
b/frameworks/projects/Language/asconfig.json
new file mode 100644
index 0000000..78ef41e
--- /dev/null
+++ b/frameworks/projects/Language/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/LanguageClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/MaterialDesignLite/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/MaterialDesignLite/asconfig.json 
b/frameworks/projects/MaterialDesignLite/asconfig.json
new file mode 100644
index 0000000..706a181
--- /dev/null
+++ b/frameworks/projects/MaterialDesignLite/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/MDLClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/Mobile/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/Mobile/asconfig.json 
b/frameworks/projects/Mobile/asconfig.json
new file mode 100644
index 0000000..88447c9
--- /dev/null
+++ b/frameworks/projects/Mobile/asconfig.json
@@ -0,0 +1,21 @@
+{
+  "config": "flex",
+  "compilerOptions": {
+    "debug": true,
+    "js-output-type": "flexjs",
+    "define": [
+      {
+        "name": "COMPILE::SWF",
+        "value": true
+      },
+      {
+        "name": "COMPILE::JS",
+        "value": false
+      }
+    ]
+  },
+  "files": [
+    "src/main/flex/MobileClasses.as",
+    "src/main/flex/CordovaClasses.as"
+  ]
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/Network/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/Network/asconfig.json 
b/frameworks/projects/Network/asconfig.json
new file mode 100644
index 0000000..0065fb0
--- /dev/null
+++ b/frameworks/projects/Network/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/NetworkClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/Reflection/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/Reflection/asconfig.json 
b/frameworks/projects/Reflection/asconfig.json
new file mode 100644
index 0000000..d25f907
--- /dev/null
+++ b/frameworks/projects/Reflection/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/BasicClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/Storage/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/Storage/asconfig.json 
b/frameworks/projects/Storage/asconfig.json
new file mode 100644
index 0000000..f83ae3c
--- /dev/null
+++ b/frameworks/projects/Storage/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/StorageClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/XML/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/XML/asconfig.json 
b/frameworks/projects/XML/asconfig.json
new file mode 100644
index 0000000..5a82268
--- /dev/null
+++ b/frameworks/projects/XML/asconfig.json
@@ -0,0 +1,21 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "src/main/flex/XMLClasses.as"
+    ]
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3d5f631e/frameworks/projects/asconfig.json
----------------------------------------------------------------------
diff --git a/frameworks/projects/asconfig.json 
b/frameworks/projects/asconfig.json
new file mode 100644
index 0000000..d5979d8
--- /dev/null
+++ b/frameworks/projects/asconfig.json
@@ -0,0 +1,45 @@
+{
+    "config": "flex",
+    "compilerOptions": {
+        "debug": true,
+        "js-output-type": "flexjs",
+        "define": [
+            {
+                "name": "COMPILE::SWF",
+                "value": true
+            },
+            {
+                "name": "COMPILE::JS",
+                "value": false
+            }
+        ]
+    },
+    "files":
+    [
+        "Basic/src/main/flex/BasicClasses.as",
+        "Binding/src/main/flex/BindingClasses.as",
+        "Charts/src/main/flex/ChartsClasses.as",
+        "Collections/src/main/flex/CollectionsClasses.as",
+        "Core/src/main/flex/CoreClasses.as",
+        "CreateJS/src/main/flex/CreateJSClasses.as",
+        "DragDrop/src/main/flex/DragDropClasses.as",
+        "Effects/src/main/flex/EffectsClasses.as",
+        "Express/src/main/flex/ExpressClasses.as",
+        "Flat/src/main/flex/FlatClasses.as",
+        "FontAwesome/src/main/flex/FAClasses.as",
+        "Formatters/src/main/flex/FormattersClasses.as",
+        "GoogleMaps/src/main/flex/GoogleMapsClasses.as",
+        "GoogleMaps/src/main/flex/GoogleStubClasses.as",
+        "Graphics/src/main/flex/GraphicsClasses.as",
+        "HTML/src/main/flex/HTMLClasses.as",
+        "HTML5/src/main/flex/HTML5Classes.as",
+        "JQuery/src/main/flex/JQueryClasses.as",
+        "Language/src/main/flex/LanguageClasses.as",
+        "MaterialDesignLite/src/main/flex/MDLClasses.as",
+        "Mobile/src/main/flex/MobileClasses.as",
+        "Mobile/src/main/flex/CordovaClasses.as",
+        "Network/src/main/flex/NetworkClasses.as",
+        "Storage/src/main/flex/StorageClasses.as",
+        "XML/src/main/flex/XMLClasses.as"
+    ]
+}

Reply via email to