Mercurial > dive4elements > river
changeset 1014:66473e72d321
Minor cosmetics (comments).
flys-artifacts/trunk@2460 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 03 Aug 2011 11:23:13 +0000 |
parents | 73330e89b0af |
children | 9a1a3080ad98 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/conf.xml |
diffstat | 2 files changed, 14 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Aug 03 11:20:07 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Aug 03 11:23:13 2011 +0000 @@ -1,3 +1,9 @@ +2011-08-03 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * doc/conf/conf.xml: + Cosmetics, let comments start with a capital and end on a full stop, + removed incorrect comment. + 2011-08-03 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java:
--- a/flys-artifacts/doc/conf/conf.xml Wed Aug 03 11:20:07 2011 +0000 +++ b/flys-artifacts/doc/conf/conf.xml Wed Aug 03 11:23:13 2011 +0000 @@ -10,8 +10,7 @@ artifact-collection="de.intevation.flys.collections.FLYSArtifactCollection">de.intevation.artifactdatabase.DefaultArtifactCollectionFactory</collection-factory> <artifact-factories> - <!-- All Artifactfactories which are available in this Database. - Each Artifactfactory represents one river. --> + <!-- All Artifactfactories which are available in this Database. --> <artifact-factory name="winfo" description="Factory to create an artifact to be used in WINFO" ttl="3600000" artifact="de.intevation.flys.artifacts.WINFOArtifact">de.intevation.artifactdatabase.DefaultArtifactFactory</artifact-factory> @@ -89,19 +88,19 @@ <output-generator name="durationcurve_export">de.intevation.flys.exports.DurationCurveExporter</output-generator> <output-generator name="computed_dischargecurve_export">de.intevation.flys.exports.ComputedDischargeCurveExporter</output-generator> <output-generator name="discharge_longitudinal_section_export">de.intevation.flys.exports.DischargeLongitudinalSectionExporter</output-generator> - <!-- error report generators --> + <!-- Error report generators. --> <output-generator name="discharge_longitudinal_section_report">de.intevation.flys.exports.ReportGenerator</output-generator> <output-generator name="waterlevel_report">de.intevation.flys.exports.ReportGenerator</output-generator> <output-generator name="computed_dischargecurve_report">de.intevation.flys.exports.ReportGenerator</output-generator> <output-generator name="durationcurve_report">de.intevation.flys.exports.ReportGenerator</output-generator> - <!-- AT exporter --> + <!-- AT exporter. --> <output-generator name="computed_dischargecurve_at_export">de.intevation.flys.exports.ATExporter</output-generator> </output-generators> - <!-- path to the template file of the meta data --> + <!-- Path to the template file of the meta data. --> <metadata template="${artifacts.config.dir}/meta-data-template.xml"/> - <!-- the WMS layer that is displayed as background layer in floodmaps. --> + <!-- The WMS layer that is displayed as background layer in floodmaps. --> <floodmap> <background-layer url="http://vmap0.tiles.osgeo.org/wms/vmap0" layer="basic"/> <river-wms river="Saar" url="http://flys-devel.intevation.de/cgi-bin/saar-wms"/> @@ -110,11 +109,11 @@ </floodmap> <rest-server> - <!-- at this Point it is possible to Change the Port the ArtifactDatabase will bind to.--> + <!-- The port which the ArtifactDatabase will bind to. --> <port>8181</port> <listen>localhost</listen> </rest-server> - <!-- garbage collection of outdated artifacts --> + <!-- Garbage collection of outdated artifacts. --> <cleaner> <sleep-time>60000</sleep-time> </cleaner> @@ -139,7 +138,7 @@ <password></password> <url>jdbc:h2:${artifacts.config.dir}/../artifactdb/artifacts.db</url> </database> - <!-- This is the default backend db configuration --> + <!-- This is the default backend db configuration. --> <!-- <backend-database> <user>flys</user>