Author: norman
Date: Sun Aug 30 12:00:25 2009
New Revision: 809320
URL: http://svn.apache.org/viewvc?rev=809320&view=rev
Log:
just some cleanup
Modified:
labs/hupa/client/pom.xml
labs/hupa/pom.xml
labs/hupa/server/pom.xml
labs/hupa/shared/pom.xml
labs/hupa/widgets/pom.xml
Modified: labs/hupa/client/pom.xml
URL:
http://svn.apache.org/viewvc/labs/hupa/client/pom.xml?rev=809320&r1=809319&r2=809320&view=diff
==============================================================================
--- labs/hupa/client/pom.xml (original)
+++ labs/hupa/client/pom.xml Sun Aug 30 12:00:25 2009
@@ -6,7 +6,7 @@
<name>hupa</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
-
+ <description>A GWT based IMAP webmail</description>
<parent>
<groupId>org.apache.hupa</groupId>
<artifactId>hupa-parent</artifactId>
@@ -16,8 +16,6 @@
<outputDirectory>war/WEB-INF/classes
</outputDirectory>
<plugins>
-
- <!-- configure the GWT-Maven plugin -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
@@ -99,7 +97,6 @@
<groupId>gwtupload</groupId>
<artifactId>gwtupload</artifactId>
</dependency>
- <!-- GWT deps (from central repo) -->
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
Modified: labs/hupa/pom.xml
URL:
http://svn.apache.org/viewvc/labs/hupa/pom.xml?rev=809320&r1=809319&r2=809320&view=diff
==============================================================================
--- labs/hupa/pom.xml (original)
+++ labs/hupa/pom.xml Sun Aug 30 12:00:25 2009
@@ -18,6 +18,7 @@
<module>server</module>
<module>widgets</module>
</modules>
+
<licenses>
<license>
<name>Apache License, Version 2.0</name>
@@ -115,11 +116,8 @@
<url>http://download.java.net/maven/2/
</url>
</repository>
-
</repositories>
-
- <!-- include the GWT-Maven repo as plugin, and as standard -->
<pluginRepositories>
<pluginRepository>
<id>gwt-maven</id>
@@ -128,7 +126,6 @@
</pluginRepository>
</pluginRepositories>
- <!-- convenience to define GWT version in one place -->
<properties>
<gwtVersion>1.7.0</gwtVersion>
</properties>
@@ -140,10 +137,6 @@
<version>2.0-beta-5</version>
</plugin>
-
-
-
- <!-- tell the compiler we can use 1.5 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
@@ -155,7 +148,6 @@
</plugins>
</build>
- <!-- profiles (with activation per platform) -->
<profiles>
<profile>
<id>gwt-dev-windows</id>
@@ -303,8 +295,6 @@
<artifactId>guice-servlet</artifactId>
<version>2.0</version>
</dependency>
-
- <!-- GWT deps (from central repo) -->
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
Modified: labs/hupa/server/pom.xml
URL:
http://svn.apache.org/viewvc/labs/hupa/server/pom.xml?rev=809320&r1=809319&r2=809320&view=diff
==============================================================================
--- labs/hupa/server/pom.xml (original)
+++ labs/hupa/server/pom.xml Sun Aug 30 12:00:25 2009
@@ -5,7 +5,7 @@
<artifactId>hupa-server</artifactId>
<name>hupa-server</name>
<version>0.0.1-SNAPSHOT</version>
-
+ <description>Servercode implementation to access IMAP
Mailbox</description>
<packaging>jar</packaging>
@@ -18,19 +18,10 @@
<build>
<outputDirectory>war/WEB-INF/classes</outputDirectory>
<plugins>
-
- <!--
- If you want to use the target/web.xml file
mergewebxml produces,
- tell the war plugin to use it. Also, exclude
what you want from the
- final artifact here.
- -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
- <!--
- <warSourceDirectory>war</warSourceDirectory>
- -->
<webXml>src/main/webapp/WEB-INF/web.xml</webXml>
<webResources>
<resource>
@@ -42,19 +33,6 @@
</webResources>
<warName>${project.name}</warName>
</configuration>
- <!--
- <configuration>
- <webResources>
-
- <resource>
- <directory>war</directory>
- <excludes>
-
<exclude>**/hupa/*</exclude>
- </excludes>
- </resource>
- </webResources>
- </configuration>
- -->
</plugin>
</plugins>
</build>
@@ -116,12 +94,11 @@
<groupId>com.google.code.guice</groupId>
<artifactId>guice-servlet</artifactId>
</dependency>
-<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
-</dependency>
- <!-- GWT deps (from central repo) -->
- <dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
</dependency>
Modified: labs/hupa/shared/pom.xml
URL:
http://svn.apache.org/viewvc/labs/hupa/shared/pom.xml?rev=809320&r1=809319&r2=809320&view=diff
==============================================================================
--- labs/hupa/shared/pom.xml (original)
+++ labs/hupa/shared/pom.xml Sun Aug 30 12:00:25 2009
@@ -6,7 +6,7 @@
<name>hupa-shared</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
-
+ <description>Shared code for the client and server</description>
<parent>
<groupId>org.apache.hupa</groupId>
<artifactId>hupa-parent</artifactId>
@@ -19,7 +19,6 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<executions>
- <!-- GWT version detected from
dependencyManagement -->
<execution>
<goals>
<goal>resources</goal>
Modified: labs/hupa/widgets/pom.xml
URL:
http://svn.apache.org/viewvc/labs/hupa/widgets/pom.xml?rev=809320&r1=809319&r2=809320&view=diff
==============================================================================
--- labs/hupa/widgets/pom.xml (original)
+++ labs/hupa/widgets/pom.xml Sun Aug 30 12:00:25 2009
@@ -6,6 +6,7 @@
<name>hupa-widgets</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
+ <description>Collection of reusable widgets</description>
<parent>
<groupId>org.apache.hupa</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]