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 a398139753b054544923685b9fb68c5f5ca97ed3 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].
