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 46f6411 Fixing one more path to typedefs
46f6411 is described below
commit 46f6411e764b97d375c602db1ed8f15203c08763
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Mon Aug 27 15:14:01 2018 +0200
Fixing one more path to typedefs
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index 0008f40..f199b2e 100644
--- a/build.xml
+++ b/build.xml
@@ -790,7 +790,7 @@ limitations under the License.
</target>
<target name="stage-typedefs" >
- <ant dir="${basedir}/../royale-typedefs" target="wipe" />
+ <ant dir="${ROYALE_TYPEDEFS_HOME}" target="wipe" />
<mkdir dir="${staging-dir}/../royale-typedefs"/>
<copy todir="${staging-dir}/../royale-typedefs"
includeEmptyDirs="false" >
<fileset dir="${ROYALE_TYPEDEFS_HOME}" includes="**" />