You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2005/09/07 16:46:44 UTC

svn commit: r279331 - in /geronimo/site/xdocs: devtools/ devtools/index.xml index.xml stylesheets/project.xml

Author: geirm
Date: Wed Sep  7 07:46:40 2005
New Revision: 279331

URL: http://svn.apache.org/viewcvs?rev=279331&view=rev
Log:
added devtools subproject, and added note about LDAP on the front page

Added:
    geronimo/site/xdocs/devtools/
    geronimo/site/xdocs/devtools/index.xml
Modified:
    geronimo/site/xdocs/index.xml
    geronimo/site/xdocs/stylesheets/project.xml

Added: geronimo/site/xdocs/devtools/index.xml
URL: http://svn.apache.org/viewcvs/geronimo/site/xdocs/devtools/index.xml?rev=279331&view=auto
==============================================================================
--- geronimo/site/xdocs/devtools/index.xml (added)
+++ geronimo/site/xdocs/devtools/index.xml Wed Sep  7 07:46:40 2005
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<document>
+
+ <properties>
+  <title>Apache Geronimo Development Tools</title>
+  <author email="dev@geronimo.apache.org">Geronimo Documentation Team</author>
+ </properties>
+
+ <body>
+
+<section name="Welcome to Apache Geronimo Development Tools Subproject">
+
+ </section>
+
+ </body>
+ </document>
+
+
+
+
+
+

Modified: geronimo/site/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/geronimo/site/xdocs/index.xml?rev=279331&r1=279330&r2=279331&view=diff
==============================================================================
--- geronimo/site/xdocs/index.xml (original)
+++ geronimo/site/xdocs/index.xml Wed Sep  7 07:46:40 2005
@@ -32,6 +32,14 @@
 
 <section name="Geronimo News">
 
+    <p>
+        <strong>Apache Geronimo Now With LDAP</strong>
+        <blockquote>
+            Apache Geronimo now includes Apache Directory
+            (<i>2005-08-28</i>)
+        </blockquote>
+    </p>
+
 <p>
   <strong>Geronimo Book Update</strong>
   <blockquote>

Modified: geronimo/site/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/site/xdocs/stylesheets/project.xml?rev=279331&r1=279330&r2=279331&view=diff
==============================================================================
--- geronimo/site/xdocs/stylesheets/project.xml (original)
+++ geronimo/site/xdocs/stylesheets/project.xml Wed Sep  7 07:46:40 2005
@@ -33,5 +33,8 @@
         <item name="Related Projects"         href="/dependencies.html"/>
     </menu>
 
+    <menu name="Subprojects">
+        <item name="Development Tools"        href="/devtools/index.html"/>
+    </menu>
     </body>
 </project>