You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/08/09 21:35:27 UTC

svn commit: r1155511 - in /james/hupa/trunk: ./ client/ client/src/reporting-site/ client/src/site/ server/ server/src/reporting-site/ server/src/site/ shared/ shared/src/reporting-site/ shared/src/site/ src/site/ src/site/xdoc/ src/site/xdoc/dev/ widg...

Author: felixk
Date: Tue Aug  9 19:35:26 2011
New Revision: 1155511

URL: http://svn.apache.org/viewvc?rev=1155511&view=rev
Log:
Formatting of pom.xml and other xml files

Modified:
    james/hupa/trunk/client/pom.xml
    james/hupa/trunk/client/src/reporting-site/site.xml
    james/hupa/trunk/client/src/site/site.xml
    james/hupa/trunk/pom.xml
    james/hupa/trunk/server/pom.xml
    james/hupa/trunk/server/src/reporting-site/site.xml
    james/hupa/trunk/server/src/site/site.xml
    james/hupa/trunk/shared/pom.xml
    james/hupa/trunk/shared/src/reporting-site/site.xml
    james/hupa/trunk/shared/src/site/site.xml
    james/hupa/trunk/src/site/site.xml
    james/hupa/trunk/src/site/xdoc/dev/building.xml
    james/hupa/trunk/src/site/xdoc/dev/environment.xml
    james/hupa/trunk/src/site/xdoc/index.xml
    james/hupa/trunk/src/site/xdoc/screenshots.xml
    james/hupa/trunk/widgets/pom.xml
    james/hupa/trunk/widgets/src/reporting-site/site.xml
    james/hupa/trunk/widgets/src/site/site.xml

