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 18a5a14 maven-distribution: make js-only maven sdk to work on IDEs too
18a5a14 is described below
commit 18a5a1489aa89dfe9714a4cb9e6256794307c8bd
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Feb 4 10:47:38 2020 +0100
maven-distribution: make js-only maven sdk to work on IDEs too
---
distribution/src/main/assembly/component-royale.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/distribution/src/main/assembly/component-royale.xml
b/distribution/src/main/assembly/component-royale.xml
index f3db8c3..00eb02c 100644
--- a/distribution/src/main/assembly/component-royale.xml
+++ b/distribution/src/main/assembly/component-royale.xml
@@ -90,6 +90,18 @@ under the License.
</includes>
</dependencySet>
+ <!-- Put the framework swcs into the frameworks/libs directory (needed for
IDEs) -->
+ <dependencySet>
+ <useProjectArtifact>false</useProjectArtifact>
+ <outputDirectory>frameworks/libs</outputDirectory>
+ <includes>
+ <include>org.apache.royale.framework:*:swc</include>
+ </includes>
+ <excludes>
+ <exclude>org.apache.royale.framework:*:swc:typedefs</exclude>
+ </excludes>
+ </dependencySet>
+
<!-- Copy the fonts -->
<!-- Disabled as currently font swf compilation is deactivated -->
<!--dependencySet>