[PATCH] bundu.bezugswst datei vergessen

Wald Commits scm-commit at wald.intevation.org
Wed Jul 25 14:43:25 CEST 2018


# HG changeset patch
# User gernotbelger
# Date 1532522599 -7200
# Node ID 68e216b842ac10ffbe3277681f6c199856f61ae2
# Parent  4a6cc7c6716ae14341aa6b3b43ef87e35baafcbc
bundu.bezugswst datei vergessen

diff -r 4a6cc7c6716a -r 68e216b842ac artifacts/doc/conf/conf.xml
--- a/artifacts/doc/conf/conf.xml	Wed Jul 25 14:42:44 2018 +0200
+++ b/artifacts/doc/conf/conf.xml	Wed Jul 25 14:43:19 2018 +0200
@@ -24,8 +24,8 @@
     <!ENTITY discharge-defaults SYSTEM "generators/discharge-diagram-defaults.xml">
 
     <!ENTITY sinfo_artifact SYSTEM "artifacts/sinfo.xml">    
-    <!ENTITY uinfo_artifact SYSTEM "artifacts/uinfo.xml">  
-    <!ENTITY bundu_artifact SYSTEM "artifacts/bundu.xml">     
+    <!ENTITY uinfo_artifact SYSTEM "artifacts/uinfo.xml">
+    <!ENTITY bundu_artifact SYSTEM "artifacts/bundu.xml">
 ]>
 <artifact-database>
     <export-secret>YOUR_SECRET</export-secret>
@@ -228,6 +228,10 @@
                 service="org.dive4elements.river.artifacts.services.MainValuesService"
                 description="Returns the main values of a river's gauge based on a start and end point of the river.">org.dive4elements.artifactdatabase.DefaultServiceFactory</service-factory>
             <service-factory
+                name="dynamicMainvalues"
+                service="org.dive4elements.river.artifacts.services.DynamicMainValuesService"
+                description="Computes the main values of a river's gauge based on a start and end point of the river, long-time discharge values and a time period">org.dive4elements.artifactdatabase.DefaultServiceFactory</service-factory>
+            <service-factory
                 name="metadata"
                 service="org.dive4elements.river.artifacts.services.MetaDataService"
                 description="The service provides some introspection into the database content.">org.dive4elements.artifactdatabase.DefaultServiceFactory</service-factory>


More information about the Dive4Elements-commits mailing list