Repository: flex-asjs Updated Branches: refs/heads/develop 934eee830 -> cdfa312db
- Renamed the "extern" artifacts (classifier=extern) to "typedefs" - Updated the Maven coordinates and classifiers in the framework module to reflect the latest changes Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/cdfa312d Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/cdfa312d Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/cdfa312d Branch: refs/heads/develop Commit: cdfa312dbaceefc27107e8435ba7dbad9ec39b51 Parents: 934eee8 Author: Christofer Dutz <[email protected]> Authored: Mon Jul 18 09:24:59 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Jul 18 09:24:59 2016 +0200 ---------------------------------------------------------------------- distribution/pom.xml | 88 ++++++++++++------------- examples/flexjs/CreateJSExample/pom.xml | 6 +- examples/flexjs/FlexJSStore_jquery/pom.xml | 6 +- examples/flexjs/StorageExample/pom.xml | 6 +- frameworks/projects/Binding/pom.xml | 2 +- frameworks/projects/Charts/pom.xml | 8 +-- frameworks/projects/Collections/pom.xml | 2 +- frameworks/projects/CreateJS/pom.xml | 12 ++-- frameworks/projects/DragDrop/pom.xml | 2 +- frameworks/projects/Effects/pom.xml | 2 +- frameworks/projects/Flat/pom.xml | 4 +- frameworks/projects/Formatters/pom.xml | 4 +- frameworks/projects/GoogleMaps/pom.xml | 8 +-- frameworks/projects/Graphics/pom.xml | 2 +- frameworks/projects/HTML/pom.xml | 8 +-- frameworks/projects/HTML5/pom.xml | 4 +- frameworks/projects/JQuery/pom.xml | 10 +-- frameworks/projects/Mobile/pom.xml | 6 +- frameworks/projects/Network/pom.xml | 2 +- frameworks/projects/Reflection/pom.xml | 2 +- frameworks/projects/Storage/pom.xml | 8 +-- frameworks/projects/XML/pom.xml | 4 +- frameworks/projects/pom.xml | 12 ++-- pom.xml | 2 +- 24 files changed, 105 insertions(+), 105 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 9b6af36..bab9953 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -190,198 +190,198 @@ <artifactId>Binding</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Collections</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>CreateJS</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>DragDrop</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Effects</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Flat</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Formatters</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>GoogleMaps</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Graphics</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML5</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>JQuery</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Language</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Mobile</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Network</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Reflection</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Storage</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>XML</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <!-- Add dependencies to the externs from the compiler module --> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-cordova</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-cordova</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-createjs</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-createjs</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-gcl</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-gcl</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-goolemaps</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-goolemaps</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-jasmine</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-jasmine</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-jquery</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-jquery</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-js</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-js</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-node</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-node</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <!-- Fonts --> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/examples/flexjs/CreateJSExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/CreateJSExample/pom.xml b/examples/flexjs/CreateJSExample/pom.xml index 531f783..7ec3037 100644 --- a/examples/flexjs/CreateJSExample/pom.xml +++ b/examples/flexjs/CreateJSExample/pom.xml @@ -76,11 +76,11 @@ </dependency> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-createjs</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-createjs</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/examples/flexjs/FlexJSStore_jquery/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexJSStore_jquery/pom.xml b/examples/flexjs/FlexJSStore_jquery/pom.xml index 610a369..d1d85d7 100644 --- a/examples/flexjs/FlexJSStore_jquery/pom.xml +++ b/examples/flexjs/FlexJSStore_jquery/pom.xml @@ -109,11 +109,11 @@ </dependency> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-jquery</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-jquery</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/examples/flexjs/StorageExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/StorageExample/pom.xml b/examples/flexjs/StorageExample/pom.xml index 85eb7e1..58f666a 100644 --- a/examples/flexjs/StorageExample/pom.xml +++ b/examples/flexjs/StorageExample/pom.xml @@ -76,11 +76,11 @@ </dependency> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-cordova</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-cordova</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/Binding/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Binding/pom.xml b/frameworks/projects/Binding/pom.xml index 9cfd8da..221b78e 100644 --- a/frameworks/projects/Binding/pom.xml +++ b/frameworks/projects/Binding/pom.xml @@ -70,7 +70,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/Charts/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Charts/pom.xml b/frameworks/projects/Charts/pom.xml index ebc2247..c12ad9e 100644 --- a/frameworks/projects/Charts/pom.xml +++ b/frameworks/projects/Charts/pom.xml @@ -76,7 +76,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -89,7 +89,7 @@ <artifactId>Binding</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -102,7 +102,7 @@ <artifactId>Graphics</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -115,7 +115,7 @@ <artifactId>HTML</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/Collections/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Collections/pom.xml b/frameworks/projects/Collections/pom.xml index 4de7627..c3836dc 100644 --- a/frameworks/projects/Collections/pom.xml +++ b/frameworks/projects/Collections/pom.xml @@ -72,7 +72,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/CreateJS/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/CreateJS/pom.xml b/frameworks/projects/CreateJS/pom.xml index d343c54..3059fcb 100644 --- a/frameworks/projects/CreateJS/pom.xml +++ b/frameworks/projects/CreateJS/pom.xml @@ -76,7 +76,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -89,7 +89,7 @@ <artifactId>HTML</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -102,15 +102,15 @@ <artifactId>Graphics</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-createjs</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-createjs</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/DragDrop/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/DragDrop/pom.xml b/frameworks/projects/DragDrop/pom.xml index 40b4c10..f6380a8 100644 --- a/frameworks/projects/DragDrop/pom.xml +++ b/frameworks/projects/DragDrop/pom.xml @@ -72,7 +72,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/Effects/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Effects/pom.xml b/frameworks/projects/Effects/pom.xml index 8f65e2e..31e14ea 100644 --- a/frameworks/projects/Effects/pom.xml +++ b/frameworks/projects/Effects/pom.xml @@ -72,7 +72,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/Flat/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Flat/pom.xml b/frameworks/projects/Flat/pom.xml index 5e8ec53..2e3b276 100644 --- a/frameworks/projects/Flat/pom.xml +++ b/frameworks/projects/Flat/pom.xml @@ -82,7 +82,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -113,7 +113,7 @@ <artifactId>HTML</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/Formatters/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Formatters/pom.xml b/frameworks/projects/Formatters/pom.xml index 3897c00..256e7ac 100644 --- a/frameworks/projects/Formatters/pom.xml +++ b/frameworks/projects/Formatters/pom.xml @@ -72,7 +72,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -85,7 +85,7 @@ <artifactId>HTML</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/GoogleMaps/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/pom.xml b/frameworks/projects/GoogleMaps/pom.xml index b022f61..1cb428d 100644 --- a/frameworks/projects/GoogleMaps/pom.xml +++ b/frameworks/projects/GoogleMaps/pom.xml @@ -77,15 +77,15 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-goolemaps</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-goolemaps</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/Graphics/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Graphics/pom.xml b/frameworks/projects/Graphics/pom.xml index f938541..3550266 100644 --- a/frameworks/projects/Graphics/pom.xml +++ b/frameworks/projects/Graphics/pom.xml @@ -72,7 +72,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/HTML/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/pom.xml b/frameworks/projects/HTML/pom.xml index a2968bb..aa2ec8d 100644 --- a/frameworks/projects/HTML/pom.xml +++ b/frameworks/projects/HTML/pom.xml @@ -85,7 +85,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -98,7 +98,7 @@ <artifactId>Binding</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -111,7 +111,7 @@ <artifactId>Graphics</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -124,7 +124,7 @@ <artifactId>Collections</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/HTML5/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML5/pom.xml b/frameworks/projects/HTML5/pom.xml index c8b735f..2e902cc 100644 --- a/frameworks/projects/HTML5/pom.xml +++ b/frameworks/projects/HTML5/pom.xml @@ -76,7 +76,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -89,7 +89,7 @@ <artifactId>HTML</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/JQuery/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/JQuery/pom.xml b/frameworks/projects/JQuery/pom.xml index 1411f6b..479103f 100644 --- a/frameworks/projects/JQuery/pom.xml +++ b/frameworks/projects/JQuery/pom.xml @@ -76,7 +76,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -89,15 +89,15 @@ <artifactId>HTML</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-jquery</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-jquery</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/Mobile/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Mobile/pom.xml b/frameworks/projects/Mobile/pom.xml index aeb01b1..79c7ced 100644 --- a/frameworks/projects/Mobile/pom.xml +++ b/frameworks/projects/Mobile/pom.xml @@ -80,7 +80,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -93,7 +93,7 @@ <artifactId>Graphics</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -106,7 +106,7 @@ <artifactId>HTML</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/Network/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Network/pom.xml b/frameworks/projects/Network/pom.xml index 4758fcc..258a338 100644 --- a/frameworks/projects/Network/pom.xml +++ b/frameworks/projects/Network/pom.xml @@ -72,7 +72,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/Reflection/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Reflection/pom.xml b/frameworks/projects/Reflection/pom.xml index e5e41b7..31afd31 100644 --- a/frameworks/projects/Reflection/pom.xml +++ b/frameworks/projects/Reflection/pom.xml @@ -64,7 +64,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/Storage/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Storage/pom.xml b/frameworks/projects/Storage/pom.xml index bc1b17b..c472d40 100644 --- a/frameworks/projects/Storage/pom.xml +++ b/frameworks/projects/Storage/pom.xml @@ -76,15 +76,15 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-cordova</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-cordova</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/XML/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/XML/pom.xml b/frameworks/projects/XML/pom.xml index ebbb7bb..679169c 100644 --- a/frameworks/projects/XML/pom.xml +++ b/frameworks/projects/XML/pom.xml @@ -70,7 +70,7 @@ <artifactId>Core</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -83,7 +83,7 @@ <artifactId>Language</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/frameworks/projects/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml index 82d2f25..8997d60 100644 --- a/frameworks/projects/pom.xml +++ b/frameworks/projects/pom.xml @@ -78,11 +78,11 @@ </dependency> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-gcl</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-gcl</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> </dependency> <!-- By declaring this dependency here, we force the flexjs-externs-js to be @@ -90,11 +90,11 @@ have gone to the library path. --> <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-js</artifactId> + <groupId>org.apache.flex.flexjs.typedefs</groupId> + <artifactId>flexjs-typedefs-js</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> - <classifier>extern</classifier> + <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cdfa312d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9a225a4..dea536c 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <version>0.7.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>Apache Flex - ASJS</name> + <name>Apache Flex - FlexJS: Framework</name> <description>The Apache Flex ASJS Project</description> <!--
