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:02:05 UTC

[royale-asjs] branch develop updated: Adjust ant build after moving TourDeJewel to different folder

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 151571c  Adjust ant build after moving TourDeJewel to different folder
151571c is described below

commit 151571cf6cbcae6412c7aff3e089cfd032f6bd6e
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Tue Mar 24 16:01:50 2020 +0100

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

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