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

yishayw pushed a commit to branch feature/ace-editor
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git

commit 11818ee1ab2e1c5e7ce7594b71b28259aca5743d
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Thu Feb 8 17:34:22 2018 +0200

    Add ace to the main typedefs build
---
 build.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build.xml b/build.xml
index 83f0dc7..a3d8e45 100644
--- a/build.xml
+++ b/build.xml
@@ -35,6 +35,7 @@
         <ant dir="jquery" target="clean"/>
         <ant dir="google_maps" target="clean"/>
         <ant dir="node" target="clean"/>
+        <ant dir="ace" target="clean"/>
     </target>
 
     <target name="wipe" description="Wipes out everything that didn't come 
from Git.">
@@ -46,6 +47,7 @@
         <ant dir="jquery" target="wipe"/>
         <ant dir="google_maps" target="wipe"/>
         <ant dir="node" target="wipe"/>
+        <ant dir="ace" target="wipe"/>
     </target>
     
     <target name="main" description="Build everything">
@@ -57,6 +59,7 @@
         <ant dir="jquery" />
         <ant dir="google_maps" />
         <ant dir="node" />
+        <ant dir="ace" />
     </target>
 
 </project>

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

Reply via email to