You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/09/21 00:28:27 UTC

[royale-asjs] 01/02: oops

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

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

commit 5eec007617556adcfe41a6df1c625b9296616f03
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Sep 20 17:22:54 2018 -0700

    oops
---
 frameworks/js/build.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/frameworks/js/build.xml b/frameworks/js/build.xml
index 4128f5d..81fb22d 100644
--- a/frameworks/js/build.xml
+++ b/frameworks/js/build.xml
@@ -266,15 +266,15 @@
         <ant dir="${basedir}/projects/IconsJS"/>
     </target>
 
-    <target name="Icons" description="Clean build of JewelJS.swc">
+    <target name="Jewel" description="Clean build of JewelJS.swc">
         <ant dir="${basedir}/projects/JewelJS"/>
     </target>
 
-    <target name="Icons" description="Clean build of MXRoyaleJS.swc">
+    <target name="MXRoyale" description="Clean build of MXRoyaleJS.swc">
         <ant dir="${basedir}/projects/MXRoyaleJS"/>
     </target>
 
-    <target name="Icons" description="Clean build of SparkRoyaleJS.swc">
+    <target name="SparkRoyale" description="Clean build of SparkRoyaleJS.swc">
         <ant dir="${basedir}/projects/SparkRoyaleJS"/>
     </target>