Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 020e0ec5d -> 0428a145c


Bring back previous state with fixes only for Express DataBindingExample, 
remove Effects from Express


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

Branch: refs/heads/release0.8.0
Commit: 0428a145ca745dbd81480b559a2aa0fe97a3cbea
Parents: 020e0ec
Author: piotrz <pio...@apache.org>
Authored: Thu May 25 01:17:40 2017 +0200
Committer: piotrz <pio...@apache.org>
Committed: Thu May 25 01:17:40 2017 +0200

----------------------------------------------------------------------
 examples/express/pom.xml            | 13 +++++++++++++
 frameworks/projects/Express/pom.xml | 13 -------------
 2 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0428a145/examples/express/pom.xml
----------------------------------------------------------------------
diff --git a/examples/express/pom.xml b/examples/express/pom.xml
index 70ca739..9b88e4d 100644
--- a/examples/express/pom.xml
+++ b/examples/express/pom.xml
@@ -70,6 +70,19 @@
   </build>
 
   <dependencies>
+  <dependency>
+      <groupId>org.apache.flex.flexjs.framework</groupId>
+      <artifactId>Effects</artifactId>
+      <version>0.8.0-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.framework</groupId>
+      <artifactId>Effects</artifactId>
+      <version>0.8.0-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>Express</artifactId>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0428a145/frameworks/projects/Express/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Express/pom.xml 
b/frameworks/projects/Express/pom.xml
index 3615249..2cc358f 100644
--- a/frameworks/projects/Express/pom.xml
+++ b/frameworks/projects/Express/pom.xml
@@ -139,19 +139,6 @@
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
-    <dependency>
-      <groupId>org.apache.flex.flexjs.framework</groupId>
-      <artifactId>Effects</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
-      <type>swc</type>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.flex.flexjs.framework</groupId>
-      <artifactId>Effects</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
-      <type>swc</type>
-      <classifier>js</classifier>
-    </dependency>
   </dependencies>
 
 </project>

Reply via email to