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 <[email protected]>
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="<path-element>libs/Jewel.swc</path-element>"
value="<path-element>libs/foo/JewelTheme.swc</path-element>"/> -->
<replaceregexp file="${ROYALE_HOME}/frameworks/royale-config.xml"
match="(\s+?)<path-element>libs\/[^\.]+\.swc<\/path-element>(\s+?)"
replace="" flags ="g"/>
<replace file="${ROYALE_HOME}/frameworks/royale-config.xml"
token="<path-element>libs/player/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}</path-element>"
value="<path-element>libs/KeepsFBFromHanging.swc</path-element>"/>
- <!-- <replace file="${ROYALE_HOME}/frameworks/royale-config.xml"
token="<path-element>libs/foo/JewelTheme.swc</path-element>"
value="<path-element>libs/JewelTheme.swc</path-element>"/> -->
</target>
<!--