Author: tchemit Date: 2009-08-27 17:01:35 +0200 (Thu, 27 Aug 2009) New Revision: 1624 Modified: tags/guix-1.0.0/guix-test-gwt/pom.xml Log: rename property platform into gwtplatform and remove profiles Modified: tags/guix-1.0.0/guix-test-gwt/pom.xml =================================================================== --- tags/guix-1.0.0/guix-test-gwt/pom.xml 2009-08-27 15:01:14 UTC (rev 1623) +++ tags/guix-1.0.0/guix-test-gwt/pom.xml 2009-08-27 15:01:35 UTC (rev 1624) @@ -104,7 +104,7 @@ <plugin> <groupId>org.nuiton</groupId> <artifactId>maven-i18n-plugin</artifactId> - <version>1.0.0-alpha-1</version> + <version>1.0.0</version> </plugin> <!-- configure the GWT-Maven plugin --> @@ -178,17 +178,8 @@ <warSourceExcludes>.gwt-tmp/**</warSourceExcludes> </configuration> </plugin> - <!-- tell the compiler we can use 1.5 --> + <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - - <plugin> <groupId>org.nuiton.guix</groupId> <artifactId>maven-guix-plugin</artifactId> <version>${project.version}</version> @@ -217,45 +208,6 @@ </plugins> </build> - <profiles> - <profile> - <id>gwt-dev-windows</id> - <properties> - <platform>windows</platform> - </properties> - <activation> - <activeByDefault>true</activeByDefault> - <os> - <family>windows</family> - </os> - </activation> - </profile> - <profile> - <id>gwt-dev-mac</id> - <properties> - <platform>mac</platform> - </properties> - <activation> - <activeByDefault>false</activeByDefault> - <os> - <family>mac</family> - </os> - </activation> - </profile> - <profile> - <id>gwt-dev-linux</id> - <activation> - <activeByDefault>true</activeByDefault> - <os> - <name>Linux</name> - </os> - </activation> - <properties> - <platform>linux</platform> - </properties> - </profile> - </profiles> - <repositories> <repository> <id>gwt-maven</id>