switch to js classifier
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/7193bb26 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/7193bb26 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/7193bb26 Branch: refs/heads/dual Commit: 7193bb268abd44dafbb78c150fa6d3b15afafc34 Parents: d83e462 Author: Alex Harui <[email protected]> Authored: Fri Mar 3 12:18:06 2017 -0800 Committer: Alex Harui <[email protected]> Committed: Fri Mar 3 12:18:06 2017 -0800 ---------------------------------------------------------------------- frameworks/projects/Basic/pom.xml | 8 ++++---- frameworks/projects/Binding/pom.xml | 2 +- frameworks/projects/Charts/pom.xml | 10 +++++----- frameworks/projects/Collections/pom.xml | 2 +- frameworks/projects/CreateJS/pom.xml | 8 ++++---- frameworks/projects/DragDrop/pom.xml | 2 +- frameworks/projects/Effects/pom.xml | 4 ++-- frameworks/projects/Express/pom.xml | 10 +++++----- frameworks/projects/Flat/pom.xml | 4 ++-- frameworks/projects/FontAwesome/pom.xml | 10 +++++----- frameworks/projects/Formatters/pom.xml | 4 ++-- frameworks/projects/GoogleMaps/pom.xml | 4 ++-- frameworks/projects/Graphics/pom.xml | 2 +- frameworks/projects/HTML/pom.xml | 10 +++++----- frameworks/projects/HTML5/pom.xml | 4 ++-- frameworks/projects/JQuery/pom.xml | 4 ++-- frameworks/projects/MaterialDesignLite/pom.xml | 12 ++++++------ frameworks/projects/Mobile/pom.xml | 6 +++--- frameworks/projects/Network/pom.xml | 2 +- frameworks/projects/Reflection/pom.xml | 2 +- frameworks/projects/Storage/pom.xml | 2 +- frameworks/projects/XML/pom.xml | 4 ++-- 22 files changed, 58 insertions(+), 58 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/Basic/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Basic/pom.xml b/frameworks/projects/Basic/pom.xml index 403e2d8..4186582 100644 --- a/frameworks/projects/Basic/pom.xml +++ b/frameworks/projects/Basic/pom.xml @@ -83,7 +83,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -96,7 +96,7 @@ <artifactId>Binding</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -109,7 +109,7 @@ <artifactId>Graphics</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -122,7 +122,7 @@ <artifactId>Collections</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/Binding/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Binding/pom.xml b/frameworks/projects/Binding/pom.xml index 347c232..2b470d2 100644 --- a/frameworks/projects/Binding/pom.xml +++ b/frameworks/projects/Binding/pom.xml @@ -65,7 +65,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/Charts/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Charts/pom.xml b/frameworks/projects/Charts/pom.xml index 4c86723..b98d1b6 100644 --- a/frameworks/projects/Charts/pom.xml +++ b/frameworks/projects/Charts/pom.xml @@ -73,7 +73,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -86,7 +86,7 @@ <artifactId>Collections</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -99,7 +99,7 @@ <artifactId>Binding</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -112,7 +112,7 @@ <artifactId>Graphics</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -125,7 +125,7 @@ <artifactId>Basic</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/Collections/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Collections/pom.xml b/frameworks/projects/Collections/pom.xml index f6d6af5..f086229 100644 --- a/frameworks/projects/Collections/pom.xml +++ b/frameworks/projects/Collections/pom.xml @@ -67,7 +67,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/CreateJS/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/CreateJS/pom.xml b/frameworks/projects/CreateJS/pom.xml index d89a088..30f38c4 100644 --- a/frameworks/projects/CreateJS/pom.xml +++ b/frameworks/projects/CreateJS/pom.xml @@ -73,7 +73,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -86,7 +86,7 @@ <artifactId>Basic</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -99,7 +99,7 @@ <artifactId>Effects</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -112,7 +112,7 @@ <artifactId>Graphics</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/DragDrop/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/DragDrop/pom.xml b/frameworks/projects/DragDrop/pom.xml index d3a9cff..915d478 100644 --- a/frameworks/projects/DragDrop/pom.xml +++ b/frameworks/projects/DragDrop/pom.xml @@ -67,7 +67,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/Effects/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Effects/pom.xml b/frameworks/projects/Effects/pom.xml index 7237092..15d2987 100644 --- a/frameworks/projects/Effects/pom.xml +++ b/frameworks/projects/Effects/pom.xml @@ -67,7 +67,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -80,7 +80,7 @@ <artifactId>Basic</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/Express/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Express/pom.xml b/frameworks/projects/Express/pom.xml index 1031992..66a69c4 100644 --- a/frameworks/projects/Express/pom.xml +++ b/frameworks/projects/Express/pom.xml @@ -79,7 +79,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -92,7 +92,7 @@ <artifactId>Binding</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -105,7 +105,7 @@ <artifactId>Graphics</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -118,7 +118,7 @@ <artifactId>Collections</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -131,7 +131,7 @@ <artifactId>Basic</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/Flat/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Flat/pom.xml b/frameworks/projects/Flat/pom.xml index e63eb14..b9b6269 100644 --- a/frameworks/projects/Flat/pom.xml +++ b/frameworks/projects/Flat/pom.xml @@ -79,7 +79,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -110,7 +110,7 @@ <artifactId>Basic</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/FontAwesome/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/FontAwesome/pom.xml b/frameworks/projects/FontAwesome/pom.xml index 9390208..52fddbe 100644 --- a/frameworks/projects/FontAwesome/pom.xml +++ b/frameworks/projects/FontAwesome/pom.xml @@ -79,7 +79,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -92,7 +92,7 @@ <artifactId>Binding</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -105,7 +105,7 @@ <artifactId>Graphics</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -118,7 +118,7 @@ <artifactId>Collections</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -131,7 +131,7 @@ <artifactId>Basic</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/Formatters/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Formatters/pom.xml b/frameworks/projects/Formatters/pom.xml index 5d4a225..85c7055 100644 --- a/frameworks/projects/Formatters/pom.xml +++ b/frameworks/projects/Formatters/pom.xml @@ -67,7 +67,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -80,7 +80,7 @@ <artifactId>Basic</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/GoogleMaps/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/pom.xml b/frameworks/projects/GoogleMaps/pom.xml index 64b93ab..aee0c43 100644 --- a/frameworks/projects/GoogleMaps/pom.xml +++ b/frameworks/projects/GoogleMaps/pom.xml @@ -74,7 +74,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -87,7 +87,7 @@ <artifactId>Basic</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/Graphics/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Graphics/pom.xml b/frameworks/projects/Graphics/pom.xml index 75d7339..2715d5a 100644 --- a/frameworks/projects/Graphics/pom.xml +++ b/frameworks/projects/Graphics/pom.xml @@ -71,7 +71,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/HTML/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/pom.xml b/frameworks/projects/HTML/pom.xml index c15805a..42ffbdc 100644 --- a/frameworks/projects/HTML/pom.xml +++ b/frameworks/projects/HTML/pom.xml @@ -73,7 +73,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -86,7 +86,7 @@ <artifactId>Binding</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -99,7 +99,7 @@ <artifactId>Graphics</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -112,7 +112,7 @@ <artifactId>Collections</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -125,7 +125,7 @@ <artifactId>Basic</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/HTML5/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML5/pom.xml b/frameworks/projects/HTML5/pom.xml index e6a4b2c..cec3065 100644 --- a/frameworks/projects/HTML5/pom.xml +++ b/frameworks/projects/HTML5/pom.xml @@ -73,7 +73,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -86,7 +86,7 @@ <artifactId>Basic</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/JQuery/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/JQuery/pom.xml b/frameworks/projects/JQuery/pom.xml index 324ee6a..c400b88 100644 --- a/frameworks/projects/JQuery/pom.xml +++ b/frameworks/projects/JQuery/pom.xml @@ -73,7 +73,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -86,7 +86,7 @@ <artifactId>Basic</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/MaterialDesignLite/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/MaterialDesignLite/pom.xml b/frameworks/projects/MaterialDesignLite/pom.xml index e619d9b..4b78dba 100644 --- a/frameworks/projects/MaterialDesignLite/pom.xml +++ b/frameworks/projects/MaterialDesignLite/pom.xml @@ -79,7 +79,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -92,7 +92,7 @@ <artifactId>Binding</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -105,7 +105,7 @@ <artifactId>Graphics</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -118,7 +118,7 @@ <artifactId>Collections</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -131,7 +131,7 @@ <artifactId>Basic</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -144,7 +144,7 @@ <artifactId>HTML</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/Mobile/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Mobile/pom.xml b/frameworks/projects/Mobile/pom.xml index a251782..0ac3211 100644 --- a/frameworks/projects/Mobile/pom.xml +++ b/frameworks/projects/Mobile/pom.xml @@ -77,7 +77,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -90,7 +90,7 @@ <artifactId>Graphics</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -103,7 +103,7 @@ <artifactId>Basic</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/Network/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Network/pom.xml b/frameworks/projects/Network/pom.xml index b13cf88..689ecbb 100644 --- a/frameworks/projects/Network/pom.xml +++ b/frameworks/projects/Network/pom.xml @@ -67,7 +67,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/Reflection/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Reflection/pom.xml b/frameworks/projects/Reflection/pom.xml index ab9db5a..12f94c3 100644 --- a/frameworks/projects/Reflection/pom.xml +++ b/frameworks/projects/Reflection/pom.xml @@ -59,7 +59,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/Storage/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Storage/pom.xml b/frameworks/projects/Storage/pom.xml index 0d49303..0d9b4ae 100644 --- a/frameworks/projects/Storage/pom.xml +++ b/frameworks/projects/Storage/pom.xml @@ -73,7 +73,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7193bb26/frameworks/projects/XML/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/XML/pom.xml b/frameworks/projects/XML/pom.xml index 90e30d1..efb81de 100644 --- a/frameworks/projects/XML/pom.xml +++ b/frameworks/projects/XML/pom.xml @@ -65,7 +65,7 @@ <artifactId>Core</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> @@ -78,7 +78,7 @@ <artifactId>Language</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> - <classifier>typedefs</classifier> + <classifier>js</classifier> </dependency> </dependencies>
