You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2020/10/19 18:37:57 UTC

[royale-asjs] branch develop updated: Add DragDrop dependency to SparkRoyale for ant

This is an automated email from the ASF dual-hosted git repository.

gregdove pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 48caddf  Add DragDrop dependency to SparkRoyale for ant
48caddf is described below

commit 48caddfbdfd5b2165708eb32c9b7a028f0df63af
Author: greg-dove <gr...@gmail.com>
AuthorDate: Tue Oct 20 07:36:45 2020 +1300

    Add DragDrop dependency to SparkRoyale for ant
---
 .../js/projects/SparkRoyaleJS/src/main/config/compile-js-config.xml      | 1 +
 frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/frameworks/js/projects/SparkRoyaleJS/src/main/config/compile-js-config.xml b/frameworks/js/projects/SparkRoyaleJS/src/main/config/compile-js-config.xml
index f3fc9c0..7a1f198 100644
--- a/frameworks/js/projects/SparkRoyaleJS/src/main/config/compile-js-config.xml
+++ b/frameworks/js/projects/SparkRoyaleJS/src/main/config/compile-js-config.xml
@@ -65,6 +65,7 @@
             <path-element>../../../../../libs/EffectsJS.swc</path-element>
             <path-element>../../../../../libs/ExpressJS.swc</path-element>
             <path-element>../../../../../libs/GraphicsJS.swc</path-element>
+            <path-element>../../../../../libs/DragDropJS.swc</path-element>
             <path-element>../../../../../libs/HTMLJS.swc</path-element>
             <path-element>../../../../../libs/NetworkJS.swc</path-element>
             <path-element>../../../../../libs/ChartsJS.swc</path-element>
diff --git a/frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml b/frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml
index f710ab6..95c1a86 100644
--- a/frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml
+++ b/frameworks/projects/SparkRoyale/src/main/config/compile-swf-config.xml
@@ -36,6 +36,7 @@
             <path-element>../../../../../libs/Collections.swc</path-element>
             <path-element>../../../../../libs/Effects.swc</path-element>
             <path-element>../../../../../libs/Graphics.swc</path-element>
+            <path-element>../../../../../libs/DragDrop.swc</path-element>
             <path-element>../../../../../libs/HTML.swc</path-element>
             <path-element>../../../../../libs/MXRoyale.swc</path-element>
             <path-element>../../../../../libs/Reflection.swc</path-element>