Author: norman
Date: Tue Sep 22 10:55:29 2009
New Revision: 817595

URL: http://svn.apache.org/viewvc?rev=817595&view=rev
Log:
start to adjust src to generate website etc

Added:
    james/hupa/trunk/src/
    james/hupa/trunk/src/site/
    james/hupa/trunk/src/site/resources/
    james/hupa/trunk/src/site/resources/images/
    james/hupa/trunk/src/site/resources/images/asf-logo-reduced.gif   (with 
props)
    james/hupa/trunk/src/site/site.xml
    james/hupa/trunk/src/site/xdoc/
    james/hupa/trunk/src/site/xdoc/index.xml
Modified:
    james/hupa/trunk/pom.xml

Modified: james/hupa/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev=817595&r1=817594&r2=817595&view=diff
==============================================================================
--- james/hupa/trunk/pom.xml (original)
+++ james/hupa/trunk/pom.xml Tue Sep 22 10:55:29 2009
@@ -1,5 +1,21 @@
+<?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.
+       -->
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.apache.hupa</groupId>
        <artifactId>hupa-parent</artifactId>
@@ -11,6 +27,11 @@
        <url>http://labs.apache.org</url>
        <inceptionYear>2009</inceptionYear>
        <packaging>pom</packaging>
+       <parent>
+               <groupId>org.apache.james</groupId>
+               <artifactId>james-project</artifactId>
+               <version>1.3</version>
+       </parent>
 
        <modules>
                <module>shared</module>
@@ -18,42 +39,23 @@
                <module>server</module>
                <module>widgets</module>
        </modules>
-       
-       <licenses>
-               <license>
-                       <name>Apache License, Version 2.0</name>
-                       <url>http://www.apache.org/licenses/LICENSE-2.0.html
-                       </url>
-                       <distribution>repo</distribution>
-               </license>
-       </licenses>
-
-       <developers>
-               <developer>
-                       <id>norman</id>
-                       <name>Norman Maurer</name>
-                       <email>norman at apache.org</email>
-                       <timezone>2</timezone>
-                       <roles>
-                               <role>Developer</role>
-                       </roles>
-               </developer>
-       </developers>
+
+       <distributionManagement>
+               <site>
+                       <id>hupa-website</id>
+                       
<url>scp://people.apache.org/www/james.apache.org/hupa/</url>
+               </site>
+       </distributionManagement>
 
        <issueManagement>
                <system>JIRA</system>
-               <url>http://issues.apache.org/jira/browse/LABS
-               </url>
+               <url>http://issues.apache.org/jira/browse/Hupa</url>
        </issueManagement>
 
        <scm>
-               
<connection>scm:svn:http://svn.apache.org/repos/asf/labs/hupa/trunk
-               </connection>
-               <developerConnection>
-                       scm:svn:https://svn.apache.org/repos/asf/labs/hupa/trunk
-               </developerConnection>
-               <url>http://svn.apache.org/viewvc/labs/hupa/trunk
-               </url>
+               
<connection>scm:svn:http://svn.apache.org/repos/asf/james/hupa/trunk</connection>
+               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/hupa/trunk</developerConnection>
+               <url>http://svn.apache.org/viewvc/james/hupa/trunk/</url>
        </scm>
 
        <repositories>
@@ -101,7 +103,7 @@
                <repository>
                        <id>lib-repo</id>
                        <name>lib-m2-repository</name>
-                       <url>http://svn.apache.org/repos/asf/labs/hupa/lib</url>
+                       
<url>http://svn.apache.org/repos/asf/james/hupa/lib</url>
                        <layout>legacy</layout>
                        <snapshots>
                                <enabled>false</enabled>
@@ -131,23 +133,72 @@
        </properties>
 
        <build>
