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/05/15 16:13:14 UTC

[royale-asjs] branch develop updated: fix manualtest and hopefully royale_asjs build

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

carlosrovira 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 5718fb9  fix manualtest and hopefully royale_asjs build
5718fb9 is described below

commit 5718fb976f584e0b010949542b100e5e06859b22
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue May 15 18:13:08 2018 +0200

    fix manualtest and hopefully royale_asjs build
---
 manualtests/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index efbb4aa..d8c8e95 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -103,6 +103,20 @@
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.4-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
+      <artifactId>Basic</artifactId>
+      <version>0.9.4-SNAPSHOT</version>
+      <type>swc</type>
+      <classifier>js</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.royale.framework</groupId>
       <artifactId>HTML</artifactId>
       <version>0.9.4-SNAPSHOT</version>
       <type>swc</type>

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