Author: tchemit Date: 2009-08-27 16:53:24 +0200 (Thu, 27 Aug 2009) New Revision: 1622 Modified: tags/guix-1.0.0/guix-test-gwt/pom.xml Log: rename property platform into gwtplatform Modified: tags/guix-1.0.0/guix-test-gwt/pom.xml =================================================================== --- tags/guix-1.0.0/guix-test-gwt/pom.xml 2009-08-27 14:45:52 UTC (rev 1621) +++ tags/guix-1.0.0/guix-test-gwt/pom.xml 2009-08-27 14:53:24 UTC (rev 1622) @@ -28,14 +28,14 @@ <groupId>com.google.gwt</groupId> <artifactId>gwt-dev</artifactId> <type>zip</type> - <classifier>${platform}-libs</classifier> + <classifier>${gwtplatform}-libs</classifier> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-dev</artifactId> - <classifier>${platform}</classifier> + <classifier>${gwtplatform}</classifier> <scope>provided</scope> </dependency> @@ -155,7 +155,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>