Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/conf.xml @ 358:f530114182d2
Bugfix: Added missing <output-generators> section to the global configuration.
flys-artifacts/trunk@1765 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 28 Apr 2011 12:23:40 +0000 |
parents | eca7892bf8ff |
children | e5ea6a01526c |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/conf.xml Thu Apr 28 11:32:41 2011 +0000 +++ b/flys-artifacts/doc/conf/conf.xml Thu Apr 28 12:23:40 2011 +0000 @@ -44,6 +44,10 @@ <artifact name="winfo" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/artifacts/winfo.xml" /> </artifacts> + <output-generators> + <output-generator name="discharge_curve">de.intevation.flys.exports.DischargeCurveGenerator</output-generator> + </output-generators> + <rest-server> <!-- at this Point it is possible to Change the Port the ArtifactDatabase will bind to.--> <port>8181</port>