Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
357:37b320bb292b | 358:f530114182d2 |
---|---|
42 | 42 |
43 <artifacts> | 43 <artifacts> |
44 <artifact name="winfo" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/artifacts/winfo.xml" /> | 44 <artifact name="winfo" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/artifacts/winfo.xml" /> |
45 </artifacts> | 45 </artifacts> |
46 | 46 |
47 <output-generators> | |
48 <output-generator name="discharge_curve">de.intevation.flys.exports.DischargeCurveGenerator</output-generator> | |
49 </output-generators> | |
50 | |
47 <rest-server> | 51 <rest-server> |
48 <!-- at this Point it is possible to Change the Port the ArtifactDatabase will bind to.--> | 52 <!-- at this Point it is possible to Change the Port the ArtifactDatabase will bind to.--> |
49 <port>8181</port> | 53 <port>8181</port> |
50 <listen>localhost</listen> | 54 <listen>localhost</listen> |
51 </rest-server> | 55 </rest-server> |