[PATCH 1 of 2] Changed assembly so it doesnt stop if manual is not present
Wald Commits
scm-commit at wald.intevation.org
Wed May 2 15:27:52 CEST 2018
# HG changeset patch
# User gernotbelger
# Date 1525267630 -7200
# Node ID 508350440b10152efbf8ed0777a628bc265b6d37
# Parent b10b49a749fffd3ef926dd8b1b69251516da52a7
Changed assembly so it doesnt stop if manual is not present
diff -r b10b49a749ff -r 508350440b10 backend/src/assembly/assembly.xml
--- a/backend/src/assembly/assembly.xml Wed May 02 15:24:04 2018 +0200
+++ b/backend/src/assembly/assembly.xml Wed May 02 15:27:10 2018 +0200
@@ -32,9 +32,20 @@
<include>*.sql</include>
</includes>
</fileSet>
+
+ <!-- Include PDF-manual if existant -->
+ <fileSet>
+ <directory>${project.basedir}/doc/documentation/de</directory>
+ <outputDirectory>/flys-importer/doc/</outputDirectory>
+ <includes>
+ <include>*.pdf</include>
+ </includes>
+ </fileSet>
</fileSets>
+
+ <!-- Include PDF-manual if existant -->
+ <!--
<files>
- <!-- Include PDF-manual if existant -->
<file>
<source>
${project.basedir}/doc/documentation/de/importer-manual.pdf
@@ -42,4 +53,5 @@
<outputDirectory>/flys-importer/doc/</outputDirectory>
</file>
</files>
+ -->
</assembly>
More information about the Dive4Elements-commits
mailing list