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
The following commit(s) were added to refs/heads/feature/vivid-ui-set by this
push:
new 3b63132 final dependency from vivid for swf compile
3b63132 is described below
commit 3b631320af0d17b3146c450c0ab022eb9e05bfa2
Author: Carlos Rovira <[email protected]>
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
[email protected].