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 2018/08/27 13:31:22 UTC

[royale-asjs] branch develop updated: Revert changes with path in order to try other ideas

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 c85a76f  Revert changes with path in order to try other ideas
c85a76f is described below

commit c85a76ffabd3943e3b0342da29f13f72323e685f
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Mon Aug 27 15:31:14 2018 +0200

    Revert changes with path in order to try other ideas
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index f199b2e..d107698 100644
--- a/build.xml
+++ b/build.xml
@@ -790,10 +790,10 @@ limitations under the License.
     </target>
     
     <target name="stage-typedefs" >
-        <ant dir="${ROYALE_TYPEDEFS_HOME}" target="wipe" />
+        <ant dir="${basedir}/../royale-typedefs" target="wipe" />
         <mkdir dir="${staging-dir}/../royale-typedefs"/>
         <copy todir="${staging-dir}/../royale-typedefs" includeEmptyDirs="false" >
-            <fileset dir="${ROYALE_TYPEDEFS_HOME}" includes="**" />
+            <fileset dir="${basedir}/../royale-typedefs" includes="**" />
         </copy>
     </target>