You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2021/04/06 16:44:08 UTC

[royale-compiler] branch develop updated: Ant: fix wipe command failing because of a typo

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

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4dc0ab5  Ant: fix wipe command failing because of a typo
4dc0ab5 is described below

commit 4dc0ab5435ade78e05561fd864f96173291de4fa
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Tue Apr 6 09:43:01 2021 -0700

    Ant: fix wipe command failing because of a typo
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 3bfdd65..620b31f 100644
--- a/build.xml
+++ b/build.xml
@@ -152,7 +152,7 @@
         <ant dir="compiler-externc" target="wipe"/>
         <ant dir="compiler-playerglobalc" target="wipe"/>
         <ant dir="compiler" target="wipe"/>
-        <ant dir="compiler/src/tests" target="wipe"/>
+        <ant dir="compiler/src/test" target="wipe"/>
     </target>
     
     <target name="wipe-all" description="Wipes out everything that didn't come from Git.">