Repository: flex-asjs
Updated Branches:
  refs/heads/feature/amf 030b917f6 -> 909caf1c0


Network now depends on Reflection


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

Branch: refs/heads/feature/amf
Commit: 682377ed3e3bfa67c153c8b0ee58ca95ca3dc683
Parents: 030b917
Author: Alex Harui <[email protected]>
Authored: Mon Aug 21 12:32:52 2017 -0700
Committer: Alex Harui <[email protected]>
Committed: Mon Aug 21 12:32:52 2017 -0700

----------------------------------------------------------------------
 frameworks/projects/Network/pom.xml | 3 ++-
 frameworks/projects/pom.xml         | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/682377ed/frameworks/projects/Network/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Network/pom.xml 
b/frameworks/projects/Network/pom.xml
index b6f40b3..a1e0449 100644
--- a/frameworks/projects/Network/pom.xml
+++ b/frameworks/projects/Network/pom.xml
@@ -76,13 +76,14 @@
       <artifactId>Reflection</artifactId>
       <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
+      <classifier>swf</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>Reflection</artifactId>
       <version>0.9.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/682377ed/frameworks/projects/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml
index 40c2e87..0479a4d 100644
--- a/frameworks/projects/pom.xml
+++ b/frameworks/projects/pom.xml
@@ -53,8 +53,8 @@
     <module>Language</module>
     <module>MaterialDesignLite</module>
     <module>Mobile</module>
-    <module>Network</module>
     <module>Reflection</module>
+    <module>Network</module>
     <module>Storage</module>
     <module>XML</module>
     <module>Text</module>

Reply via email to