This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch 785-include-examples-in-release in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit d2d24e5748b5377f708a3fd39738cd086034b0f6 Author: Bertil Chapuis <[email protected]> AuthorDate: Sat Feb 24 13:31:04 2024 +0100 Fix assembly file for source release --- baremaps-cli/src/assembly/src.xml | 2 +- examples/contour/liecthenstein-aster-dem-v2-3857.tif | Bin 1966773 -> 0 bytes examples/contour/liecthenstein-aster-dem-v2.tif | Bin 1739201 -> 0 bytes 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/baremaps-cli/src/assembly/src.xml b/baremaps-cli/src/assembly/src.xml index da219896..c2d2a5a0 100644 --- a/baremaps-cli/src/assembly/src.xml +++ b/baremaps-cli/src/assembly/src.xml @@ -46,7 +46,7 @@ limitations under the License. <include>.asf.yaml</include> <include>CONTRIBUTING.md</include> <include>LICENSE</include> - <include>exemples/**</include> + <include>examples/**</include> <include>.gitignore</include> <include>RELEASE.md</include> <include>.run/**</include> diff --git a/examples/contour/liecthenstein-aster-dem-v2-3857.tif b/examples/contour/liecthenstein-aster-dem-v2-3857.tif deleted file mode 100644 index 93f78b72..00000000 Binary files a/examples/contour/liecthenstein-aster-dem-v2-3857.tif and /dev/null differ diff --git a/examples/contour/liecthenstein-aster-dem-v2.tif b/examples/contour/liecthenstein-aster-dem-v2.tif deleted file mode 100644 index e9e705cd..00000000 Binary files a/examples/contour/liecthenstein-aster-dem-v2.tif and /dev/null differ
