You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/27 20:39:58 UTC

git commit: [flex-asjs] [refs/heads/tlf] - fix up some poms

Repository: flex-asjs
Updated Branches:
  refs/heads/tlf 88e31ab94 -> ab82aab1a


fix up some poms


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

Branch: refs/heads/tlf
Commit: ab82aab1a1ec37749c8045039bd8aaa023a29948
Parents: 88e31ab
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jun 27 13:39:54 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jun 27 13:39:54 2017 -0700

----------------------------------------------------------------------
 frameworks/projects/Basic/pom.xml    |  1 +
 frameworks/projects/DragDrop/pom.xml | 14 ++++++++++++++
 2 files changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ab82aab1/frameworks/projects/Basic/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/pom.xml b/frameworks/projects/Basic/pom.xml
index 648a98e..13b508a 100644
--- a/frameworks/projects/Basic/pom.xml
+++ b/frameworks/projects/Basic/pom.xml
@@ -67,6 +67,7 @@
           </includeFiles>
           <allowSubclassOverrides>true</allowSubclassOverrides>
           <skipExtern>true</skipExtern>
+          <additionalCompilerOptions>-compiler.fxg-base-class=flash.display.Sprite</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ab82aab1/frameworks/projects/DragDrop/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/DragDrop/pom.xml b/frameworks/projects/DragDrop/pom.xml
index 74fb73c..fbb642b 100644
--- a/frameworks/projects/DragDrop/pom.xml
+++ b/frameworks/projects/DragDrop/pom.xml
@@ -71,6 +71,20 @@
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
+    <dependency>
+        <groupId>org.apache.flex.flexjs.framework</groupId>
+        <artifactId>Basic</artifactId>
+        <version>0.9.0-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.flex.flexjs.framework</groupId>
+        <artifactId>Basic</artifactId>
+        <version>0.9.0-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
   </dependencies>
 
 </project>