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

yishayw 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 c49c31a  Fix examples build script (ace element)
c49c31a is described below

commit c49c31a1e0f7ddd7746c8b9d6ba52aaf534b3e3b
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Sun Apr 8 17:50:14 2018 +0300

    Fix examples build script (ace element)
---
 examples/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/build.xml b/examples/build.xml
index 7745e63..2a6604a 100644
--- a/examples/build.xml
+++ b/examples/build.xml
@@ -74,7 +74,7 @@
     </target>
     
     <target name="compile" description="Compile Examples" >
-       <ant dir="${basedir}/royale/Ace">
+           <ant dir="${basedir}/royale/Ace"/>
         <ant dir="${basedir}/express/DataBindingExample"/>
         <ant dir="${basedir}/express/DataGridExample"/>
         <ant dir="${basedir}/royale/AccordionExample"/>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to