You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2020/03/24 15:03:59 UTC

[royale-asjs] branch develop updated: Adjust cleanup after moving TourDeJewel

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 7499534  Adjust cleanup after moving TourDeJewel
7499534 is described below

commit 74995346657fcf558a3884679cc0a8b3fc4c01ce
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Tue Mar 24 16:03:47 2020 +0100

    Adjust cleanup after moving TourDeJewel
---
 examples/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/build.xml b/examples/build.xml
index 0d5a5b7..f910d00 100644
--- a/examples/build.xml
+++ b/examples/build.xml
@@ -160,7 +160,7 @@
         <ant dir="${basedir}/royale/DragAndDropExample" target="clean"/>
         <ant dir="${basedir}/royale/Flex2Royale" target="clean"/>
         <ant dir="${basedir}/royale/JSON2ASVO" target="clean"/>
-        <ant dir="${basedir}/royale/TourDeJewel" target="clean"/>
+        <ant dir="${basedir}/jewel/TourDeJewel" target="clean"/>
         <ant dir="${basedir}/royale/RoyaleTeamPage_MDL" target="clean"/>
         <ant dir="${basedir}/royale/RoyaleWebsite" target="clean"/>
         <ant dir="${basedir}/royale/RoyaleWebsiteStatsViewer" target="clean"/>