aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-01-16 08:57:06 +0000
committerManolo Carrasco <manolo@apache.org>2011-01-16 08:57:06 +0000
commit233d3e71c31ceadf60498fd0cb44a630fcd5f96e (patch)
tree738b45a922a440512863ca6c6a881d188f779545 /pom.xml
parent48ec07473e01d99e19fe9889c5053da1c704bdb4 (diff)
downloadgwtquery-233d3e71c31ceadf60498fd0cb44a630fcd5f96e.tar.gz
gwtquery-233d3e71c31ceadf60498fd0cb44a630fcd5f96e.zip
pom.xml changes in profiles
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml45
1 files changed, 15 insertions, 30 deletions
diff --git a/pom.xml b/pom.xml
index 5605811e..6f0b8446 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>