Modified: james/hupa/trunk/client/pom.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/client/pom.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/client/pom.xml (original)
+++ james/hupa/trunk/client/pom.xml Tue Aug  9 19:35:26 2011
@@ -1,5 +1,20 @@
-<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">
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to you under the Apache License, Version
+    2.0 (the "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed under the
+    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+    CONDITIONS OF ANY KIND, either express or implied. See the License for
+    the specific language governing permissions and limitations under the
+    License.
+-->
+<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>
@@ -20,10 +35,8 @@
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>gwt-maven-plugin</artifactId>
                 <configuration>
-                     <runTarget>Hupa.html</runTarget>
-                     <extraJvmArgs>
-                         -Xmx1024m -Dhupa.config.file=${project.parent.basedir}/server/src/main/webapp/WEB-INF/conf/config.properties
-                     </extraJvmArgs>
+                    <runTarget>Hupa.html</runTarget>
+                    <extraJvmArgs>-Xmx1024m -Dhupa.config.file=${project.parent.basedir}/server/src/main/webapp/WEB-INF/conf/config.properties</extraJvmArgs>
                 </configuration>
                 <executions>
                     <execution>
@@ -67,7 +80,7 @@
                     <warName>${project.name}</warName>
                 </configuration>
             </plugin>
-<plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-eclipse-plugin</artifactId>
                 <configuration>
@@ -76,20 +89,16 @@
                     <wtpversion>2.0</wtpversion>
                     <additionalBuildcommands>
                         <buildCommand>
-                            <name>
-                                com.google.gwt.eclipse.core.gwtProjectValidator
-                            </name>
+                            <name>com.google.gwt.eclipse.core.gwtProjectValidator</name>
                         </buildCommand>
                     </additionalBuildcommands>
                     <additionalProjectnatures>
                         <projectnature>org.eclipse.ajdt.ui.ajnature
                         </projectnature>
- <projectnature>com.google.gwt.eclipse.core.gwtNature</projectnature>
-             </additionalProjectnatures>
+                        <projectnature>com.google.gwt.eclipse.core.gwtNature</projectnature>
+                    </additionalProjectnatures>
                 </configuration>
             </plugin>
-
-
         </plugins>
     </build>
 

Modified: james/hupa/trunk/client/src/reporting-site/site.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/client/src/reporting-site/site.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/client/src/reporting-site/site.xml (original)
+++ james/hupa/trunk/client/src/reporting-site/site.xml Tue Aug  9 19:35:26 2011
@@ -1,29 +1,25 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
+    or more contributor license agreements. See the NOTICE file
     distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
+    regarding copyright ownership. The ASF licenses this file
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
+    with the License. You may obtain a copy of the License at
+
     http://www.apache.org/licenses/LICENSE-2.0
-    
+
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
+    KIND, either express or implied. See the License for the
     specific language governing permissions and limitations
-    under the License.    
+    under the License.
 -->
 <project name="${project.name}">
-
     <body>
-
         <menu ref="parent" />
         <menu ref="reports" />
-
     </body>
-
 </project>

Modified: james/hupa/trunk/client/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/client/src/site/site.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/client/src/site/site.xml (original)
+++ james/hupa/trunk/client/src/site/site.xml Tue Aug  9 19:35:26 2011
@@ -1,27 +1,27 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership. The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
 
     http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied. See the License for the
+    specific language governing permissions and limitations
+    under the License.
 -->
 <project name="Hupa">
-  <body>
-    <!-- This is a "dummy" site because of this bug:   -->
-    <!-- http://jira.codehaus.org/browse/MSITE-345     -->
-    <menu ref="parent"/>
-    <menu ref="reports"/>
-  </body>
+    <body>
+        <!-- This is a "dummy" site because of this bug: -->
+        <!-- http://jira.codehaus.org/browse/MSITE-345 -->
+        <menu ref="parent" />
+        <menu ref="reports" />
+    </body>
 </project>

Modified: james/hupa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/pom.xml (original)
+++ james/hupa/trunk/pom.xml Tue Aug  9 19:35:26 2011
@@ -1,29 +1,26 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<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">
-    <!--
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements. See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to you under the Apache License, Version
-        2.0 (the "License"); you may not use this file except in compliance
-        with the License. You may obtain a copy of the License at
-
-        http://www.apache.org/licenses/LICENSE-2.0 Unless required by
-        applicable law or agreed to in writing, software distributed under the
-        License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
-        CONDITIONS OF ANY KIND, either express or implied. See the License for
-        the specific language governing permissions and limitations under the
-        License.
-    -->
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to you under the Apache License, Version
+    2.0 (the "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed under the
+    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+    CONDITIONS OF ANY KIND, either express or implied. See the License for
+    the specific language governing permissions and limitations under the
+    License.
+-->
+<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-parent</artifactId>
     <name>hupa-parent</name>
     <version>0.0.1-SNAPSHOT</version>
-    <description>
-        Hupa is a GWT based Webmail
-    </description>
+    <description>Hupa is a GWT based Webmail</description>
     <url>http://james.apache.org/hupa</url>
     <inceptionYear>2009</inceptionYear>
     <packaging>pom</packaging>
@@ -155,9 +152,9 @@
                     <version>2.3.1</version>
                 </plugin>
                 <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-javadoc-plugin</artifactId>
-                  <version>2.7</version>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <version>2.7</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -231,27 +228,27 @@
             </plugins>
         </pluginManagement>
         <plugins>
-          <!-- Site generation -->
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-site-plugin</artifactId>
-            <executions>
-              <!-- Attach non-reporting site-descriptor when installing -->
-              <execution>
-                <id>attach-descriptor</id>
-                <goals>
-                  <goal>attach-descriptor</goal>
-                </goals>
+            <!-- Site generation -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <executions>
+                    <!-- Attach non-reporting site-descriptor when installing -->
+                    <execution>
+                        <id>attach-descriptor</id>
+                        <goals>
+                            <goal>attach-descriptor</goal>
+                        </goals>
+                        <configuration>
+                            <siteDirectory>${basedir}/src/site</siteDirectory>
+                            <generateReports>false</generateReports>
+                        </configuration>
+                    </execution>
+                </executions>
                 <configuration>
-                  <siteDirectory>${basedir}/src/site</siteDirectory>
-                  <generateReports>false</generateReports>
-                </configuration>
-              </execution>
-            </executions>
-            <configuration>
-              <siteDirectory>${maven-site-plugin.siteDirectory}</siteDirectory>
-              <generateReports>${maven-site-plugin.generateReports}</generateReports>
-              <generateSitemap>true</generateSitemap>
+                    <siteDirectory>${maven-site-plugin.siteDirectory}</siteDirectory>
+                    <generateReports>${maven-site-plugin.generateReports}</generateReports>
+                    <generateSitemap>true</generateSitemap>
                     <reportPlugins>
                         <!-- Order matters. First project-info-reports, second jxr. -->
                         <plugin>
@@ -378,39 +375,39 @@
                             </configuration>
                         </plugin>
                         <plugin>
-                          <groupId>org.apache.maven.plugins</groupId>
-                          <artifactId>maven-javadoc-plugin</artifactId>
-                          <configuration>
-                            <minmemory>256m</minmemory>
-                            <maxmemory>1g</maxmemory>
-                            <linksource>true</linksource>
-                            <tags>
-                              <tag>
-                                <name>note</name>
-                                <placement>a</placement>
-                                <head>NOTE</head>
-                              </tag>
-                              <tag>
-                                <name>todo</name>
-                                <placement>a</placement>
-                                <head>TODO</head>
-                              </tag>
-                              <tag>
-                                <name>warning</name>
-                                <placement>a</placement>
-                                <head>WARNING</head>
-                              </tag>
-                            </tags>
-                            <source>${target.jdk}</source>
-                          </configuration>
-                          <reportSets>
-                            <reportSet>
-                              <reports>
-                                <report>aggregate</report>
-                                <report>test-aggregate</report>
-                              </reports>
-                            </reportSet>
-                          </reportSets>
+                            <groupId>org.apache.maven.plugins</groupId>
+                            <artifactId>maven-javadoc-plugin</artifactId>
+                            <configuration>
+                                <minmemory>256m</minmemory>
+                                <maxmemory>1g</maxmemory>
+                                <linksource>true</linksource>
+                                <tags>
+                                    <tag>
+                                        <name>note</name>
+                                        <placement>a</placement>
+                                        <head>NOTE</head>
+                                    </tag>
+                                    <tag>
+                                        <name>todo</name>
+                                        <placement>a</placement>
+                                        <head>TODO</head>
+                                    </tag>
+                                    <tag>
+                                        <name>warning</name>
+                                        <placement>a</placement>
+                                        <head>WARNING</head>
+                                    </tag>
+                                </tags>
+                                <source>${target.jdk}</source>
+                            </configuration>
+                            <reportSets>
+                                <reportSet>
+                                    <reports>
+                                        <report>aggregate</report>
+                                        <report>test-aggregate</report>
+                                    </reports>
+                                </reportSet>
+                            </reportSets>
                         </plugin>
                         <plugin>
                             <groupId>org.codehaus.mojo</groupId>

Modified: james/hupa/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/server/pom.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/server/pom.xml (original)
+++ james/hupa/trunk/server/pom.xml Tue Aug  9 19:35:26 2011
@@ -1,5 +1,20 @@
-<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">
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to you under the Apache License, Version
+    2.0 (the "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed under the
+    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+    CONDITIONS OF ANY KIND, either express or implied. See the License for
+    the specific language governing permissions and limitations under the
+    License.
+-->
+<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>
@@ -8,22 +23,21 @@
     <description>Servercode implementation to access IMAP Mailbox</description>
     <packaging>jar</packaging>
 
-
     <parent>
-      <groupId>org.apache.hupa</groupId>
-      <artifactId>hupa-parent</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+        <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.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
-               <configuration>
-                      <webXml>src/main/webapp/WEB-INF/web.xml</webXml>
-                      <webResources>    
+                <configuration>
+                    <webXml>src/main/webapp/WEB-INF/web.xml</webXml>
+                    <webResources>
                         <resource>
                             <directory>war</directory>
                             <excludes>
@@ -38,81 +52,81 @@
     </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>
+        <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
+        <dependency>
+            <groupId>net.customware.gwt.dispatch
         </groupId>
-        <artifactId>gwt-dispatch</artifactId>
-    </dependency>
+            <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-assistedinject</artifactId>
-    </dependency>
-    <dependency>
-        <groupId>com.google.code.guice</groupId>
-        <artifactId>guice-servlet</artifactId>
+        <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-assistedinject</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.google.code.guice</groupId>
+            <artifactId>guice-servlet</artifactId>
             <version>3.0</version>
-    </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>
+        </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>

Modified: james/hupa/trunk/server/src/reporting-site/site.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/server/src/reporting-site/site.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/server/src/reporting-site/site.xml (original)
+++ james/hupa/trunk/server/src/reporting-site/site.xml Tue Aug  9 19:35:26 2011
@@ -1,29 +1,25 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
+    or more contributor license agreements. See the NOTICE file
     distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
+    regarding copyright ownership. The ASF licenses this file
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
+    with the License. You may obtain a copy of the License at
+
     http://www.apache.org/licenses/LICENSE-2.0
-    
+
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
+    KIND, either express or implied. See the License for the
     specific language governing permissions and limitations
-    under the License.    
+    under the License.
 -->
 <project name="${project.name}">
-
     <body>
-
         <menu ref="parent" />
         <menu ref="reports" />
-
     </body>
-
 </project>

Modified: james/hupa/trunk/server/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/server/src/site/site.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/server/src/site/site.xml (original)
+++ james/hupa/trunk/server/src/site/site.xml Tue Aug  9 19:35:26 2011
@@ -1,27 +1,27 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership. The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
 
     http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied. See the License for the
+    specific language governing permissions and limitations
+    under the License.
 -->
 <project name="Hupa">
-  <body>
-    <!-- This is a "dummy" site because of this bug:   -->
-    <!-- http://jira.codehaus.org/browse/MSITE-345     -->
-    <menu ref="parent"/>
-    <menu ref="reports"/>
-  </body>
+    <body>
+        <!-- This is a "dummy" site because of this bug: -->
+        <!-- http://jira.codehaus.org/browse/MSITE-345 -->
+        <menu ref="parent" />
+        <menu ref="reports" />
+    </body>
 </project>

Modified: james/hupa/trunk/shared/pom.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/shared/pom.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/shared/pom.xml (original)
+++ james/hupa/trunk/shared/pom.xml Tue Aug  9 19:35:26 2011
@@ -1,5 +1,20 @@
-<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">
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to you under the Apache License, Version
+    2.0 (the "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed under the
+    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+    CONDITIONS OF ANY KIND, either express or implied. See the License for
+    the specific language governing permissions and limitations under the
+    License.
+-->
+<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>

Modified: james/hupa/trunk/shared/src/reporting-site/site.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/shared/src/reporting-site/site.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/shared/src/reporting-site/site.xml (original)
+++ james/hupa/trunk/shared/src/reporting-site/site.xml Tue Aug  9 19:35:26 2011
@@ -1,29 +1,25 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
+    or more contributor license agreements. See the NOTICE file
     distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
+    regarding copyright ownership. The ASF licenses this file
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
+    with the License. You may obtain a copy of the License at
+
     http://www.apache.org/licenses/LICENSE-2.0
-    
+
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
+    KIND, either express or implied. See the License for the
     specific language governing permissions and limitations
-    under the License.    
+    under the License.
 -->
 <project name="${project.name}">
-
     <body>
-
         <menu ref="parent" />
         <menu ref="reports" />
-
     </body>
-
 </project>

Modified: james/hupa/trunk/shared/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/shared/src/site/site.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/shared/src/site/site.xml (original)
+++ james/hupa/trunk/shared/src/site/site.xml Tue Aug  9 19:35:26 2011
@@ -1,25 +1,25 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership. The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
 
     http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied. See the License for the
+    specific language governing permissions and limitations
+    under the License.
 -->
 <project name="Hupa">
-  <body>
-    <menu ref="parent"/>
-    <menu ref="reports"/>
-  </body>
+    <body>
+        <menu ref="parent" />
+        <menu ref="reports" />
+    </body>
 </project>

Modified: james/hupa/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/src/site/site.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/src/site/site.xml (original)
+++ james/hupa/trunk/src/site/site.xml Tue Aug  9 19:35:26 2011
@@ -1,71 +1,68 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership. The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
 
     http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied. See the License for the
+    specific language governing permissions and limitations
+    under the License.
 -->
 <project name="Hupa">
-    
-  <skin>
-    <groupId>org.apache.james</groupId>
-    <artifactId>maven-skin</artifactId>
-    <version>1.7-SNAPSHOT</version>
-  </skin>
-    
-  <!-- no banner yet -->
-  <!-- 
-  <bannerLeft>
-    <name>James Hupa</name>
-    <src>images/logos/james-hupa-logo.gif</src>
-    <href>http://james.apache.org/hupa/index.html</href>
-    <alt>james-hupa-logo.gif</alt>
-  </bannerLeft>
-  -->
-
-  <bannerRight>
-    <name>The Apache Software Foundation</name>
-    <src>http://james.apache.org/hupa/images/asf-logo-reduced.gif</src>
-    <href>http://www.apache.org/index.html</href>
-  </bannerRight> 
-
-  <body>
-    
-    <menu name="Hupa" inherit="top">
-      <item name="Overview" href="/index.html"/>
-      <item name="Screenshots" href="/screenshots.html"/>
-    </menu>
-
-    <menu name="Get Involved" inherit="top">
-      <item name="Setup" href="/dev/environment.html"/>
-      <item name="Building" href="/dev/building.html"/>
-    </menu>
-
-    <menu name="Project">
-      <item name="Bug Database" href="/issue-tracking.html"/>
-      <item name="Source Code" href="/source-repository.html"/>
-      <item name="Who We Are" href="/team-list.html" />
-      <!-- Not yet there
-      <item name="Contributing" href="contribute.html"/>
-      -->
-      <item name="License" href="/license.html"/>
-    </menu>
-
-    <menu ref="modules" />
 
-    <menu ref="reports" />
+    <skin>
+        <groupId>org.apache.james</groupId>
+        <artifactId>maven-skin</artifactId>
+        <version>1.7-SNAPSHOT</version>
+    </skin>
+
+    <!-- no banner yet -->
+    <!--
+        <bannerLeft>
+        <name>James Hupa</name>
+        <src>images/logos/james-hupa-logo.gif</src>
+        <href>http://james.apache.org/hupa/index.html</href>
+        <alt>james-hupa-logo.gif</alt>
+        </bannerLeft>
+    -->
+
+    <bannerRight>
+        <name>The Apache Software Foundation</name>
+        <src>http://james.apache.org/hupa/images/asf-logo-reduced.gif</src>
+        <href>http://www.apache.org/index.html</href>
+    </bannerRight>
+    <body>
+
+        <menu name="Hupa" inherit="top">
+            <item name="Overview" href="/index.html" />
+            <item name="Screenshots" href="/screenshots.html" />
+        </menu>
+        <menu name="Get Involved" inherit="top">
+            <item name="Setup" href="/dev/environment.html" />
+            <item name="Building" href="/dev/building.html" />
+        </menu>
+
+        <menu name="Project">
+            <item name="Bug Database" href="/issue-tracking.html" />
+            <item name="Source Code" href="/source-repository.html" />
+            <item name="Who We Are" href="/team-list.html" />
+            <!-- Not yet there
+                <item name="Contributing" href="contribute.html"/>
+            -->
+            <item name="License" href="/license.html" />
+        </menu>
+        <menu ref="modules" />
+
+        <menu ref="reports" />
 
-  </body>
+    </body>
 </project>

Modified: james/hupa/trunk/src/site/xdoc/dev/building.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/src/site/xdoc/dev/building.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/src/site/xdoc/dev/building.xml (original)
+++ james/hupa/trunk/src/site/xdoc/dev/building.xml Tue Aug  9 19:35:26 2011
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-  <!--
+<!--
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements. See the NOTICE file distributed with this
     work for additional information regarding copyright ownership. The ASF
@@ -12,94 +12,94 @@
     distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied. See the License for the specific language
     governing permissions and limitations under the License.
-  -->
+-->
 <document>
-  <properties>
-    <title>Building Hupa</title>
-    <author email="server-dev@james.apache.org">James Hupa Project Team</author>
-  </properties>
-  <body>
-    <section name="Building Hupa for the first time">
-      <p>
-        Because Hupa uses maven2 as its build tool, the management of
-        dependencies is rather simple. You can either run
-        <code>mvn clean package</code>
-        from the command line, or use the built-in m2eclipse plugin.
-      </p>
-      <subsection name="Setting up m2eclipse to build Hupa">
-        <p>
-          m2eclipse provides you with the ability to create different run
-          configurations for maven. So you can run
-          <b>what</b>
-          you want,
-          <b>when</b>
-          you want, by a single mouse-click. To configure the m2 run
-          configuration, please do a right click on the project name and select
-          Run As -> Run Configurations ...
-        </p>
-        <p>
-          In the Following Dialog left-click Maven Build, then click on New on
-          the top. On the dialogs main content area provide the run
-          configuration now. In the Name field type
-          <code>hupa clean package</code>
-          . Uder the Base Directory should be written
-          <code>${workspace_loc:/hupa-trunk}</code>
-          (if your project is only named hupa, then it would be
-          ${workspace_loc:/hupa}).
-          <br/>
-          <img src="../images/dev/run-configurations-main.jpg" />
-          <br/>
-          Underneath you should check Update Snaphots
-          and on the Refresh Tab you
-          should check Refresh Resources upon
-          Completion and The Project
-          Containing the selected Resource.
-          <br/>
-          <img src="../images/dev/run-configurations-refresh.jpg" />
-          <br/>
-          After all is set, click Apply and then click Run. It will take a hile
-          to download all the dependencies. Once it is finished, it will refresh
-          eclipse, and we are on the final step to start it up the first time.
-        </p>
-      </subsection>
-    </section>
-    <section name="Setting up the Google Plugin">
-      <p>
-        Because Hupa uses the google web toolkit (GWT) it is necessary to
-        adjust
-        the output directory of the project. If you don't the Stand alone
-        google
-        browser will not be able to pick up the compiled classes. So, to
-        change
-        it do a right-click on your project choos Run As -> Web Application. But
-        beware you will get an error! We do this only because the plugin sets
-        almost everything up for us. After we get the error right-click on the
-        project again, and choose Run As -> Run Configurations... then expand
-        the Web Application Node, go to the Arguments tab and add
-        <code>-Dhupa.config.file=${project_loc}/server/src/main/webapp/WEB-INF/conf/config.properties
-        </code>
-        to the VM Arguments Textbox. Click on Apply and close the dialog.
-        After
-        that go into the Package Explorer
-        View and expand server -> src -> main
-        -> webapp -> WEB-INF -> conf and
-        double click on config.properties.
-        Adjust these settings to your liking.
-        googlemail is setup by default.
-        Last thing to setup is the projects output path. Do a right-click on the
-        project and choose Build Path -> Configure Build Path... Under the
-        Source tab put &lt;your_project_name&gt;/war/WEB-INF/classes in the
-        output directory textbox.
-      </p>
-    </section>
-    <section name="Starting Hupa">
-      <p>
-        So we are finally there. We can run Hupa for the first time. Do a
-        right-click
-        on the project choose Run As -> Run Configurations... ->
-        Hupa.html and
-        click on run.
-    </p>
-    </section>
-  </body>
+    <properties>
+        <title>Building Hupa</title>
+        <author email="server-dev@james.apache.org">James Hupa Project Team</author>
+    </properties>
+    <body>
+        <section name="Building Hupa for the first time">
+            <p>
+                Because Hupa uses maven2 as its build tool, the management of
+                dependencies is rather simple. You can either run
+                <code>mvn clean package</code>
+                from the command line, or use the built-in m2eclipse plugin.
+            </p>
+            <subsection name="Setting up m2eclipse to build Hupa">
+                <p>
+                    m2eclipse provides you with the ability to create different run
+                    configurations for maven. So you can run
+                    <b>what</b>
+                    you want,
+                    <b>when</b>
+                    you want, by a single mouse-click. To configure the m2 run
+                    configuration, please do a right click on the project name and select
+                    Run As -> Run Configurations ...
+                </p>
+                <p>
+                    In the Following Dialog left-click Maven Build, then click on New on
+                    the top. On the dialogs main content area provide the run
+                    configuration now. In the Name field type
+                    <code>hupa clean package</code>
+                    . Uder the Base Directory should be written
+                    <code>${workspace_loc:/hupa-trunk}</code>
+                    (if your project is only named hupa, then it would be
+                    ${workspace_loc:/hupa}).
+                    <br />
+                    <img src="../images/dev/run-configurations-main.jpg" />
+                    <br />
+                    Underneath you should check Update Snaphots
+                    and on the Refresh Tab you
+                    should check Refresh Resources upon
+                    Completion and The Project
+                    Containing the selected Resource.
+                    <br />
+                    <img src="../images/dev/run-configurations-refresh.jpg" />
+                    <br />
+                    After all is set, click Apply and then click Run. It will take a hile
+                    to download all the dependencies. Once it is finished, it will refresh
+                    eclipse, and we are on the final step to start it up the first time.
+                </p>
+            </subsection>
+        </section>
+        <section name="Setting up the Google Plugin">
+            <p>
+                Because Hupa uses the google web toolkit (GWT) it is necessary to
+                adjust
+                the output directory of the project. If you don't the Stand alone
+                google
+                browser will not be able to pick up the compiled classes. So, to
+                change
+                it do a right-click on your project choos Run As -> Web Application. But
+                beware you will get an error! We do this only because the plugin sets
+                almost everything up for us. After we get the error right-click on the
+                project again, and choose Run As -> Run Configurations... then expand
+                the Web Application Node, go to the Arguments tab and add
+                <code>-Dhupa.config.file=${project_loc}/server/src/main/webapp/WEB-INF/conf/config.properties
+                </code>
+                to the VM Arguments Textbox. Click on Apply and close the dialog.
+                After
+                that go into the Package Explorer
+                View and expand server -> src -> main
+                -> webapp -> WEB-INF -> conf and
+                double click on config.properties.
+                Adjust these settings to your liking.
+                googlemail is setup by default.
+                Last thing to setup is the projects output path. Do a right-click on the
+                project and choose Build Path -> Configure Build Path... Under the
+                Source tab put &lt;your_project_name&gt;/war/WEB-INF/classes in the
+                output directory textbox.
+            </p>
+        </section>
+        <section name="Starting Hupa">
+            <p>
+                So we are finally there. We can run Hupa for the first time. Do a
+                right-click
+                on the project choose Run As -> Run Configurations... ->
+                Hupa.html and
+                click on run.
+            </p>
+        </section>
+    </body>
 </document>
\ No newline at end of file

Modified: james/hupa/trunk/src/site/xdoc/dev/environment.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/src/site/xdoc/dev/environment.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/src/site/xdoc/dev/environment.xml (original)
+++ james/hupa/trunk/src/site/xdoc/dev/environment.xml Tue Aug  9 19:35:26 2011
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-  <!--
+<!--
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements. See the NOTICE file distributed with this
     work for additional information regarding copyright ownership. The ASF
@@ -12,156 +12,156 @@
     distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied. See the License for the specific language
     governing permissions and limitations under the License.
-  -->
+-->
 <document>
-  <properties>
-    <title>Setup your Development Environment</title>
-    <author email="server-dev@james.apache.org">James Hupa Project Team</author>
-  </properties>
-  <body>
-    <section name="So you want to get involved?">
-      <p>
-        Great! Hupa is a new project, which just made it from the labs over to
-        the james
-        project.
-        We have a solid codebase, but there are many features
-        missing. But you already
-        know that, right?
-        At least that is why you are
-        trying to help, correct?
-      </p>
-      <p>
-        So, what do you need... We develop in eclipse, hence this document
-        describes
-        how to setup eclipse,
-        to get a Hupa Development Environment up
-        and running. So if you are a
-        developer who is using netbeans
-        or any other
-        IDE like IntelliJ IDEA, don't hesitate, to tell us how you setup
-        your
-        Environment, and
-        we will be more than happy to include the documentation
-        as well.
-      </p>
-      <p>
-        This document describes which steps are needed to setup eclipse, as if
-        it was
-        freshly downloaded.
-        So if you already have some plugins installed,
-        skip over to the next section.
-        Other than that,
-        all that is left for is to
-        wish you guys fun coding Hupa!
-      </p>
-    </section>
+    <properties>
+        <title>Setup your Development Environment</title>
+        <author email="server-dev@james.apache.org">James Hupa Project Team</author>
+    </properties>
+    <body>
+        <section name="So you want to get involved?">
+            <p>
+                Great! Hupa is a new project, which just made it from the labs over to
+                the james
+                project.
+                We have a solid codebase, but there are many features
+                missing. But you already
+                know that, right?
+                At least that is why you are
+                trying to help, correct?
+            </p>
+            <p>
+                So, what do you need... We develop in eclipse, hence this document
+                describes
+                how to setup eclipse,
+                to get a Hupa Development Environment up
+                and running. So if you are a
+                developer who is using netbeans
+                or any other
+                IDE like IntelliJ IDEA, don't hesitate, to tell us how you setup
+                your
+                Environment, and
+                we will be more than happy to include the documentation
+                as well.
+            </p>
+            <p>
+                This document describes which steps are needed to setup eclipse, as if
+                it was
+                freshly downloaded.
+                So if you already have some plugins installed,
+                skip over to the next section.
+                Other than that,
+                all that is left for is to
+                wish you guys fun coding Hupa!
+            </p>
+        </section>
 
-    <section name="How to setup eclipse...">
-      <subsection name="What Version do you need">
-        <p>
-          Eclipse can be downloaded from
-          <a href="http://download.eclipse.org">the eclipse download page</a>
-          I recommend using the Eclipse IDE for Java Developers or the Eclipse
-          IDE for Java EE Developers.
-        </p>
-        <p>
-          If you need help installing eclipse, you can find the answers you are
-          looking for on the
-          <a href="http://wiki.eclipse.org/FAQ_Where_do_I_get_and_install_Eclipse%3F">eclipse homepage</a>
-        </p>
-        <p>
-          From this point on we assume you have a running distribution of
-          eclipse installed on your system.
-        </p>
-      </subsection>
-      <subsection name="Setting up the maven eclipse plugin">
-        <p>
-          Hupa uses maven2 as its build tool. Although it is possible to only
-          run maven commands
-          from the command line, a tight integration into the
-          tool you use to write and run the code is a lot nicer. 
-        </p>
-        <p>
-          Nowadays there is more than one plugin for eclipse to interact with
-          maven2. Although all might be great, I only know my way around the
-          m2eclipse plugin. I work
-          with it on all my m2 projects, and it provides
-          me with the tools I need to get
-          the job done. Again, if you provide the
-          documentation for other
-          plugins, we would be more than happy to put
-          them up here.
-        </p>
-        <p>
-          But enough of the bla bla let us get started. You can download the
-          plugin
-          <a href="http://m2eclipse.sonatype.org/">here.</a>
-          The Installation Instructions are right on the first page. From this
-          point this guide assumes that you have the m2eclipse plugin installed.
-        </p>
-      </subsection>
-      <subsection name="Setting up the GWT Plugin">
-        <p>
-          Hupa is developed using
-          <a href="http://code.google.com/intl/de/webtoolkit/">GWT</a>
-          So to make your development a lot easier we recommend installing the
-          <a href="http://code.google.com/appengine/docs/java/tools/eclipse.html">google plugin for eclipse</a>
-        </p>
-      </subsection>
-      <subsection name="Setting up subclipse">
-        <p>
-          The ASF uses subversion as its Version Control System (VCS). So to be
-          able to check out the source code I recommend using a special plugin
-          called
-          <a href="http://subclipse.tigris.org/">subclipse</a>
-          After subclipse is installed, it is fairly easy to start your
-          development on Hupa :)
-        </p>
-      </subsection>
-      <subsection name="Checking out the Hupa source code">
-        <p>
-          Now we have everything setup to be able to check out and run the Hupa
-          source code.
-        </p>
-        <p>
-          Open up Eclipse and go to Window -> Open Perspective -> Other -> SVN
-          Repository Exploring
-          <br/>
-          <img src="../images/dev/svn-repo.jpg" />
-          <br/>
-          In the SVN Repositories View Click the right mouse button and choose
-          New -> Repository Location ...
-        </p>
-        <p>
-          In the Dialog enter the following url in the URL Field:
-          http://svn.apache.org/repos/asf then click on Finish. After that the
-          ASF Software Repository should be visible inside your SVN Repositories
-          view as shown here.
-          <br/>
-          <img src="../images/dev/svn-repositories-installed.jpg" />
-          <br/>
-        </p>
-        <p>
-          Expand the Repository, then james, then hupa, and finally do a right
-          click on trunk and select Checkout. Fill in the settings as you think
-          they fit your needs.
-          <br/>
-          <img src="../images/dev/checkout-hupa.jpg" />
-          <br/>
-        </p>
-        <p>
-          So after everything is set up correctly your screen should look like
-          this one here.
-          <br/>
-          <img src="../images/dev/eclipse_setup.jpg" />
-          <br/>
-        </p>
-        <p>
-          Now, that the foundation is laid out, we can finally
-          <a href="building.html">build hupa</a>
-          .
-        </p>
-      </subsection>
-    </section>
-  </body>
+        <section name="How to setup eclipse...">
+            <subsection name="What Version do you need">
+                <p>
+                    Eclipse can be downloaded from
+                    <a href="http://download.eclipse.org">the eclipse download page</a>
+                    I recommend using the Eclipse IDE for Java Developers or the Eclipse
+                    IDE for Java EE Developers.
+                </p>
+                <p>
+                    If you need help installing eclipse, you can find the answers you are
+                    looking for on the
+                    <a href="http://wiki.eclipse.org/FAQ_Where_do_I_get_and_install_Eclipse%3F">eclipse homepage</a>
+                </p>
+                <p>
+                    From this point on we assume you have a running distribution of
+                    eclipse installed on your system.
+                </p>
+            </subsection>
+            <subsection name="Setting up the maven eclipse plugin">
+                <p>
+                    Hupa uses maven2 as its build tool. Although it is possible to only
+                    run maven commands
+                    from the command line, a tight integration into the
+                    tool you use to write and run the code is a lot nicer.
+                </p>
+                <p>
+                    Nowadays there is more than one plugin for eclipse to interact with
+                    maven2. Although all might be great, I only know my way around the
+                    m2eclipse plugin. I work
+                    with it on all my m2 projects, and it provides
+                    me with the tools I need to get
+                    the job done. Again, if you provide the
+                    documentation for other
+                    plugins, we would be more than happy to put
+                    them up here.
+                </p>
+                <p>
+                    But enough of the bla bla let us get started. You can download the
+                    plugin
+                    <a href="http://m2eclipse.sonatype.org/">here.</a>
+                    The Installation Instructions are right on the first page. From this
+                    point this guide assumes that you have the m2eclipse plugin installed.
+                </p>
+            </subsection>
+            <subsection name="Setting up the GWT Plugin">
+                <p>
+                    Hupa is developed using
+                    <a href="http://code.google.com/intl/de/webtoolkit/">GWT</a>
+                    So to make your development a lot easier we recommend installing the
+                    <a href="http://code.google.com/appengine/docs/java/tools/eclipse.html">google plugin for eclipse</a>
+                </p>
+            </subsection>
+            <subsection name="Setting up subclipse">
+                <p>
+                    The ASF uses subversion as its Version Control System (VCS). So to be
+                    able to check out the source code I recommend using a special plugin
+                    called
+                    <a href="http://subclipse.tigris.org/">subclipse</a>
+                    After subclipse is installed, it is fairly easy to start your
+                    development on Hupa :)
+                </p>
+            </subsection>
+            <subsection name="Checking out the Hupa source code">
+                <p>
+                    Now we have everything setup to be able to check out and run the Hupa
+                    source code.
+                </p>
+                <p>
+                    Open up Eclipse and go to Window -> Open Perspective -> Other -> SVN
+                    Repository Exploring
+                    <br />
+                    <img src="../images/dev/svn-repo.jpg" />
+                    <br />
+                    In the SVN Repositories View Click the right mouse button and choose
+                    New -> Repository Location ...
+                </p>
+                <p>
+                    In the Dialog enter the following url in the URL Field:
+                    http://svn.apache.org/repos/asf then click on Finish. After that the
+                    ASF Software Repository should be visible inside your SVN Repositories
+                    view as shown here.
+                    <br />
+                    <img src="../images/dev/svn-repositories-installed.jpg" />
+                    <br />
+                </p>
+                <p>
+                    Expand the Repository, then james, then hupa, and finally do a right
+                    click on trunk and select Checkout. Fill in the settings as you think
+                    they fit your needs.
+                    <br />
+                    <img src="../images/dev/checkout-hupa.jpg" />
+                    <br />
+                </p>
+                <p>
+                    So after everything is set up correctly your screen should look like
+                    this one here.
+                    <br />
+                    <img src="../images/dev/eclipse_setup.jpg" />
+                    <br />
+                </p>
+                <p>
+                    Now, that the foundation is laid out, we can finally
+                    <a href="building.html">build hupa</a>
+                    .
+                </p>
+            </subsection>
+        </section>
+    </body>
 </document>
\ No newline at end of file

Modified: james/hupa/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/src/site/xdoc/index.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/src/site/xdoc/index.xml (original)
+++ james/hupa/trunk/src/site/xdoc/index.xml Tue Aug  9 19:35:26 2011
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-  <!--
+<!--
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements. See the NOTICE file distributed with this
     work for additional information regarding copyright ownership. The ASF
@@ -12,36 +12,32 @@
     distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied. See the License for the specific language
     governing permissions and limitations under the License.
-  -->
+-->
 <document>
-  <properties>
-    <title>Overview</title>
-    <author email="server-dev@james.apache.org">James Hupa Project Team</author>
-  </properties>
-  <body>
-    <section name="What is it?">
-      <p>
-        Hupa is IMAP-based Webmail written in GWT.
-      </p>
-    </section>
-    <section name="News">
+    <properties>
+        <title>Overview</title>
+        <author email="server-dev@james.apache.org">James Hupa Project Team</author>
+    </properties>
+    <body>
+        <section name="What is it?">
+            <p>Hupa is IMAP-based Webmail written in GWT.</p>
+        </section>
 
-      <subsection name="2009">
+        <section name="News">
 
-        <h4>Sept/2009 - Hupa moved to James</h4>
-        <p>
-          Hupa moved from Apache Labs to James this month.
-      </p>
-      </subsection>
+            <subsection name="2009">
+                <h4>Sept/2009 - Hupa moved to James</h4>
+                <p>Hupa moved from Apache Labs to James this month.</p>
+            </subsection>
+        </section>
 
-    </section>
-
-    <section name="releases">
-      <p>
-        <b>Latest: None</b>
-        <br />
-        No releases done yet. Would like helping getting one together? <a href="dev/environment.html">Check this out</a>
-      </p>
-    </section>
-  </body>
+        <section name="releases">
+            <p>
+                <b>Latest: None</b>
+                <br />
+                No releases done yet. Would like helping getting one together?
+                <a href="dev/environment.html">Check this out</a>
+            </p>
+        </section>
+    </body>
 </document>
\ No newline at end of file

Modified: james/hupa/trunk/src/site/xdoc/screenshots.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/src/site/xdoc/screenshots.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/src/site/xdoc/screenshots.xml (original)
+++ james/hupa/trunk/src/site/xdoc/screenshots.xml Tue Aug  9 19:35:26 2011
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-  <!--
+<!--
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements. See the NOTICE file distributed with this
     work for additional information regarding copyright ownership. The ASF
@@ -12,26 +12,24 @@
     distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied. See the License for the specific language
     governing permissions and limitations under the License.
-  -->
+-->
 <document>
-  <properties>
-    <title>Hupa GWT Webmail Screenshots</title>
-    <author email="server-dev@james.apache.org">James Hupa Project Team</author>
-  </properties>
-  <body>
-    <section name="So you want to see how it looks like?">
-      <p>
-        Ok, here we are. The login form on the dev build 2009.11.23
-      </p>
-      <img src="images/ss/hupa-login.png" />
-      <p>
-        And here the main message browsing interface, also from 2009.11.23 build.
-      </p>
-      <a href="images/ss/hupa-main.png" target="_new"><img src="images/ss/hupa-main-small.gif" /></a>
-      <p>
-        And the last one, the message composing interface, from 2009.11.23 build.
-      </p>
-      <a href="images/ss/hupa-new.png" target="_new"><img src="images/ss/hupa-new-small.gif" /></a>
-    </section>
-  </body>
+    <properties>
+        <title>Hupa GWT Webmail Screenshots</title>
+        <author email="server-dev@james.apache.org">James Hupa Project Team</author>
+    </properties>
+    <body>
+        <section name="So you want to see how it looks like?">
+            <p>Ok, here we are. The login form on the dev build 2009.11.23</p>
+            <img src="images/ss/hupa-login.png" />
+            <p>And here the main message browsing interface, also from 2009.11.23 build.</p>
+            <a href="images/ss/hupa-main.png" target="_new">
+                <img src="images/ss/hupa-main-small.gif" />
+            </a>
+            <p>And the last one, the message composing interface, from 2009.11.23 build.</p>
+            <a href="images/ss/hupa-new.png" target="_new">
+                <img src="images/ss/hupa-new-small.gif" />
+            </a>
+        </section>
+    </body>
 </document>
\ 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=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/widgets/pom.xml (original)
+++ james/hupa/trunk/widgets/pom.xml Tue Aug  9 19:35:26 2011
@@ -1,5 +1,20 @@
-<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">
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to you under the Apache License, Version
+    2.0 (the "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed under the
+    License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+    CONDITIONS OF ANY KIND, either express or implied. See the License for
+    the specific language governing permissions and limitations under the
+    License.
+-->
+<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>
@@ -15,21 +30,21 @@
     </parent>
 
     <build>
-    <resources>
-      <resource>
-        <directory>src/main/java</directory>
-        <includes>
-          <include>**/*.java</include>
-          <include>**/*.gwt.xml</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>src/main/resources</directory>
-        <includes>
-          <include>**/*.*</include>
-        </includes>
-      </resource>
-    </resources>
+        <resources>
+            <resource>
+                <directory>src/main/java</directory>
+                <includes>
+                    <include>**/*.java</include>
+                    <include>**/*.gwt.xml</include>
+                </includes>
+            </resource>
+            <resource>
+                <directory>src/main/resources</directory>
+                <includes>
+                    <include>**/*.*</include>
+                </includes>
+            </resource>
+        </resources>
 
     </build>
 

Modified: james/hupa/trunk/widgets/src/reporting-site/site.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/widgets/src/reporting-site/site.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/widgets/src/reporting-site/site.xml (original)
+++ james/hupa/trunk/widgets/src/reporting-site/site.xml Tue Aug  9 19:35:26 2011
@@ -1,29 +1,25 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
+    or more contributor license agreements. See the NOTICE file
     distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
+    regarding copyright ownership. The ASF licenses this file
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
+    with the License. You may obtain a copy of the License at
+
     http://www.apache.org/licenses/LICENSE-2.0
-    
+
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
+    KIND, either express or implied. See the License for the
     specific language governing permissions and limitations
-    under the License.    
+    under the License.
 -->
 <project name="${project.name}">
-
     <body>
-
         <menu ref="parent" />
         <menu ref="reports" />
-
     </body>
-
 </project>

Modified: james/hupa/trunk/widgets/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/widgets/src/site/site.xml?rev=1155511&r1=1155510&r2=1155511&view=diff
==============================================================================
--- james/hupa/trunk/widgets/src/site/site.xml (original)
+++ james/hupa/trunk/widgets/src/site/site.xml Tue Aug  9 19:35:26 2011
@@ -1,27 +1,27 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership. The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
 
     http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied. See the License for the
+    specific language governing permissions and limitations
+    under the License.
 -->
 <project name="Hupa">
-  <body>
-    <!-- This is a "dummy" site because of this bug:   -->
-    <!-- http://jira.codehaus.org/browse/MSITE-345     -->
-    <menu ref="parent"/>
-    <menu ref="reports"/>
-  </body>
+    <body>
+        <!-- This is a "dummy" site because of this bug: -->
+        <!-- http://jira.codehaus.org/browse/MSITE-345 -->
+        <menu ref="parent" />
+        <menu ref="reports" />
+    </body>
 </project>



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