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 ba...@apache.org on 2006/09/22 18:48:41 UTC

svn commit: r448989 - in /james/sandbox/james-project: ./ server/2.2.0/ server/2.2.0/src/ server/2.2.0/src/site/ server/2.2.0/src/site/xdoc/ server/src/site/ server/src/site/xdoc/ server/src/site/xdoc/archive/ server/src/site/xdoc/images/ server/src/si...

Author: bago
Date: Fri Sep 22 09:48:39 2006
New Revision: 448989

URL: http://svn.apache.org/viewvc?view=rev&rev=448989
Log:
Remove server-2.3-specific documentation/files from james-project/server/src/site (it will be published by server source tree)
Update poms and sites to match the new structure (JAMES-634 / JAMES-618)

Added:
    james/sandbox/james-project/server/2.2.0/
    james/sandbox/james-project/server/2.2.0/pom.xml   (with props)
    james/sandbox/james-project/server/2.2.0/src/
    james/sandbox/james-project/server/2.2.0/src/site/
    james/sandbox/james-project/server/2.2.0/src/site/site.xml   (with props)
    james/sandbox/james-project/server/2.2.0/src/site/xdoc/
    james/sandbox/james-project/server/src/site/xdoc/archive/
Removed:
    james/sandbox/james-project/server/src/site/xdoc/adding_users_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/announcement_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/architecture_v2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/build_instructions_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/custom_mailet_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/custom_matcher_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/design_objectives_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/dns_configuration_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/documentation_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/fetchmail_configuration_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/images/
    james/sandbox/james-project/server/src/site/xdoc/installation_instructions_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/mailet_api_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/mailing_lists_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/migratingDatasource_v2.3.xml
    james/sandbox/james-project/server/src/site/xdoc/nntp_configuration_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/pop3_configuration_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/provided_mailets_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/provided_matchers_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/remotemanager_configuration_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/repositories_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/serverwide_configuration_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/smtp_auth_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/smtp_configuration_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/spoolmanager_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/spoolmanager_configuration_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/stylesheets/
    james/sandbox/james-project/server/src/site/xdoc/summary_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/upgrade_instructions_2_3.xml
    james/sandbox/james-project/server/src/site/xdoc/using_database_2_3.xml
    james/sandbox/james-project/src/site/xdoc/server/
Modified:
    james/sandbox/james-project/pom.xml
    james/sandbox/james-project/server/src/site/site.xml
    james/sandbox/james-project/src/site/site.xml

Modified: james/sandbox/james-project/pom.xml
URL: http://svn.apache.org/viewvc/james/sandbox/james-project/pom.xml?view=diff&rev=448989&r1=448988&r2=448989
==============================================================================
--- james/sandbox/james-project/pom.xml (original)
+++ james/sandbox/james-project/pom.xml Fri Sep 22 09:48:39 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
@@ -21,17 +21,18 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>james-project</artifactId>
-  <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>3</version>
-  </parent>
   <name>Apache JAMES Project</name>
   <version>1.0-SNAPSHOT</version>
   <description>
     The Apache JAMES Project
   </description>
-  <!-- <url>http://james.apache.org/index.html</url> -->
+
+  <modules>
+    <module>maven-skin</module>
+    <module>server</module>
+  </modules>
+  
+  <url>http://james.apache.org/index.html</url>
   <inceptionYear>2006</inceptionYear>
   <packaging>pom</packaging>
 
@@ -39,7 +40,7 @@
   </dependencies>
 
   <organization>
-    <name>Apache Software Foundation</name>
+    <name>The Apache Software Foundation</name>
     <url>http://www.apache.org</url>
   </organization>
 
@@ -104,7 +105,7 @@
     </developer>
     <developer>
       <id>hilmer</id>
-      <name>Søren Hilmer</name>
+      <name>S�ren Hilmer</name>
       <email>sh at widetrail.dk</email>
       <timezone></timezone>
       <roles>
@@ -135,11 +136,61 @@
       <timezone>-8</timezone>
     </developer>
   </developers>
-  
+
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/james</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james</developerConnection>
-    <url>http://svn.apache.org/viewvc/james/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/james/site/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/site/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/james/site/trunk</url>
   </scm>
