This is an automated email from the ASF dual-hosted git repository. gregdove pushed a commit to branch improvements/Language in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit f2701572ff424039f121e1c4dba1beae630d7377 Author: greg-dove <[email protected]> AuthorDate: Mon May 20 12:05:16 2019 +1200 Add js-release output to HelloWorld maven build --- examples/royale/HelloWorld/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/royale/HelloWorld/pom.xml b/examples/royale/HelloWorld/pom.xml index 9f76b2d..4d73772 100644 --- a/examples/royale/HelloWorld/pom.xml +++ b/examples/royale/HelloWorld/pom.xml @@ -39,6 +39,9 @@ <artifactId>royale-maven-plugin</artifactId> <extensions>true</extensions> <configuration> + <targets>SWF,JSRoyale</targets> + <debug>false</debug> + <removeCirculars>true</removeCirculars> <mainClass>HelloWorld.mxml</mainClass> </configuration> </plugin> @@ -47,6 +50,13 @@ <dependencies> <dependency> + <groupId>com.adobe.flash.framework</groupId> + <artifactId>playerglobal</artifactId> + <version>${flash.version}</version> + <type>swc</type> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.apache.royale.framework</groupId> <artifactId>Basic</artifactId> <version>0.9.6-SNAPSHOT</version>
