You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/12/30 11:59:08 UTC

[royale-asjs] branch develop updated: Cleaned up build script

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

harbs 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 09812b5  Cleaned up build script
09812b5 is described below

commit 09812b5b59ce500100e5e48255b107c93fec5004
Author: Harbs <ha...@in-tools.com>
AuthorDate: Sun Dec 30 13:58:57 2018 +0200

    Cleaned up build script
---
 build.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/build.xml b/build.xml
index 6bf3a8f..5e006b9 100644
--- a/build.xml
+++ b/build.xml
@@ -1054,11 +1054,8 @@ limitations under the License.
         <copy file="${ROYALE_HOME}/js/libs/js.swc"
         tofile="${ROYALE_HOME}/frameworks/libs/KeepsFBFromHanging.swc" />
         <copy file="${basedir}/npm/js-only/package.json" todir="${basedir}/temp" overwrite="true"/>
-        <!-- Change Jewel to JewelTheme? -->
-        <!-- <replace file="${ROYALE_HOME}/frameworks/royale-config.xml" token="&lt;path-element&gt;libs/Jewel.swc&lt;/path-element&gt;" value="&lt;path-element&gt;libs/foo/JewelTheme.swc&lt;/path-element&gt;"/> -->
         <replaceregexp file="${ROYALE_HOME}/frameworks/royale-config.xml" match="(\s+?)&lt;path-element&gt;libs\/[^\.]+\.swc&lt;\/path-element&gt;(\s+?)" replace="" flags ="g"/>
         <replace file="${ROYALE_HOME}/frameworks/royale-config.xml" token="&lt;path-element&gt;libs/player/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}&lt;/path-element&gt;" value="&lt;path-element&gt;libs/KeepsFBFromHanging.swc&lt;/path-element&gt;"/>
-        <!-- <replace file="${ROYALE_HOME}/frameworks/royale-config.xml" token="&lt;path-element&gt;libs/foo/JewelTheme.swc&lt;/path-element&gt;" value="&lt;path-element&gt;libs/JewelTheme.swc&lt;/path-element&gt;"/> -->
     </target>
     
     <!--