You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/03/05 19:06:07 UTC

[royale-asjs] 05/15: final dependency from vivid for swf compile

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

carlosrovira pushed a commit to branch feature/vivid-ui-set
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit dfef3db828fa24512fd467a014b61977a9a89b81
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Feb 24 17:39:14 2018 +0100

    final dependency from vivid for swf compile
---
 examples/royale/VividExample/pom.xml | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/examples/royale/VividExample/pom.xml b/examples/royale/VividExample/pom.xml
index 9c73e11..c6210af 100644
--- a/examples/royale/VividExample/pom.xml
+++ b/examples/royale/VividExample/pom.xml
@@ -47,7 +47,7 @@
         <extensions>true</extensions>
         <configuration>
           <mainClass>App.mxml</mainClass>
-          <targets>JSRoyale</targets>
+          <targets>JSRoyale,SWF</targets>
           <!--<htmlTemplate>${basedir}/target/javascript/bin/js-debug/vivid-js-index-template.html</htmlTemplate>-->
         </configuration>
       </plugin>
@@ -55,13 +55,20 @@
   </build>
 
   <dependencies>
-    <!-- <dependency>
+    <dependency>
       <groupId>com.adobe.flash.framework</groupId>
       <artifactId>playerglobal</artifactId>
       <version>${flash.version}</version>
       <type>swc</type>
       <scope>provided</scope>
-    </dependency> -->
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Vivid</artifactId>
+      <version>0.9.2-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
       <artifactId>Vivid</artifactId>

-- 
To stop receiving notification emails like this one, please contact
carlosrovira@apache.org.