[PATCH 1 of 3] Add file forgotten with rev. d8d71005a210 five years ago

Wald Commits scm-commit at wald.intevation.org
Fri Feb 25 17:22:28 CET 2022


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1645796366 -3600
#      Fri Feb 25 14:39:26 2022 +0100
# Branch 3.2.x
# Node ID de83690667fe6152822639882ec1a58e7cc60cc4
# Parent  810ab0eb0d4b4b4424a39e3f1c123a183664e3ed
Add file forgotten with rev. d8d71005a210 five years ago

diff -r 810ab0eb0d4b -r de83690667fe etl/src/assembly/assembly.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etl/src/assembly/assembly.xml	Fri Feb 25 14:39:26 2022 +0100
@@ -0,0 +1,24 @@
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+          xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
+  <id>bin</id>
+  <formats>
+    <format>tar</format>
+    <format>tar.gz</format>
+  </formats>
+  <fileSets>
+    <fileSet>
+      <directory>${project.basedir}/bin</directory>
+      <outputDirectory>bin</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>${project.basedir}/doc</directory>
+      <outputDirectory>doc</outputDirectory>
+    </fileSet>
+  </fileSets>
+  <dependencySets>
+    <dependencySet>
+      <outputDirectory>bin/lib</outputDirectory>
+    </dependencySet>
+  </dependencySets>
+</assembly>


More information about the Dive4Elements-commits mailing list