This is an automated email from the ASF dual-hosted git repository.
hiedra 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 33a58b5 [TDJ] Align ant compilation with mvn. cleaning
33a58b5 is described below
commit 33a58b54da69d2e10fb69782a51dfbc6fdeed628
Author: mjesteve <[email protected]>
AuthorDate: Wed Mar 30 12:48:41 2022 +0200
[TDJ] Align ant compilation with mvn. cleaning
---
examples/jewel/TourDeJewel/build.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/examples/jewel/TourDeJewel/build.xml
b/examples/jewel/TourDeJewel/build.xml
index 9f90206..ba9b51e 100644
--- a/examples/jewel/TourDeJewel/build.xml
+++ b/examples/jewel/TourDeJewel/build.xml
@@ -41,11 +41,6 @@
</fileset>
</copy>
<mkdir dir="${basedir}/bin/js-debug/assets/themes" />
- <!-- <copy
todir="${basedir}/bin/js-debug/assets/themes/Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme"
failonerror="false">
- <fileset
dir="${basedir}/../../../frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme/target/classes">
- <include name="defaults.css" />
- </fileset>
- </copy> -->
<copy
toDir="${basedir}/bin/js-debug/assets/themes/Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme"
file="${basedir}/../../../frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Amethyst-Theme/target/classes/defaults.css"
/>
<copy
toDir="${basedir}/bin/js-debug/assets/themes/Jewel-Dark-NoFlat-Emphasized-Blue-Theme"
file="${basedir}/../../../frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Blue-Theme/target/classes/defaults.css"
/>
<copy
toDir="${basedir}/bin/js-debug/assets/themes/Jewel-Dark-NoFlat-Emphasized-Emerald-Theme"
file="${basedir}/../../../frameworks/themes/Jewel-Dark-NoFlat-Emphasized-Emerald-Theme/target/classes/defaults.css"
/>