This is an automated email from the ASF dual-hosted git repository.
aharui 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 46be711 fix asdoc maven build
46be711 is described below
commit 46be711473aa5cff137041e95a2ce7f72ccf54bf
Author: Alex Harui <[email protected]>
AuthorDate: Sat Feb 3 22:14:40 2018 -0800
fix asdoc maven build
---
examples/royale/ASDoc/pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/examples/royale/ASDoc/pom.xml b/examples/royale/ASDoc/pom.xml
index 5182da2..62d249d 100644
--- a/examples/royale/ASDoc/pom.xml
+++ b/examples/royale/ASDoc/pom.xml
@@ -61,6 +61,20 @@
<type>swc</type>
<classifier>js</classifier>
</dependency>
+ <dependency>
+ <groupId>org.apache.royale.framework</groupId>
+ <artifactId>RoyaleSite</artifactId>
+ <version>0.9.1-SNAPSHOT</version>
+ <type>swc</type>
+ <classifier>swf</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.royale.framework</groupId>
+ <artifactId>RoyaleSite</artifactId>
+ <version>0.9.1-SNAPSHOT</version>
+ <type>swc</type>
+ <classifier>js</classifier>
+ </dependency>
<dependency>
<groupId>com.adobe.flash.framework</groupId>
--
To stop receiving notification emails like this one, please contact
[email protected].