]> source.dussan.org Git - gwtquery.git/commitdiff
pom.xml changes in profiles
authorManolo Carrasco <manolo@apache.org>
Sun, 16 Jan 2011 08:57:06 +0000 (08:57 +0000)
committerManolo Carrasco <manolo@apache.org>
Sun, 16 Jan 2011 08:57:06 +0000 (08:57 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 5605811e005048f2f5958b30fb0e212f7d1520fa..6f0b844692cd4d64b9aeb3589afa683671e619c7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <!-- <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>
                 <enabled>false</enabled>
             </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>
 
     <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>
 
         <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>