Author: tchemit Date: 2009-08-27 16:45:52 +0200 (Thu, 27 Aug 2009) New Revision: 1621 Modified: tags/guix-1.0.0/guix-compiler-gwt/pom.xml tags/guix-1.0.0/pom.xml Log: rename property platform into gwtplatform Modified: tags/guix-1.0.0/guix-compiler-gwt/pom.xml =================================================================== --- tags/guix-1.0.0/guix-compiler-gwt/pom.xml 2009-08-27 14:20:49 UTC (rev 1620) +++ tags/guix-1.0.0/guix-compiler-gwt/pom.xml 2009-08-27 14:45:52 UTC (rev 1621) @@ -44,14 +44,14 @@ <groupId>com.google.gwt</groupId> <artifactId>gwt-dev</artifactId> <type>zip</type> - <classifier>${platform}-libs</classifier> + <classifier>${gwtplatform}-libs</classifier> <scope>libs</scope> </dependency> <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-dev</artifactId> - <classifier>${platform}</classifier> + <classifier>${gwtplatform}</classifier> <scope>provided</scope> </dependency> @@ -106,7 +106,7 @@ <groupId>com.google.gwt</groupId> <artifactId>gwt-dev</artifactId> <version>${gwt.version}</version> - <classifier>${platform}-libs</classifier> + <classifier>${gwtplatform}-libs</classifier> <type>zip</type> <overWrite>false</overWrite> <outputDirectory>${settings.localRepository}/com/google/gwt/gwt-dev/${gwt.version}</outputDirectory> @@ -119,45 +119,6 @@ </plugins> </build> - <profiles> - <profile> - <id>gwt-dev-windows</id> - <properties> - <platform>windows</platform> - </properties> - <activation> - <activeByDefault>false</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> Modified: tags/guix-1.0.0/pom.xml =================================================================== --- tags/guix-1.0.0/pom.xml 2009-08-27 14:20:49 UTC (rev 1620) +++ tags/guix-1.0.0/pom.xml 2009-08-27 14:45:52 UTC (rev 1621) @@ -171,7 +171,7 @@ <artifactId>gwt-dev</artifactId> <version>${gwt.version}</version> <type>zip</type> - <classifier>${platform}-libs</classifier> + <classifier>${gwtplatform}-libs</classifier> <scope>provided</scope> </dependency> @@ -179,7 +179,7 @@ <groupId>com.google.gwt</groupId> <artifactId>gwt-dev</artifactId> <version>${gwt.version}</version> - <classifier>${platform}</classifier> + <classifier>${gwtplatform}</classifier> <scope>provided</scope> </dependency> @@ -241,5 +241,44 @@ <developerConnection>scm:svn:http://svn.nuiton.org/svn/guix/tags/guix-1.0.0</developerConnection> <url>http://www.nuiton.org/repositories/browse/guix/tags/guix-1.0.0</url> </scm> + + <profiles> + <profile> + <id>gwt-dev-windows</id> + <properties> + <gwtplatform>windows</gwtplatform> + </properties> + <activation> + <activeByDefault>false</activeByDefault> + <os> + <family>windows</family> + </os> + </activation> + </profile> + <profile> + <id>gwt-dev-mac</id> + <properties> + <gwtplatform>mac</gwtplatform> + </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> + <gwtplatform>linux</gwtplatform> + </properties> + </profile> + </profiles> </project>
participants (1)
-
tchemit@users.nuiton.org