Author: manolo
Date: Wed Jan  6 08:57:46 2010
New Revision: 896356

URL: http://svn.apache.org/viewvc?rev=896356&view=rev
Log:
removed tabs from pom file

Modified:
    james/hupa/trunk/client/pom.xml
    james/hupa/trunk/server/pom.xml
    james/hupa/trunk/shared/pom.xml
    james/hupa/trunk/widgets/pom.xml

Modified: james/hupa/trunk/client/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/client/pom.xml?rev=896356&r1=896355&r2=896356&view=diff
==============================================================================
--- james/hupa/trunk/client/pom.xml (original)
+++ james/hupa/trunk/client/pom.xml Wed Jan  6 08:57:46 2010
@@ -1,117 +1,117 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-       <modelVersion>4.0.0</modelVersion>
-       <groupId>org.apache.hupa</groupId>
-       <artifactId>hupa-client</artifactId>
-       <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>
-               <version>0.0.1-SNAPSHOT</version>
-       </parent>
-       <build>
-               <outputDirectory>war/WEB-INF/classes
-               </outputDirectory>
-               <plugins>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>gwt-maven-plugin</artifactId>
-                               <version>1.1</version>
-                               <configuration>
-                                       
<runTarget>org.apache.hupa.Hupa/Hupa.html
-                                       </runTarget>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <phase>prepare-package</phase>
-                                               <goals>
-                                                       <goal>compile</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-war-plugin</artifactId>
-                               <configuration>
-                                       <webXml>src/main/webapp/WEB-INF/web.xml
-                                       </webXml>
-                                       <webResources>
-                                               <resource>
-                                                       
<directory>war</directory>
-                                                       <excludes>
-                                                               
<exclude>**/hupa/*</exclude>
-                                                       </excludes>
-                                               </resource>
-                                               <!-- this is a ugly hack but 
I'm not sure howto solve it -->
-                                               <!-- This take care of 
including the config file within the war -->
-                                               <resource>
-                                                       
<directory>../server/src/main/webapp/</directory>
-                                               </resource>
-                                       </webResources>
-                                       <warName>${project.name}</warName>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.hupa</groupId>
+    <artifactId>hupa-client</artifactId>
+    <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>
+        <version>0.0.1-SNAPSHOT</version>
+    </parent>
+    <build>
+        <outputDirectory>war/WEB-INF/classes
+        </outputDirectory>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>gwt-maven-plugin</artifactId>
+                <version>1.1</version>
+                <configuration>
+                    <runTarget>org.apache.hupa.Hupa/Hupa.html
+                    </runTarget>
+                </configuration>
+                <executions>
+                    <execution>
+                        <phase>prepare-package</phase>
+                        <goals>
+                            <goal>compile</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-war-plugin</artifactId>
+                <configuration>
+                    <webXml>src/main/webapp/WEB-INF/web.xml
+                    </webXml>
+                    <webResources>
+                        <resource>
+                            <directory>war</directory>
+                            <excludes>
+                                <exclude>**/hupa/*</exclude>
+                            </excludes>
+                        </resource>
+                        <!-- this is a ugly hack but I'm not sure howto solve 
it -->
+                        <!-- This take care of including the config file 
within the war -->
+                        <resource>
+                            <directory>../server/src/main/webapp/</directory>
+                        </resource>
+                    </webResources>
+                    <warName>${project.name}</warName>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 
 
 
-       <dependencies>
-               <dependency>
-                       <groupId>org.apache.hupa</groupId>
-                       <artifactId>hupa-server</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.hupa</groupId>
-                       <artifactId>hupa-shared</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.hupa</groupId>
-                       <artifactId>hupa-widgets</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.cobogw.gwt</groupId>
-                       <artifactId>cobogw</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>net.customware.gwt.dispatch
-                       </groupId>
-                       <artifactId>gwt-dispatch</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>net.customware.gwt.presenter
-                       </groupId>
-                       <artifactId>gwt-presenter</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>com.google.gwt</groupId>
-                       <artifactId>gwt-incubator</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>com.google.code.gwt-dnd</groupId>
-                       <artifactId>gwt-dnd</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>eu.maydu.gwt</groupId>
-                       <artifactId>gwt-vl</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>gwtupload</groupId>
-                       <artifactId>gwtupload</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>com.google.gwt</groupId>
-                       <artifactId>gwt-servlet</artifactId>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>com.google.gwt</groupId>
-                       <artifactId>gwt-user</artifactId>
-                       <scope>provided</scope>
-               </dependency>
-       </dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.hupa</groupId>
+            <artifactId>hupa-server</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.hupa</groupId>
+            <artifactId>hupa-shared</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.hupa</groupId>
+            <artifactId>hupa-widgets</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.cobogw.gwt</groupId>
+            <artifactId>cobogw</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.customware.gwt.dispatch
+            </groupId>
+            <artifactId>gwt-dispatch</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.customware.gwt.presenter
+            </groupId>
+            <artifactId>gwt-presenter</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-incubator</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.google.code.gwt-dnd</groupId>
+            <artifactId>gwt-dnd</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>eu.maydu.gwt</groupId>
+            <artifactId>gwt-vl</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>gwtupload</groupId>
+            <artifactId>gwtupload</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-servlet</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-user</artifactId>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
 </project>

Modified: james/hupa/trunk/server/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/server/pom.xml?rev=896356&r1=896355&r2=896356&view=diff
==============================================================================
--- james/hupa/trunk/server/pom.xml (original)
+++ james/hupa/trunk/server/pom.xml Wed Jan  6 08:57:46 2010
@@ -1,12 +1,12 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-       <modelVersion>4.0.0</modelVersion>
-       <groupId>org.apache.hupa</groupId>
-       <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>
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.hupa</groupId>
+    <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>
 
 
     <parent>
@@ -15,99 +15,99 @@
       <version>0.0.1-SNAPSHOT</version>
     </parent>
   
-       <build>
-           <outputDirectory>war/WEB-INF/classes</outputDirectory>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-war-plugin</artifactId>
-                      <configuration>
-                               <webXml>src/main/webapp/WEB-INF/web.xml</webXml>
-                               <webResources>  
-                               <resource>
-                               <directory>war</directory>
-                               <excludes>
-                                                               
<exclude>**/hupa/*</exclude>
-                               </excludes>
-                       </resource>
-                       </webResources>
-                       <warName>${project.name}</warName>
-                       </configuration>
-                       </plugin>
-               </plugins>
-       </build>
+    <build>
+        <outputDirectory>war/WEB-INF/classes</outputDirectory>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-war-plugin</artifactId>
+               <configuration>
+                      <webXml>src/main/webapp/WEB-INF/web.xml</webXml>
+                      <webResources>    
+                        <resource>
+                            <directory>war</directory>
+                            <excludes>
+                                <exclude>**/hupa/*</exclude>
+                            </excludes>
+                        </resource>
+                    </webResources>
+                    <warName>${project.name}</warName>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 
-       <dependencies>
-       <dependency>
-               <groupId>org.apache.hupa</groupId>
-               <artifactId>hupa-shared</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>commons-logging</groupId>
-               <artifactId>commons-logging</artifactId>
-               <exclusions>
-                       <exclusion>
-                               <groupId>logkit</groupId>
-                               <artifactId>logkit</artifactId>
-                       </exclusion>
-                       <exclusion>
-                               <groupId>avalon-framework</groupId>
-                               <artifactId>avalon-framework</artifactId>
-                       </exclusion>
-                       <exclusion>
-                               <groupId>javax.servlet</groupId>
-                               <artifactId>servlet-api</artifactId>
-                       </exclusion>
-               </exclusions>
-       </dependency>
-       <dependency>
-               <groupId>log4j</groupId>
-               <artifactId>log4j</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>javax.mail</groupId>
-               <artifactId>mail</artifactId>
-       </dependency>
+    <dependencies>
+    <dependency>
+        <groupId>org.apache.hupa</groupId>
+        <artifactId>hupa-shared</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <exclusions>
+            <exclusion>
+                <groupId>logkit</groupId>
+                <artifactId>logkit</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>avalon-framework</groupId>
+                <artifactId>avalon-framework</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>javax.servlet</groupId>
+                <artifactId>servlet-api</artifactId>
+            </exclusion>
+        </exclusions>
+    </dependency>
+    <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>javax.mail</groupId>
+        <artifactId>mail</artifactId>
+    </dependency>
 
-       <dependency>
-               <groupId>net.customware.gwt.dispatch
-               </groupId>
-               <artifactId>gwt-dispatch</artifactId>
-       </dependency>
+    <dependency>
+        <groupId>net.customware.gwt.dispatch
+        </groupId>
+        <artifactId>gwt-dispatch</artifactId>
+    </dependency>
 
-       <dependency>
-               <groupId>gwtupload</groupId>
-               <artifactId>gwtupload</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>commons-fileupload</groupId>
-               <artifactId>commons-fileupload</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>commons-io</groupId>
-               <artifactId>commons-io</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>com.google.code.guice</groupId>
-               <artifactId>guice</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>com.google.code.guice</groupId>
-               <artifactId>guice-servlet</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>com.google.gwt</groupId>
-               <artifactId>gwt-user</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>com.google.gwt</groupId>
-               <artifactId>gwt-servlet</artifactId>
-               <scope>runtime</scope>
-       </dependency>
-       <dependency>
-               <groupId>junit</groupId>
-               <artifactId>junit</artifactId>
-               <scope>test</scope>
-       </dependency>
+    <dependency>
+        <groupId>gwtupload</groupId>
+        <artifactId>gwtupload</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>commons-fileupload</groupId>
+        <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>com.google.code.guice</groupId>
+        <artifactId>guice</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>com.google.code.guice</groupId>
+        <artifactId>guice-servlet</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>com.google.gwt</groupId>
+        <artifactId>gwt-user</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>com.google.gwt</groupId>
+        <artifactId>gwt-servlet</artifactId>
+        <scope>runtime</scope>
+    </dependency>
+    <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <scope>test</scope>
+    </dependency>
 </dependencies>
 </project>
\ No newline at end of file

Modified: james/hupa/trunk/shared/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/shared/pom.xml?rev=896356&r1=896355&r2=896356&view=diff
==============================================================================
--- james/hupa/trunk/shared/pom.xml (original)
+++ james/hupa/trunk/shared/pom.xml Wed Jan  6 08:57:46 2010
@@ -1,47 +1,47 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-       <modelVersion>4.0.0</modelVersion>
-       <groupId>org.apache.hupa</groupId>
-       <artifactId>hupa-shared</artifactId>
-       <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>
-               <version>0.0.1-SNAPSHOT</version>
-       </parent>
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.hupa</groupId>
+    <artifactId>hupa-shared</artifactId>
+    <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>
+        <version>0.0.1-SNAPSHOT</version>
+    </parent>
 
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>gwt-maven-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <goals>
-                                                       <goal>resources</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-               </plugins>
-       </build>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>gwt-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>resources</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 
-       <dependencies>
-               <dependency>
-                       <groupId>com.google.gwt</groupId>
-                       <artifactId>gwt-user</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>net.customware.gwt.dispatch</groupId>
-                       <artifactId>gwt-dispatch</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <scope>test</scope>
-               </dependency>
-       </dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-user</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.customware.gwt.dispatch</groupId>
+            <artifactId>gwt-dispatch</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
 </project>
\ No newline at end of file

Modified: james/hupa/trunk/widgets/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/widgets/pom.xml?rev=896356&r1=896355&r2=896356&view=diff
==============================================================================
--- james/hupa/trunk/widgets/pom.xml (original)
+++ james/hupa/trunk/widgets/pom.xml Wed Jan  6 08:57:46 2010
@@ -1,21 +1,21 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-       <modelVersion>4.0.0</modelVersion>
-       <groupId>org.apache.hupa</groupId>
-       <artifactId>hupa-widgets</artifactId>
-       <name>hupa-widgets</name>
-       <version>0.0.1-SNAPSHOT</version>
-       <packaging>jar</packaging>
-       <description>Collection of reusable widgets</description>
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.hupa</groupId>
+    <artifactId>hupa-widgets</artifactId>
+    <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>
-               <artifactId>hupa-parent</artifactId>
-               <version>0.0.1-SNAPSHOT</version>
-       </parent>
+    <parent>
+        <groupId>org.apache.hupa</groupId>
+        <artifactId>hupa-parent</artifactId>
+        <version>0.0.1-SNAPSHOT</version>
+    </parent>
 
-       <build>
-       <resources>
+    <build>
+    <resources>
       <resource>
         <directory>src/main/java</directory>
         <includes>
@@ -31,20 +31,20 @@
       </resource>
     </resources>
 
-       </build>
+    </build>
 
-       <dependencies>
-               <dependency>
-                       <groupId>com.google.gwt</groupId>
-                       <artifactId>gwt-user</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>com.google.gwt</groupId>
-                       <artifactId>gwt-incubator</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.cobogw.gwt</groupId>
-                       <artifactId>cobogw</artifactId>
-               </dependency>
-       </dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-user</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-incubator</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.cobogw.gwt</groupId>
+            <artifactId>cobogw</artifactId>
+        </dependency>
+    </dependencies>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to