Author: eric
Date: Sun Nov 14 14:50:13 2010
New Revision: 1035000
URL: http://svn.apache.org/viewvc?rev=1035000&view=rev
Log:
Add database schema to documentation.
Added:
james/server/trunk/src/site/resources/images/database/
james/server/trunk/src/site/resources/images/database/james-database-schema-derby.png
(with props)
james/server/trunk/src/site/resources/images/database/james-database-schema-derby_1000.png
(with props)
james/server/trunk/src/site/xdoc/dev-database-schema.xml
Modified:
james/server/trunk/src/site/site.xml
Added:
james/server/trunk/src/site/resources/images/database/james-database-schema-derby.png
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/images/database/james-database-schema-derby.png?rev=1035000&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
james/server/trunk/src/site/resources/images/database/james-database-schema-derby.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
james/server/trunk/src/site/resources/images/database/james-database-schema-derby_1000.png
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/images/database/james-database-schema-derby_1000.png?rev=1035000&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
james/server/trunk/src/site/resources/images/database/james-database-schema-derby_1000.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: james/server/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/site.xml?rev=1035000&r1=1034999&r2=1035000&view=diff
==============================================================================
--- james/server/trunk/src/site/site.xml (original)
+++ james/server/trunk/src/site/site.xml Sun Nov 14 14:50:13 2010
@@ -90,6 +90,7 @@
<menu name="Developers Corner">
<item name="Architecture" href="/dev.html" />
<item name="Build from source" href="/dev-build.html" />
+ <item name="Database Schema" href="/dev-database-schema.html" />
<item name="Develop Extensions" href="/dev-extend.html" collapse="true" >
<item name="Mailet" href="/dev-extend-mailet.html" />
<item name="Matcher" href="/dev-extend-matcher.html" />
Added: james/server/trunk/src/site/xdoc/dev-database-schema.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/dev-database-schema.xml?rev=1035000&view=auto
==============================================================================
--- james/server/trunk/src/site/xdoc/dev-database-schema.xml (added)
+++ james/server/trunk/src/site/xdoc/dev-database-schema.xml Sun Nov 14
14:50:13 2010
@@ -0,0 +1,36 @@
+<?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>James 3.0 - Dev - Database Schema</title>
+ </properties>
+
+<body>
+
+ <section name="Database Schema">
+
+ <img src="images/database/james-database-schema-derby_1000.png"/>
+
+ </section>
+
+</body>
+
+</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]