[Dive4elements-commits] [PATCH] Import main values of type '-' by default

Wald Commits scm-commit at wald.intevation.org
Wed Jun 26 21:22:40 CEST 2013


# HG changeset patch
# User Tom Gottfried <tom.gottfried at intevation.de>
# Date 1372274557 -7200
# Branch double-precision
# Node ID 25912df0facf5f4be58c5439980f892c0935d4d1
# Parent  28c390debd9b89143d41cc64dcfb8b4d9b43a7ec
Import main values of type '-' by default

diff -r 28c390debd9b -r 25912df0facf backend/contrib/import_river.sh
--- a/backend/contrib/import_river.sh	Wed Jun 26 16:40:25 2013 +0200
+++ b/backend/contrib/import_river.sh	Wed Jun 26 21:22:37 2013 +0200
@@ -32,7 +32,7 @@
 DEFAULT_BACKEND_NAME="XE"
 JAR="hydr_morph/importer.jar"
 IMPORTER_DRY_RUN=false
-IMPORTER_MAINVALUE_TYPES=QWTD
+IMPORTER_MAINVALUE_TYPES=QWTD-
 IMPORTER_ANNOTATION_TYPES="conf/annotation-types.xml"
 
 
diff -r 28c390debd9b -r 25912df0facf backend/contrib/run_hydr_morph.sh
--- a/backend/contrib/run_hydr_morph.sh	Wed Jun 26 16:40:25 2013 +0200
+++ b/backend/contrib/run_hydr_morph.sh	Wed Jun 26 21:22:37 2013 +0200
@@ -22,7 +22,7 @@
 
 ######################## Custom Importer Settings ###################
 IMPORTER_DRY_RUN=false
-IMPORTER_MAINVALUE_TYPES=QWTD
+IMPORTER_MAINVALUE_TYPES=QWTD-
 IMPORTER_ANNOTATION_TYPES="conf/annotation-types.xml"
 
 IMPORTER_SKIP_ANNOTATIONS=false


More information about the Dive4elements-commits mailing list