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 5db0028  Fix path to config file for IconsJS
5db0028 is described below

commit 5db002838e1923521a1d132ed166430c84c5f182
Author: Piotr Zarzycki <piotrzarzyck...@gmail.com>
AuthorDate: Mon Aug 27 16:31:32 2018 +0200

    Fix path to config file for IconsJS
---
 frameworks/js/projects/IconsJS/src/main/config/compile-js-config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 82213b1..a4c8a39 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
@@ -66,7 +66,7 @@
         <namespaces>
             <namespace>
                 <uri>library://ns.apache.org/royale/basic</uri>
-                
<manifest>${project.basedir}/src/main/resources/icons-manifest.xml</manifest>
+                
<manifest>../../../../../../projects/Icons/src/main/resources/icons-manifest.xml</manifest>
             </namespace>
         </namespaces>
 

Reply via email to