[PATCH] Whitespace-cleanup in XML-files
Wald Commits
scm-commit at wald.intevation.org
Tue Dec 16 13:30:18 CET 2014
# HG changeset patch
# User "Tom Gottfried <tom at intevation.de>"
# Date 1418732978 -3600
# Node ID 7f63ad20d4f0ec590accf9d2056555b514409995
# Parent c8d633c0971b483e9a578a167b0ed44b0d07d980
Whitespace-cleanup in XML-files.
diff -r c8d633c0971b -r 7f63ad20d4f0 artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml Mon Dec 15 19:30:10 2014 +0100
+++ b/artifacts/doc/conf/meta-data.xml Tue Dec 16 13:29:38 2014 +0100
@@ -2055,7 +2055,7 @@
dz.upper_discharge AS upperQ,
dz.lower_discharge AS lowerQ
FROM flow_velocity_model fvm
- JOIN discharge_zone dz ON dz.id = fvm.discharge_zone_id
+ JOIN discharge_zone dz ON dz.id = fvm.discharge_zone_id
WHERE dz.river_id = ${river_id}
ORDER BY dz.value
</dc:statement>
diff -r c8d633c0971b -r 7f63ad20d4f0 artifacts/doc/conf/themes.xml
--- a/artifacts/doc/conf/themes.xml Mon Dec 15 19:30:10 2014 +0100
+++ b/artifacts/doc/conf/themes.xml Tue Dec 16 13:29:38 2014 +0100
@@ -9,8 +9,8 @@
&default-themes;
&second-themes;
- <!-- Mappings are following now. A mapping maps between a name of a facet
- and a theme. Always the first matching mapping is taken, so consider putting
+ <!-- Mappings are following now. A mapping maps between a name of a facet
+ and a theme. Always the first matching mapping is taken, so consider putting
most specific mappings on top of the list. -->
<mappings>
<mapping from="longitudinal_section.w" masterAttr="ld_mode==location"
diff -r c8d633c0971b -r 7f63ad20d4f0 artifacts/pom.xml
--- a/artifacts/pom.xml Mon Dec 15 19:30:10 2014 +0100
+++ b/artifacts/pom.xml Tue Dec 16 13:29:38 2014 +0100
@@ -134,10 +134,10 @@
<artifactId>gt-swing</artifactId>
<version>2.7.2</version>
</dependency>
- <dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <version>20090211</version>
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <version>20090211</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
diff -r c8d633c0971b -r 7f63ad20d4f0 backend/pom-oracle.xml
--- a/backend/pom-oracle.xml Mon Dec 15 19:30:10 2014 +0100
+++ b/backend/pom-oracle.xml Tue Dec 16 13:29:38 2014 +0100
@@ -70,7 +70,7 @@
<groupId>org.dive4elements</groupId>
<artifactId>artifacts-common</artifactId>
<version>1.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
diff -r c8d633c0971b -r 7f63ad20d4f0 backend/pom.xml
--- a/backend/pom.xml Mon Dec 15 19:30:10 2014 +0100
+++ b/backend/pom.xml Tue Dec 16 13:29:38 2014 +0100
@@ -58,7 +58,7 @@
<groupId>org.dive4elements</groupId>
<artifactId>artifacts-common</artifactId>
<version>1.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
diff -r c8d633c0971b -r 7f63ad20d4f0 gwt-client/pom.xml
--- a/gwt-client/pom.xml Mon Dec 15 19:30:10 2014 +0100
+++ b/gwt-client/pom.xml Tue Dec 16 13:29:38 2014 +0100
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<!-- POM file generated with GWT webAppCreator -->
@@ -9,7 +9,7 @@
<packaging>war</packaging>
<version>1.0-SNAPSHOT</version>
<name>org.dive4elements.river.client</name>
-
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Convenience property to set the GWT version -->
@@ -125,7 +125,7 @@
</dependencies>
<build>
- <!-- Generate compiled stuff in the folder used for developing mode -->
+ <!-- Generate compiled stuff in the folder used for developing mode -->
<outputDirectory>target/www/WEB-INF/classes</outputDirectory>
<plugins>
@@ -147,7 +147,7 @@
<version>${gwtVersion}</version>
</dependency>
</dependencies>
- <!-- JS is only needed in the package phase, this speeds up testing -->
+ <!-- JS is only needed in the package phase, this speeds up testing -->
<executions>
<execution>
<phase>prepare-package</phase>
@@ -156,8 +156,8 @@
</goals>
</execution>
</executions>
- <!-- Plugin configuration. There are many available options,
- see gwt-maven-plugin documentation at codehaus.org -->
+ <!-- Plugin configuration. There are many available options,
+ see gwt-maven-plugin documentation at codehaus.org -->
<configuration>
<!-- URL that should be automatically opened in the GWT shell (gwt:run). -->
<runTarget>FLYS.html</runTarget>
@@ -179,7 +179,7 @@
<useManifestOnlyJar>false</useManifestOnlyJar>
<forkMode>always</forkMode>
- <!-- Folder for generated testing stuff -->
+ <!-- Folder for generated testing stuff -->
<systemProperties>
<property>
<name>gwt.args</name>
@@ -188,7 +188,7 @@
</systemProperties>
</configuration>
</plugin>
-
+
<!-- Copy static web files before executing gwt:run -->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
@@ -223,7 +223,7 @@
</filesets>
</configuration>
</plugin>
-
+
</plugins>
</build>
<repositories>
More information about the Dive4Elements-commits
mailing list