This is an automated email from the ASF dual-hosted git repository.
piotrz 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 5a0e476 Fix namespaces for IconsJS build
5a0e476 is described below
commit 5a0e47611e16579fb1fca0c20e1ebf80fb092557
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Mon Aug 27 16:17:03 2018 +0200
Fix namespaces for IconsJS build
---
.../js/projects/IconsJS/src/main/config/compile-js-config.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git
a/frameworks/js/projects/IconsJS/src/main/config/compile-js-config.xml
b/frameworks/js/projects/IconsJS/src/main/config/compile-js-config.xml
index 8984685..82213b1 100644
--- a/frameworks/js/projects/IconsJS/src/main/config/compile-js-config.xml
+++ b/frameworks/js/projects/IconsJS/src/main/config/compile-js-config.xml
@@ -61,16 +61,15 @@
if these swcs are on the external-library-path then their
requires
will not be listed -->
<path-element>../../../../../libs/CoreJS.swc</path-element>
- <path-element>../../../../../libs/ReflectionJS.swc</path-element>
</library-path>
-
+
<namespaces>
<namespace>
<uri>library://ns.apache.org/royale/basic</uri>
-
<manifest>../../../../../../projects/Network/src/main/resources/basic-manifest.xml</manifest>
+
<manifest>${project.basedir}/src/main/resources/icons-manifest.xml</manifest>
</namespace>
</namespaces>
-
+
<source-path>
<path-element>../../../../../../projects/Icons/src/main/royale</path-element>
</source-path>