changeset 8502:7f63ad20d4f0

Whitespace-cleanup in XML-files.
author "Tom Gottfried <tom@intevation.de>"
date Tue, 16 Dec 2014 13:29:38 +0100
parents c8d633c0971b
children 9f3ffb218bc0
files artifacts/doc/conf/meta-data.xml artifacts/doc/conf/themes.xml artifacts/pom.xml backend/pom-oracle.xml backend/pom.xml gwt-client/pom.xml
diffstat 6 files changed, 18 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- 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>
--- 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"
--- 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>
--- 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>
--- 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>
--- 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>

http://dive4elements.wald.intevation.org