You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2019/05/23 16:35:53 UTC

[royale-asjs] 02/03: Basic tests: fixed incorrect reference to Core

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

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

commit abef0fb5f941186751c328348e9737a9ac698fa9
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Thu May 23 09:27:07 2019 -0700

    Basic tests: fixed incorrect reference to Core
---
 frameworks/projects/Basic/src/test/royale/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Basic/src/test/royale/build.xml b/frameworks/projects/Basic/src/test/royale/build.xml
index a3d0536..054cbb5 100644
--- a/frameworks/projects/Basic/src/test/royale/build.xml
+++ b/frameworks/projects/Basic/src/test/royale/build.xml
@@ -27,7 +27,7 @@
     <property file="${ROYALE_HOME}/build.properties"/>
     <property name="ROYALE_HOME" value="${env.ROYALE_HOME}"/>
     <property name="ROYALE_SWF_COMPILER_HOME" value="${env.ROYALE_SWF_COMPILER_HOME}"/>
-    <property name="target.name" value="Core-${release.version}.swc" />
+    <property name="target.name" value="Basic-${release.version}.swc" />
 
     <property name="report.dir" value="${basedir}/out" />