You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/08/02 00:44:27 UTC

[royale-asjs] 24/29: update clean target

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

aharui pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 8e0a25bcff27ccb1d2f86cad7bad93dcb348b1f1
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Aug 1 16:08:44 2018 -0700

    update clean target
---
 examples/mxroyale/tourdeflexmodules/build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/mxroyale/tourdeflexmodules/build.xml b/examples/mxroyale/tourdeflexmodules/build.xml
index 605276e..ba214b3 100644
--- a/examples/mxroyale/tourdeflexmodules/build.xml
+++ b/examples/mxroyale/tourdeflexmodules/build.xml
@@ -107,7 +107,7 @@
    				<locale>el_GR</locale>
    				<locale>de_CH</locale>
    				<locale>pt_PT</locale>
-				<load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
+				<load-config filename="${ROYALE_HOME}/frameworks/royale-config.xml"/>
 			</mxmlc>
 		</sequential>
 	</macrodef>
@@ -561,6 +561,7 @@
     	<delete>
     		<fileset dir="${basedir}" includes="**/*.swf" />
     	</delete>
+        <delete dir="${basedir}/bin" />
     	<delete dir="${basedir}/squiggly" />
     	<delete dir="${basedir}/dictionaries" />
         <delete dir="${basedir}/src/dictionaries" />