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/10/20 06:33:58 UTC

svn commit: r1186611 - in /james/server/trunk/src/site: site.xml xdoc/upgrade.xml

Author: felixk
Date: Thu Oct 20 04:33:58 2011
New Revision: 1186611

URL: http://svn.apache.org/viewvc?rev=1186611&view=rev
Log:
Item needs a href to collapse and uncollapse (BTW it will produce a NPE with later maven-site-plugin versions ...)

Added:
    james/server/trunk/src/site/xdoc/upgrade.xml   (with props)
Modified:
    james/server/trunk/src/site/site.xml

Modified: james/server/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/site.xml?rev=1186611&r1=1186610&r2=1186611&view=diff
==============================================================================
--- james/server/trunk/src/site/site.xml (original)
+++ james/server/trunk/src/site/site.xml Thu Oct 20 04:33:58 2011
@@ -91,7 +91,7 @@ Removed from trunk for now.
         <item name="JMX" href="/monitor-jmx.html" />
         <item name="Folders" href="/monitor-folders.html" />
       </item>
-      <item name="6. Upgrade" collapse="true" >
+      <item name="6. Upgrade" href="upgrade.html" collapse="true" >
         <item name="Upgrade from 2.3" href="/upgrade-2.3.html" />
         <item name="Upgrade database" href="/upgrade-database.html" />
       </item>

Added: james/server/trunk/src/site/xdoc/upgrade.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/upgrade.xml?rev=1186611&view=auto
==============================================================================
--- james/server/trunk/src/site/xdoc/upgrade.xml (added)
+++ james/server/trunk/src/site/xdoc/upgrade.xml Thu Oct 20 04:33:58 2011
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<!--
+  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>Upgrading from previous Apache James Server version</title>
+    </properties>
+
+    <body>
+
+        <section name="Upgrade">
+
+            <p>Howto upgrade from previous version.</p>
+
+        </section>
+
+    </body>
+</document>

Propchange: james/server/trunk/src/site/xdoc/upgrade.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: james/server/trunk/src/site/xdoc/upgrade.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision



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