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/03/13 07:39:29 UTC

svn commit: r25675 - /dev/royale/0.9.2/rc2/ApproveRoyale.xml

Author: aharui
Date: Tue Mar 13 07:39:29 2018
New Revision: 25675

Log:
comment out examples because MenuExample is failing

Modified:
    dev/royale/0.9.2/rc2/ApproveRoyale.xml

Modified: dev/royale/0.9.2/rc2/ApproveRoyale.xml
==============================================================================
--- dev/royale/0.9.2/rc2/ApproveRoyale.xml (original)
+++ dev/royale/0.9.2/rc2/ApproveRoyale.xml Tue Mar 13 07:39:29 2018
@@ -757,7 +757,7 @@
     <target name="build" depends="check-flash,ask.build,ask-font,get.dependencies,copy.downloads">
         <property name="no.lint" value="true" />
         <ant dir="${basedir}/${package.url.name}/royale-asjs" target="all" />
-        <ant dir="${basedir}/${package.url.name}/royale-asjs" target="examples" />
+        <!--<ant dir="${basedir}/${package.url.name}/royale-asjs" target="examples" />-->
         <antcall target="build_maven" />
     </target>