-               <plugins>
-                       <plugin>
-                               <artifactId>maven-site-plugin</artifactId>
-                               <version>2.0-beta-5</version>
-                       </plugin>
-
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                               <configuration>
-                                       <source>1.5</source>
-                                       <target>1.5</target>
-                               </configuration>
-                       </plugin>
-               </plugins>
+               <pluginManagement>
+                       <plugins>
+                               <plugin>
+                                       
<artifactId>maven-deploy-plugin</artifactId>
+                                       <version>2.4</version>
+                               </plugin>
+                               <plugin>
+                                       
<artifactId>maven-site-plugin</artifactId>
+                                       <version>2.0-beta-7</version>
+                               </plugin>
+                               <plugin>
+                                       
<artifactId>maven-javadoc-plugin</artifactId>
+                                       <version>2.4</version>
+                               </plugin>
+                               <plugin>
+                                       
<artifactId>maven-jxr-plugin</artifactId>
+                                       <version>2.1</version>
+                               </plugin>
+                               <plugin>
+                                       
<artifactId>maven-pmd-plugin</artifactId>
+                                       <version>2.4</version>
+                                       <configuration>
+                                               <targetjdk>1.4</targetjdk>
+                                               <rulesets>
+                                                       
<ruleset>/rulesets/basic.xml</ruleset>
+                                                       
<ruleset>/rulesets/controversial.xml</ruleset>
+                                               </rulesets>
+                                               <format>xml</format>
+                                               <linkXref>true</linkXref>
+                                               
<sourceEncoding>utf-8</sourceEncoding>
+                                               
<minimumTokens>100</minimumTokens>
+                                       </configuration>
+                               </plugin>
+                               <plugin>
+                                       <groupId>org.codehaus.mojo</groupId>
+                                       
<artifactId>rat-maven-plugin</artifactId>
+                                       <version>1.0-alpha-3</version>
+                               </plugin>
+                               <plugin>
+                                       
<artifactId>maven-jar-plugin</artifactId>
+                                       <version>2.2</version>
+                               </plugin>
+                               <plugin>
+                                       
<artifactId>maven-compiler-plugin</artifactId>
+                                       <version>2.0.2</version>
+                                       <configuration>
+                                               <source>1.5</source>
+                                               <target>1.5</target>
+                                               <encoding>iso8859-1</encoding>
+                                       </configuration>
+                               </plugin>
+                               <plugin>
+                                       
<artifactId>maven-remote-resources-plugin</artifactId>
+                                       <version>1.0</version>
+                               </plugin>
+                               <plugin>
+                                       
<artifactId>maven-surefire-plugin</artifactId>
+                                       <version>2.4.3</version>
+                               </plugin>
+                               <plugin>
+                                       
<artifactId>maven-surefire-report-plugin</artifactId>
+                                       <version>2.4.3</version>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
        </build>
-
        <profiles>
                <profile>
                        <id>gwt-dev-windows</id>
@@ -186,7 +237,7 @@
                        </activation>
                </profile>
        </profiles>
-       
+
        <dependencyManagement>
                <dependencies>
                        <dependency>

Added: james/hupa/trunk/src/site/resources/images/asf-logo-reduced.gif
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/src/site/resources/images/asf-logo-reduced.gif?rev=817595&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/hupa/trunk/src/site/resources/images/asf-logo-reduced.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/hupa/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/src/site/site.xml?rev=817595&view=auto
==============================================================================
--- james/hupa/trunk/src/site/site.xml (added)
+++ james/hupa/trunk/src/site/site.xml Tue Sep 22 10:55:29 2009
@@ -0,0 +1,59 @@
+<?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 name="Hupa">
+  <!-- no banner yet -->
+  <!--  -->
+  <bannerLeft>
+    <name>James Hupa</name>
+    <src>images/james-jspf-logo.gif</src>
+    <href>http://james.apache.org/jspf/index.html</href>
+  </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"/>
+
+    </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>
+</project>

Added: james/hupa/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/src/site/xdoc/index.xml?rev=817595&view=auto
==============================================================================
--- james/hupa/trunk/src/site/xdoc/index.xml (added)
+++ james/hupa/trunk/src/site/xdoc/index.xml Tue Sep 22 10:55:29 2009
@@ -0,0 +1,51 @@
+<?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.    
+-->
+<document>
+  <properties>
+    <title>Overview</title>
+    <author email="[email protected]">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">
+   
+    <subsection name="2009">
+     
+      <h4>Sept/2009 - jSPF-0.9.7 released</h4>
+      <p>
+       Hupa moved from Apache Labs to James this month.
+      </p>
+    </subsection> 
+   
+    </section>
+    
+    <section name="releases">
+      <p>
+        <b>Latest: None</b>
+        <br/>
+        No releases done yet.
+      </p>
+    </section>
+  </body>
+</document>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to