# HG changeset patch # User Tom Gottfried # Date 1428592131 -7200 # Node ID 44ba71b0b75adf118d74830865765f51eb472519 # Parent 25f9ab25affda45470195d777bcedff1eacec110 (issue1763) Correct properties in importer scripts. diff -r 25f9ab25affd -r 44ba71b0b75a backend/contrib/import_river.sh --- a/backend/contrib/import_river.sh Thu Apr 09 11:54:55 2015 +0200 +++ b/backend/contrib/import_river.sh Thu Apr 09 17:08:51 2015 +0200 @@ -239,7 +239,7 @@ -Dflys.backend.importer.skip.sediment.load.ls=true \ -Dflys.backend.importer.skip.morphological.width=true \ -Dflys.backend.importer.skip.flow.velocity=true \ - -Dflys.backend.importer.skip.bed.height.single=true \ + -Dflys.backend.importer.skip.bed.height=true \ $JAR } @@ -287,7 +287,7 @@ -Dflys.backend.importer.skip.sediment.load.ls=false \ -Dflys.backend.importer.skip.morphological.width=false \ -Dflys.backend.importer.skip.flow.velocity=false \ - -Dflys.backend.importer.skip.bed.height.single=false \ + -Dflys.backend.importer.skip.bed.height=false \ $JAR } @@ -335,7 +335,7 @@ -Dflys.backend.importer.skip.sediment.load.ls=true \ -Dflys.backend.importer.skip.morphological.width=true \ -Dflys.backend.importer.skip.flow.velocity=true \ - -Dflys.backend.importer.skip.bed.height.single=true \ + -Dflys.backend.importer.skip.bed.height=true \ $JAR } diff -r 25f9ab25affd -r 44ba71b0b75a backend/contrib/run_hydr_morph.sh --- a/backend/contrib/run_hydr_morph.sh Thu Apr 09 11:54:55 2015 +0200 +++ b/backend/contrib/run_hydr_morph.sh Thu Apr 09 17:08:51 2015 +0200 @@ -42,7 +42,7 @@ IMPORTER_SKIP_WST=false IMPORTER_SKIP_MEASUREMENT_STATIONS=false -IMPORTER_SKIP_BED_HEIGHT_SINGLE=false +IMPORTER_SKIP_BED_HEIGHT=false IMPORTER_SKIP_FLOW_VELOCITY=false IMPORTER_SKIP_MORPHOLOGICAL_WIDTH=false IMPORTER_SKIP_POROSITY=false @@ -78,7 +78,7 @@ -Dflys.backend.importer.annotation.types=$IMPORTER_ANNOTATION_TYPES \ -Dflys.backend.importer.dry.run=$IMPORTER_DRY_RUN \ -Dflys.backend.importer.skip.annotations=$IMPORTER_SKIP_ANNOTATIONS \ - -Dflys.backend.importer.skip.bed.height.single=$IMPORTER_SKIP_BED_HEIGHT_SINGLE \ + -Dflys.backend.importer.skip.bed.height=$IMPORTER_SKIP_BED_HEIGHT \ -Dflys.backend.importer.skip.bwastr=$IMPORTER_SKIP_BWASTR \ -Dflys.backend.importer.skip.da50s=$IMPORTER_SKIP_DA50S \ -Dflys.backend.importer.skip.da66s=$IMPORTER_SKIP_DA66S \