diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-01-16 08:57:06 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-01-16 08:57:06 +0000 |
commit | 233d3e71c31ceadf60498fd0cb44a630fcd5f96e (patch) | |
tree | 738b45a922a440512863ca6c6a881d188f779545 /pom.xml | |
parent | 48ec07473e01d99e19fe9889c5053da1c704bdb4 (diff) | |
download | gwtquery-233d3e71c31ceadf60498fd0cb44a630fcd5f96e.tar.gz gwtquery-233d3e71c31ceadf60498fd0cb44a630fcd5f96e.zip |
pom.xml changes in profiles
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 45 |
1 files changed, 15 insertions, 30 deletions
@@ -57,21 +57,6 @@ <!-- <module>devtest</module> --> </modules> - <distributionManagement> - <!-- - <repository> - <uniqueVersion>false</uniqueVersion> - <id>timefire-deploy</id> - <url>svn:https://timefire-repository.googlecode.com/svn/mavenrepo/</url> - </repository> - <snapshotRepository> - <uniqueVersion>false</uniqueVersion> - <id>timefire-snapshots</id> - <url>svn:https://timefire-repository.googlecode.com/svn/mavenrepo/</url> - </snapshotRepository> - --> - </distributionManagement> - <pluginRepositories> <pluginRepository> <id>repo1</id> @@ -153,10 +138,6 @@ </snapshots> </repository> <repository> - <id>timepedia</id> - <url>http://gwt-chronoscope.googlecode.com/svn/mavenrepo/</url> - </repository> - <repository> <id>maven2-repository.dev.java.net</id> <name>Java.net Repository for Maven</name> <url>http://download.java.net/maven/2/</url> @@ -165,8 +146,8 @@ <properties> <gwtversion>2.1.0</gwtversion> - <gwt.loglevel>INFO</gwt.loglevel> - <gwt.outputstyle>PRETTY</gwt.outputstyle> + <gwt.loglevel>ERROR</gwt.loglevel> + <gwt.outputstyle>OBF</gwt.outputstyle> <gwt.modulesuffix></gwt.modulesuffix> </properties> @@ -174,20 +155,24 @@ <profile> <id>dev</id> <properties> - <gwtversion>2.0.4</gwtversion> <gwt.loglevel>WARN</gwt.loglevel> - <gwt.modulesuffix>Dev</gwt.modulesuffix> <gwt.outputstyle>PRETTY</gwt.outputstyle> </properties> </profile> <profile> - <id>prod</id> - <properties> - <gwtversion>2.0.4</gwtversion> - <gwt.loglevel>ERROR</gwt.loglevel> - <gwt.outputstyle>OBF</gwt.outputstyle> - <gwt.modulesuffix></gwt.modulesuffix> - </properties> + <id>timefire</id> + <distributionManagement> + <repository> + <uniqueVersion>false</uniqueVersion> + <id>timefire-deploy</id> + <url>svn:https://timefire-repository.googlecode.com/svn/mavenrepo/</url> + </repository> + <snapshotRepository> + <uniqueVersion>false</uniqueVersion> + <id>timefire-snapshots</id> + <url>svn:https://timefire-repository.googlecode.com/svn/mavenrepo/</url> + </snapshotRepository> + </distributionManagement> </profile> </profiles> </project> |