+
+  <distributionManagement>
+    <repository>
+      <id>apache.releases</id>
+      <name>Apache Release Distribution Repository</name>
+      <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+    <!-- Each project must override this with their own -->
+    <site>
+      <id>james-website</id>
+      <url>scp://minotaur.apache.org/www/james.apache.org/</url>
+    </site>
+  </distributionManagement>
+
+  <repositories>
+    <repository>
+      <id>central</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+  
+  <mailingLists>
+    <mailingList>
+      <name>Apache James Website Developement</name>
+      <subscribe>site-dev-subscribe@james.apache.org</subscribe>
+      <unsubscribe>site-dev-unsubscribe@james.apache.org</unsubscribe>
+      <post>site-dev@james.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/james-site-dev/</archive>
+    </mailingList>
+  </mailingLists>
 
 </project>

Added: james/sandbox/james-project/server/2.2.0/pom.xml
URL: http://svn.apache.org/viewvc/james/sandbox/james-project/server/2.2.0/pom.xml?view=auto&rev=448989
==============================================================================
--- james/sandbox/james-project/server/2.2.0/pom.xml (added)
+++ james/sandbox/james-project/server/2.2.0/pom.xml Fri Sep 22 09:48:39 2006
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>james-server-site-2-2-0</artifactId>
+  <name>JAMES Server 2.2.0 Documentation</name>
+  <version>1.0-SNAPSHOT</version>
+  <description>
+    Apache JAMES Server 2.2.0 Documentation
+  </description>
+  <packaging>pom</packaging>
+  <parent>
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-server-root</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <url>http://james.apache.org/server/2.2.0/index.html</url>
+  <inceptionYear>2006</inceptionYear>
+
+  <distributionManagement>
+    <site>
+      <id>james-server-website</id>
+      <url>scp://minotaur.apache.org/www/james.apache.org/server/2.2.0</url>
+    </site>
+  </distributionManagement>
+</project>
\ No newline at end of file

Propchange: james/sandbox/james-project/server/2.2.0/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: james/sandbox/james-project/server/2.2.0/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/sandbox/james-project/server/2.2.0/src/site/site.xml?view=auto&rev=448989
==============================================================================
--- james/sandbox/james-project/server/2.2.0/src/site/site.xml (added)
+++ james/sandbox/james-project/server/2.2.0/src/site/site.xml Fri Sep 22 09:48:39 2006
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="ISO-8859-1"?><project name="James Server 2.2.0">
+  <bannerLeft>
+    <name>James Server</name>
+    <src>images/james-server-logo.gif</src>
+    <href>http://james.apache.org/server/</href>
+  </bannerLeft>
+  <bannerRight>
+    <name>The Apache Software Foundation</name>
+    <src>images/asf-logo-reduced.gif</src>
+    <href>http://www.apache.org/</href>
+  </bannerRight>
+  <body>
+    <menu name="Concepts">
+      <item name="Summary" href="/summary.html" />
+      <item name="SpoolManager" href="/spoolmanager.html" />
+      <item name="Repositories" href="/repositories.html" />
+      <item name="The Mailet API" href="/mailet_api.html" />
+    </menu>
+    <menu name="How to...">
+      <item name="Build James" href="/build_instructions.html" />
+      <item name="Install James" href="/installation_instructions.html" />
+    </menu>
+    <menu name="Configuration">
+      <item name="DNS Server" href="/dns_configuration.html" />
+      <item name="POP3 Server" href="/pop3_configuration.html" />
+      <item name="SMTP Server" href="/smtp_configuration.html" />
+      <item name="NNTP Server" href="/nntp_configuration.html" />
+      <item name="FetchPOP" href="/fetchpop_configuration.html" />
+      <item name="FetchMail" href="/fetchmail_configuration.html" />
+      <item name="RemoteManager" href="/remotemanager_configuration.html" />
+      <item name="Repository" href="/repositories.html" />
+      <item name="SpoolManager" href="/spoolmanager_configuration.html" />
+      <item name="Server-wide" href="/serverwide_configuration.html" />
+      <item name="Adding Users" href="/adding_users.html" />
+      <item name="Provided Matchers" href="/provided_matchers.html" />
+      <item name="Provided Mailets" href="/provided_mailets.html" />
+    </menu>
+    <menu name="Common Configurations">
+      <item name="Using SMTP AUTH" href="/smtp_auth.html" />
+      <item name="Using a Database with James" href="/using_database.html" />
+      <item name="Using TLS/SSL" href="/usingTLS.html" />
+      <item name="James and Sendmail" href="/james_and_sendmail.html" />
+      <item name="Creating Mailing Lists" href="/mailing_lists.html" />
+    </menu>
+    <menu name="Customization">
+      <item name="How to write a custom Matcher" href="/custom_matcher.html" />
+      <item name="How to write a custom Mailet" href="/custom_mailet.html" />
+    </menu>
+    <menu name="Project">
+      <item name="Changelog" href="/changelog.html" />
+    </menu>
+  </body>
+</project>
\ No newline at end of file

