Mercurial > dive4elements > river
diff gwt-client/pom.xml @ 8502:7f63ad20d4f0
Whitespace-cleanup in XML-files.
author | "Tom Gottfried <tom@intevation.de>" |
---|---|
date | Tue, 16 Dec 2014 13:29:38 +0100 |
parents | b834caf0a4f0 |
children | 1816389d5f6c |
line wrap: on
line diff
--- 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>