Propchange: james/sandbox/james-project/server/2.2.0/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/sandbox/james-project/server/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/sandbox/james-project/server/src/site/site.xml?view=diff&rev=448989&r1=448988&r2=448989
==============================================================================
--- james/sandbox/james-project/server/src/site/site.xml (original)
+++ james/sandbox/james-project/server/src/site/site.xml Fri Sep 22 09:48:39 2006
@@ -22,46 +22,36 @@
   <bannerLeft>
     <name>James Server</name>
     <src>images/james-server-logo.gif</src>
-    <href>http://james.apache.org/index.html</href>
+    <href>http://james.apache.org/server/</href>
   </bannerLeft>
   
   <bannerRight>
     <name>The Apache Software Foundation</name>
     <src>images/asf-logo-reduced.gif</src>
-    <href>http://www.apache.org/index.html</href>
-  </bannerRight> 
+    <href>http://www.apache.org/</href>
+  </bannerRight>
   
   <body>
   
-    <menu name="James">
-      <item name="Overview" href="/index.html"/>
-      <item name="James FAQ" href="/FAQ.html"/>
-      <item name="Mailing Lists" href="/mail.html"/>
-      <item name="Wiki" href="http://wiki.apache.org/james"/>
+    <menu name="James Server" inherit="top">
+      <item name="Overview" href="/index.html" />
+      <item name="James FAQ" href="/FAQ.html" />
+      <item name="Mailing Lists" href="/mail.html" />
+      <item name="Wiki" href="http://wiki.apache.org/james" />
+      <item name="Useful RFCs" href="/rfclist.html" />
     </menu>
     
     <menu name="Documentation">
-      <item name="James" href="/documentation_2_1.html"/>
-      <item name="Design" href="/design_objectives.html"/>
-      <item name="Document Archive" href="/document_archive.html"/>
+      <item name="Server 2.3.0" href="/2.3.0/index.html" />
+      <item name="Server 2.2.0" href="/2.2.0/index.html" />
+      <item name="Archive" href="/archive/document_archive.html" />
     </menu>
     
-    <menu name="Documentation 2.3">
-      <item name="James" href="/documentation_2_3.html"/>
-      <item name="Design" href="/design_objectives_2_3.html"/>
-      <item name="James Javadocs" href="/apidocs/index.html"/>
-      <item name="Useful RFCs" href="/rfclist.html"/>
+    <menu name="Project" inherit="bottom">
+      <item name="Bug Database" href="http://issues.apache.org/jira/browse/JAMES" />
+      <item name="Source Code" href="http://svn.apache.org/viewvc/james/server/" />
+      <item name="TODO" href="/todo.html" />
     </menu>
     
-    <menu name="Project">
-      <item name="Bug Database " href="http://issues.apache.org/jira/browse/JAMES"/>
-      <item name="Source Code" href="http://svn.apache.org/viewvc/james/server/"/>
-      <!-- <item name="License" href="/license.html"/> -->
-      <item name="Changelog" href="/changelog.html"/>
-      <item name="TODO" href="/todo.html"/>
-    </menu>
-
-    ${reports} 
-        
   </body>
 </project>

Modified: james/sandbox/james-project/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/sandbox/james-project/src/site/site.xml?view=diff&rev=448989&r1=448988&r2=448989
==============================================================================
--- james/sandbox/james-project/src/site/site.xml (original)
+++ james/sandbox/james-project/src/site/site.xml Fri Sep 22 09:48:39 2006
@@ -51,7 +51,7 @@
       <item name="License" href="/license.html"/>
     </menu>
 
-    <menu name="Downloads">
+    <menu name="Downloads" inherit="bottom">
       <item name="Stable releases" href="/download.cgi"/>
       <item name="Test builds" href="http://people.apache.org/dist/james"/>
       <item name="Nightly builds" href="http://people.apache.org/builds/james/nightly/"/>



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