You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/12/15 22:50:01 UTC

svn commit: r112028 - in incubator/directory/eve/trunk: . dib dib/xdocs main main/xdocs plugin plugin/xdocs protocol protocol/xdocs shared shared/xdocs xdocs/developers xdocs/projects xdocs/users

Author: akarasulu
Date: Wed Dec 15 13:50:00 2004
New Revision: 112028

URL: http://svn.apache.org/viewcvs?view=rev&rev=112028
Log:
Changes ...

 o made WARNING string bold in plugin doc
 o added protocol document for developers
 o added networking document for developers
 o tidied up navigation which works really well now
 o made timestamp for doc appear everywhere
 o made navigation make current selection bold
 o added properties to enable project docs in children
 o disabled project reports in parent prj
 o corrected license path in children
 o corrected paths of links in the 'Project Information' menu

Notes ...

Eve docs are now ready to deploy onto the main site.


Added:
   incubator/directory/eve/trunk/dib/xdocs/
   incubator/directory/eve/trunk/dib/xdocs/navigation.xml
   incubator/directory/eve/trunk/main/xdocs/
   incubator/directory/eve/trunk/main/xdocs/navigation.xml
   incubator/directory/eve/trunk/plugin/xdocs/
   incubator/directory/eve/trunk/plugin/xdocs/navigation.xml
   incubator/directory/eve/trunk/protocol/xdocs/
   incubator/directory/eve/trunk/protocol/xdocs/navigation.xml
   incubator/directory/eve/trunk/shared/xdocs/
   incubator/directory/eve/trunk/shared/xdocs/navigation.xml
Modified:
   incubator/directory/eve/trunk/dib/   (props changed)
   incubator/directory/eve/trunk/dib/project.properties
   incubator/directory/eve/trunk/dib/project.xml
   incubator/directory/eve/trunk/main/   (props changed)
   incubator/directory/eve/trunk/main/project.properties
   incubator/directory/eve/trunk/main/project.xml
   incubator/directory/eve/trunk/plugin/   (props changed)
   incubator/directory/eve/trunk/plugin/project.properties
   incubator/directory/eve/trunk/plugin/project.xml
   incubator/directory/eve/trunk/project.properties
   incubator/directory/eve/trunk/project.xml
   incubator/directory/eve/trunk/protocol/   (props changed)
   incubator/directory/eve/trunk/protocol/project.properties
   incubator/directory/eve/trunk/protocol/project.xml
   incubator/directory/eve/trunk/shared/   (props changed)
   incubator/directory/eve/trunk/shared/project.properties
   incubator/directory/eve/trunk/shared/project.xml
   incubator/directory/eve/trunk/xdocs/developers/networking.xml
   incubator/directory/eve/trunk/xdocs/developers/protocol.xml
   incubator/directory/eve/trunk/xdocs/projects/index.xml
   incubator/directory/eve/trunk/xdocs/projects/navigation.xml
   incubator/directory/eve/trunk/xdocs/users/plugin.xml

Modified: incubator/directory/eve/trunk/dib/project.properties
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/dib/project.properties?view=diff&rev=112028&p1=incubator/directory/eve/trunk/dib/project.properties&r1=112027&p2=incubator/directory/eve/trunk/dib/project.properties&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/dib/project.properties	(original)
+++ incubator/directory/eve/trunk/dib/project.properties	Wed Dec 15 13:50:00 2004
@@ -1,8 +1,8 @@
 maven.junit.fork=yes
-maven.xdoc.includeProjectDocumentation=true
+maven.xdoc.includeProjectDocumentation=yes
 
 #maven.javadoc.private=true
-maven.javadoc.overview=src/java/org/apache/eve/schema/overview.html
+#maven.javadoc.overview=src/java/org/apache/eve/schema/overview.html
 
 # AspectJ Properties
 # =======================
@@ -29,3 +29,4 @@
 maven.eve.schema.deps.system=
 maven.eve.schema.deps.scheduleworld=system,core,cosine,inetorgperson
 
+maven.license.licenseFile=${basedir}/../../../LICENSE.txt

Modified: incubator/directory/eve/trunk/dib/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/dib/project.xml?view=diff&rev=112028&p1=incubator/directory/eve/trunk/dib/project.xml&r1=112027&p2=incubator/directory/eve/trunk/dib/project.xml&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/dib/project.xml	(original)
+++ incubator/directory/eve/trunk/dib/project.xml	Wed Dec 15 13:50:00 2004
@@ -107,5 +107,19 @@
   <build>
     <aspectSourceDirectory>${basedir}/src/aspects</aspectSourceDirectory>
   </build>
+
+  <reports>
+    <report>maven-changes-plugin</report>
+    <report>maven-tasklist-plugin</report>
+    <report>maven-junit-report-plugin</report>
+    <report>maven-jdepend-plugin</report>
+    <report>maven-jcoverage-plugin</report>
+    <!-- <report>maven-checkstyle-plugin</report> -->
+    <report>maven-simian-plugin</report>
+    <report>maven-javadoc-plugin</report>
+    <report>maven-jxr-plugin</report>
+    <report>maven-license-plugin</report>
+    <report>maven-multiproject-plugin</report>
+  </reports>
 </project>
 

Added: incubator/directory/eve/trunk/dib/xdocs/navigation.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/dib/xdocs/navigation.xml?view=auto&rev=112028
==============================================================================
--- (empty file)
+++ incubator/directory/eve/trunk/dib/xdocs/navigation.xml	Wed Dec 15 13:50:00 2004
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project>
+
+ <title>Apache Directory Project</title>
+
+ <body>
+
+    <links>
+      <item name="Directory" href="../../../index.html"/>
+      <item name="LDAP" href="../../directory-ldap/index.html"/>
+      <item name="Naming" href="../../directory-naming/index.html"/>
+      <item name="Snickers" href="../../snickers/index.html"/>
+      <item name="Janus" href="../../janus/index.html"/>
+      <item name="Kerberos" href="../../kerberos/index.html"/>
+      <item name="SEDA" href="../../seda/index.html"/>
+    </links>
+
+    <menu name="Eve">
+      <item name="Overview" href="../../index.html"/>
+      <item name="Features" href="../../features.html"/>
+      <item name="Roadmap" href="../../roadmap.html"/>
+      <item name="User's Guide" href="../../users/index.html"/>
+      <item name="Developer's Guide" href="../../developers/index.html"/>
+      <item name="Eve Projects" href="../../projects/index.html">
+        <item name="main" href="../../projects/eve/index.html"/>
+        <item name="dib" href="/index.html"/>
+        <item name="shared" href="../../projects/eve-shared/index.html"/>
+        <item name="protocol" href="../../projects/eve-protocol/index.html"/>
+        <item name="plugin" href="../../projects/maven-eve-plugin/index.html"/>
+      </item>
+    </menu>
+    
+    <menu name="Project Information">
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Open Issues" href="http://nagoya.apache.org/jira/browse/DIREVE"/>
+      <item name="Source Repositories" href="http://svn.apache.org/viewcvs.cgi/incubator/directory/eve/trunk/?root=Apache-SVN"/>
+      <item name="Mailing Lists" href="../../mailing-lists.html"/>
+      <item name="License" href="../../license.html"/>
+      <item name="Notices" href="../../notices.html"/>
+    </menu>
+ </body>
+
+</project>

Modified: incubator/directory/eve/trunk/main/project.properties
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/main/project.properties?view=diff&rev=112028&p1=incubator/directory/eve/trunk/main/project.properties&r1=112027&p2=incubator/directory/eve/trunk/main/project.properties&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/main/project.properties	(original)
+++ incubator/directory/eve/trunk/main/project.properties	Wed Dec 15 13:50:00 2004
@@ -10,4 +10,5 @@
 maven.javaapp.sysproperties=
 maven.javaapp.jvmargs=
 
-maven.xdoc.includeProjectDocumentation=true
+maven.xdoc.includeProjectDocumentation=yes
+maven.license.licenseFile=${basedir}/../../../LICENSE.txt

Modified: incubator/directory/eve/trunk/main/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/main/project.xml?view=diff&rev=112028&p1=incubator/directory/eve/trunk/main/project.xml&r1=112027&p2=incubator/directory/eve/trunk/main/project.xml&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/main/project.xml	(original)
+++ incubator/directory/eve/trunk/main/project.xml	Wed Dec 15 13:50:00 2004
@@ -2,7 +2,7 @@
 <project>
   <extend>${basedir}/../project.xml</extend>
   <artifactId>eve</artifactId>
-  <name>Eve</name>
+  <name>Eve Main</name>
   <inceptionYear>2003</inceptionYear>
   <shortDescription>A single executable Eve jar</shortDescription>
 
@@ -120,5 +120,20 @@
       <type>plugin</type>
     </dependency>
   </dependencies>
+
+  <reports>
+    <report>maven-changes-plugin</report>
+    <report>maven-tasklist-plugin</report>
+    <report>maven-junit-report-plugin</report>
+    <report>maven-jdepend-plugin</report>
+    <report>maven-jcoverage-plugin</report>
+    <!-- <report>maven-checkstyle-plugin</report> -->
+    <report>maven-simian-plugin</report>
+    <report>maven-javadoc-plugin</report>
+    <report>maven-jxr-plugin</report>
+    <report>maven-license-plugin</report>
+    <report>maven-multiproject-plugin</report>
+  </reports>
+
 </project>
 

Added: incubator/directory/eve/trunk/main/xdocs/navigation.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/main/xdocs/navigation.xml?view=auto&rev=112028
==============================================================================
--- (empty file)
+++ incubator/directory/eve/trunk/main/xdocs/navigation.xml	Wed Dec 15 13:50:00 2004
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project>
+
+ <title>Apache Directory Project</title>
+
+ <body>
+
+    <links>
+      <item name="Directory" href="../../../index.html"/>
+      <item name="LDAP" href="../../directory-ldap/index.html"/>
+      <item name="Naming" href="../../directory-naming/index.html"/>
+      <item name="Snickers" href="../../snickers/index.html"/>
+      <item name="Janus" href="../../janus/index.html"/>
+      <item name="Kerberos" href="../../kerberos/index.html"/>
+      <item name="SEDA" href="../../seda/index.html"/>
+    </links>
+
+    <menu name="Eve">
+      <item name="Overview" href="../../index.html"/>
+      <item name="Features" href="../../features.html"/>
+      <item name="Roadmap" href="../../roadmap.html"/>
+      <item name="User's Guide" href="../../users/index.html"/>
+      <item name="Developer's Guide" href="../../developers/index.html"/>
+      <item name="Eve Projects" href="../../projects/index.html">
+        <item name="main" href="/index.html"/>
+        <item name="dib" href="../../projects/eve-dib/index.html"/>
+        <item name="shared" href="../../projects/eve-shared/index.html"/>
+        <item name="protocol" href="../../projects/eve-protocol/index.html"/>
+        <item name="plugin" href="../../projects/maven-eve-plugin/index.html"/>
+      </item>
+    </menu>
+    
+    <menu name="Project Information">
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Open Issues" href="http://nagoya.apache.org/jira/browse/DIREVE"/>
+      <item name="Source Repositories" href="http://svn.apache.org/viewcvs.cgi/incubator/directory/eve/trunk/?root=Apache-SVN"/>
+      <item name="Mailing Lists" href="../../mailing-lists.html"/>
+      <item name="License" href="../../license.html"/>
+      <item name="Notices" href="../../notices.html"/>
+    </menu>
+ </body>
+
+</project>

Modified: incubator/directory/eve/trunk/plugin/project.properties
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/plugin/project.properties?view=diff&rev=112028&p1=incubator/directory/eve/trunk/plugin/project.properties&r1=112027&p2=incubator/directory/eve/trunk/plugin/project.properties&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/plugin/project.properties	(original)
+++ incubator/directory/eve/trunk/plugin/project.properties	Wed Dec 15 13:50:00 2004
@@ -34,4 +34,5 @@
 maven.eve.schema.deps.inetorgperson=system,core
 
 maven.multiproject.type=plugin
-maven.xdoc.includeProjectDocumentation=true
+maven.xdoc.includeProjectDocumentation=yes
+maven.license.licenseFile=${basedir}/../../../LICENSE.txt

Modified: incubator/directory/eve/trunk/plugin/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/plugin/project.xml?view=diff&rev=112028&p1=incubator/directory/eve/trunk/plugin/project.xml&r1=112027&p2=incubator/directory/eve/trunk/plugin/project.xml&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/plugin/project.xml	(original)
+++ incubator/directory/eve/trunk/plugin/project.xml	Wed Dec 15 13:50:00 2004
@@ -121,5 +121,20 @@
       </resource>
     </resources>
   </build>
+
+  <reports>
+    <report>maven-changes-plugin</report>
+    <report>maven-tasklist-plugin</report>
+    <report>maven-junit-report-plugin</report>
+    <report>maven-jdepend-plugin</report>
+    <report>maven-jcoverage-plugin</report>
+    <!-- <report>maven-checkstyle-plugin</report> -->
+    <report>maven-simian-plugin</report>
+    <report>maven-javadoc-plugin</report>
+    <report>maven-jxr-plugin</report>
+    <report>maven-license-plugin</report>
+    <report>maven-multiproject-plugin</report>
+  </reports>
+
 </project>
 

Added: incubator/directory/eve/trunk/plugin/xdocs/navigation.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/plugin/xdocs/navigation.xml?view=auto&rev=112028
==============================================================================
--- (empty file)
+++ incubator/directory/eve/trunk/plugin/xdocs/navigation.xml	Wed Dec 15 13:50:00 2004
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project>
+
+ <title>Apache Directory Project</title>
+
+ <body>
+
+    <links>
+      <item name="Directory" href="../../../index.html"/>
+      <item name="LDAP" href="../../directory-ldap/index.html"/>
+      <item name="Naming" href="../../directory-naming/index.html"/>
+      <item name="Snickers" href="../../snickers/index.html"/>
+      <item name="Janus" href="../../janus/index.html"/>
+      <item name="Kerberos" href="../../kerberos/index.html"/>
+      <item name="SEDA" href="../../seda/index.html"/>
+    </links>
+
+    <menu name="Eve">
+      <item name="Overview" href="../../index.html"/>
+      <item name="Features" href="../../features.html"/>
+      <item name="Roadmap" href="../../roadmap.html"/>
+      <item name="User's Guide" href="../../users/index.html"/>
+      <item name="Developer's Guide" href="../../developers/index.html"/>
+      <item name="Eve Projects" href="../../projects/index.html">
+        <item name="main" href="../../projects/eve/index.html"/>
+        <item name="dib" href="../../projects/eve-dib/index.html"/>
+        <item name="shared" href="../../projects/eve-shared/index.html"/>
+        <item name="protocol" href="../../projects/eve-protocol/index.html"/>
+        <item name="plugin" href="/index.html"/>
+      </item>
+    </menu>
+    
+    <menu name="Project Information">
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Open Issues" href="http://nagoya.apache.org/jira/browse/DIREVE"/>
+      <item name="Source Repositories" href="http://svn.apache.org/viewcvs.cgi/incubator/directory/eve/trunk/?root=Apache-SVN"/>
+      <item name="Mailing Lists" href="../../mailing-lists.html"/>
+      <item name="License" href="../../license.html"/>
+      <item name="Notices" href="../../notices.html"/>
+    </menu>
+ </body>
+
+</project>

Modified: incubator/directory/eve/trunk/project.properties
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/project.properties?view=diff&rev=112028&p1=incubator/directory/eve/trunk/project.properties&r1=112027&p2=incubator/directory/eve/trunk/project.properties&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/project.properties	(original)
+++ incubator/directory/eve/trunk/project.properties	Wed Dec 15 13:50:00 2004
@@ -1,7 +1,8 @@
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 maven.license.licenseFile=${basedir}/../../LICENSE.txt
 maven.incubator.disclaimerFile=${basedir}/../../INCUBATOR-DISCLAIMER.txt
-maven.xdoc.includeProjectDocumentation=false
+maven.xdoc.includeProjectDocumentation=no
+maven.multiproject.aggregateDir=projects/
 maven.xdoc.poweredby.image=
 
 #
@@ -18,3 +19,4 @@
 # User must specify:
 # maven.repo.apachecvs.username=
 # maven.repo.apachecvs.identity=
+maven.xdoc.date=left

Modified: incubator/directory/eve/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/project.xml?view=diff&rev=112028&p1=incubator/directory/eve/trunk/project.xml&r1=112027&p2=incubator/directory/eve/trunk/project.xml&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/project.xml	(original)
+++ incubator/directory/eve/trunk/project.xml	Wed Dec 15 13:50:00 2004
@@ -9,13 +9,14 @@
     <organization>
       <name>The Apache Incubator</name>
       <url>http://incubator.apache.org</url>
-      <logo>/images/apache-incubator-logo.png</logo>
+      <logo>http://incubator.apache.org/directory/images/apache-incubator-logo.png</logo>
     </organization>
 
     <inceptionYear>2003</inceptionYear>
     <package>org.apache.eve</package>
     
-    <logo>/images/apache-directory-logo.png</logo>
+    <logo>http://incubator.apache.org/directory/images/apache-directory-logo.png</logo>
+
     <url>http://incubator.apache.org/directory/eve/</url>
     
     <issueTrackingUrl>http://issues.apache.org/browse/DIREVE</issueTrackingUrl>
@@ -56,7 +57,7 @@
 
     <mailingLists>
       <mailingList>
-        <name>Apache Directory Developement - use [ldap] prefix</name>
+        <name>Apache Directory Developement - use [eve] prefix</name>
           <subscribe>
             directory-dev-subscribe@incubator.apache.org
           </subscribe>
@@ -144,10 +145,24 @@
       </resources>
       <jars></jars>
     </build>
+
+  <developers>
+    <developer>
+      <name>Alex Karasulu</name>
+      <id>akarasulu</id>
+      <email>akarasulu at apache.org</email>
+      <roles>
+        <role>Founder</role>
+        <role>Architect</role>
+        <role>Lead Developer</role>
+      </roles>
+    </developer>
+  </developers>
+
     
     <!-- TODO: Clover? -->
     <reports>
-    	<report>maven-license-plugin</report>
+      <report>maven-license-plugin</report>
     </reports>
 </project>
 

Modified: incubator/directory/eve/trunk/protocol/project.properties
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/protocol/project.properties?view=diff&rev=112028&p1=incubator/directory/eve/trunk/protocol/project.properties&r1=112027&p2=incubator/directory/eve/trunk/protocol/project.properties&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/protocol/project.properties	(original)
+++ incubator/directory/eve/trunk/protocol/project.properties	Wed Dec 15 13:50:00 2004
@@ -1 +1,2 @@
-maven.xdoc.includeProjectDocumentation=true
+maven.xdoc.includeProjectDocumentation=yes
+maven.license.licenseFile=${basedir}/../../../LICENSE.txt

Modified: incubator/directory/eve/trunk/protocol/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/protocol/project.xml?view=diff&rev=112028&p1=incubator/directory/eve/trunk/protocol/project.xml&r1=112027&p2=incubator/directory/eve/trunk/protocol/project.xml&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/protocol/project.xml	(original)
+++ incubator/directory/eve/trunk/protocol/project.xml	Wed Dec 15 13:50:00 2004
@@ -56,5 +56,20 @@
       <url>http://incubator.apache.org/directory/subprojects/seda</url>
     </dependency>
   </dependencies>
+
+  <reports>
+    <report>maven-changes-plugin</report>
+    <report>maven-tasklist-plugin</report>
+    <report>maven-junit-report-plugin</report>
+    <report>maven-jdepend-plugin</report>
+    <report>maven-jcoverage-plugin</report>
+    <!-- <report>maven-checkstyle-plugin</report> -->
+    <report>maven-simian-plugin</report>
+    <report>maven-javadoc-plugin</report>
+    <report>maven-jxr-plugin</report>
+    <report>maven-license-plugin</report>
+    <report>maven-multiproject-plugin</report>
+  </reports>
+
 </project>
 

Added: incubator/directory/eve/trunk/protocol/xdocs/navigation.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/protocol/xdocs/navigation.xml?view=auto&rev=112028
==============================================================================
--- (empty file)
+++ incubator/directory/eve/trunk/protocol/xdocs/navigation.xml	Wed Dec 15 13:50:00 2004
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project>
+
+ <title>Apache Directory Project</title>
+
+ <body>
+
+    <links>
+      <item name="Directory" href="../../../index.html"/>
+      <item name="LDAP" href="../../directory-ldap/index.html"/>
+      <item name="Naming" href="../../directory-naming/index.html"/>
+      <item name="Snickers" href="../../snickers/index.html"/>
+      <item name="Janus" href="../../janus/index.html"/>
+      <item name="Kerberos" href="../../kerberos/index.html"/>
+      <item name="SEDA" href="../../seda/index.html"/>
+    </links>
+
+    <menu name="Eve">
+      <item name="Overview" href="../../index.html"/>
+      <item name="Features" href="../../features.html"/>
+      <item name="Roadmap" href="../../roadmap.html"/>
+      <item name="User's Guide" href="../../users/index.html"/>
+      <item name="Developer's Guide" href="../../developers/index.html"/>
+      <item name="Eve Projects" href="../../projects/index.html">
+        <item name="main" href="../../projects/eve/index.html"/>
+        <item name="dib" href="../../projects/eve-dib/index.html"/>
+        <item name="shared" href="../../projects/eve-shared/index.html"/>
+        <item name="protocol" href="/index.html"/>
+        <item name="plugin" href="../../projects/maven-eve-plugin/index.html"/>
+      </item>
+    </menu>
+    
+    <menu name="Project Information">
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Open Issues" href="http://nagoya.apache.org/jira/browse/DIREVE"/>
+      <item name="Source Repositories" href="http://svn.apache.org/viewcvs.cgi/incubator/directory/eve/trunk/?root=Apache-SVN"/>
+      <item name="Mailing Lists" href="../../mailing-lists.html"/>
+      <item name="License" href="../../license.html"/>
+      <item name="Notices" href="../../notices.html"/>
+    </menu>
+ </body>
+
+</project>

Modified: incubator/directory/eve/trunk/shared/project.properties
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/shared/project.properties?view=diff&rev=112028&p1=incubator/directory/eve/trunk/shared/project.properties&r1=112027&p2=incubator/directory/eve/trunk/shared/project.properties&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/shared/project.properties	(original)
+++ incubator/directory/eve/trunk/shared/project.properties	Wed Dec 15 13:50:00 2004
@@ -1 +1,2 @@
-maven.xdoc.includeProjectDocumentation=true
+maven.xdoc.includeProjectDocumentation=yes
+maven.license.licenseFile=${basedir}/../../../LICENSE.txt

Modified: incubator/directory/eve/trunk/shared/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/shared/project.xml?view=diff&rev=112028&p1=incubator/directory/eve/trunk/shared/project.xml&r1=112027&p2=incubator/directory/eve/trunk/shared/project.xml&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/shared/project.xml	(original)
+++ incubator/directory/eve/trunk/shared/project.xml	Wed Dec 15 13:50:00 2004
@@ -3,12 +3,15 @@
   <extend>${basedir}/../project.xml</extend>
   <artifactId>eve-shared</artifactId>
   <name>Eve Shared</name>
-  <inceptionYear>2002</inceptionYear>
-  <shortDescription>Shared Eve resources, interfaces and classes</shortDescription>
+  <inceptionYear>2003</inceptionYear>
+
+  <shortDescription>Shared Eve resources, and classes</shortDescription>
   <description>
-    This project was created to eliminate cyclic project dependencies between Eve
-    maven projects.  The stuff here can be common code, or resources.
+    Created to eliminate cyclic project dependencies between the dib 
+    and maven projects.  Any code shared across modules can go here
+    so long as it does not depend on other modules.
   </description>
+
   <dependencies>
     <dependency>
       <groupId>incubator-directory</groupId>
@@ -16,5 +19,23 @@
       <version>0.8.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
+
+  <reports>
+    <report>maven-changes-plugin</report>
+    <report>maven-tasklist-plugin</report>
+    <report>maven-junit-report-plugin</report>
+    <report>maven-jdepend-plugin</report>
+    <!--
+       Causes 404 because without test cases there is no coverage report.
+       <report>maven-jcoverage-plugin</report>
+    -->
+    <!-- <report>maven-checkstyle-plugin</report> -->
+    <report>maven-simian-plugin</report>
+    <report>maven-javadoc-plugin</report>
+    <report>maven-jxr-plugin</report>
+    <report>maven-license-plugin</report>
+    <report>maven-multiproject-plugin</report>
+  </reports>
+
 </project>
 

Added: incubator/directory/eve/trunk/shared/xdocs/navigation.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/shared/xdocs/navigation.xml?view=auto&rev=112028
==============================================================================
--- (empty file)
+++ incubator/directory/eve/trunk/shared/xdocs/navigation.xml	Wed Dec 15 13:50:00 2004
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project>
+
+ <title>Apache Directory Project</title>
+
+ <body>
+
+    <links>
+      <item name="Directory" href="../../../index.html"/>
+      <item name="LDAP" href="../../directory-ldap/index.html"/>
+      <item name="Naming" href="../../directory-naming/index.html"/>
+      <item name="Snickers" href="../../snickers/index.html"/>
+      <item name="Janus" href="../../janus/index.html"/>
+      <item name="Kerberos" href="../../kerberos/index.html"/>
+      <item name="SEDA" href="../../seda/index.html"/>
+    </links>
+
+    <menu name="Eve">
+      <item name="Overview" href="../../index.html"/>
+      <item name="Features" href="../../features.html"/>
+      <item name="Roadmap" href="../../roadmap.html"/>
+      <item name="User's Guide" href="../../users/index.html"/>
+      <item name="Developer's Guide" href="../../developers/index.html"/>
+      <item name="Eve Projects" href="../../projects/index.html">
+        <item name="main" href="../../projects/eve/index.html"/>
+        <item name="dib" href="../../projects/eve-dib/index.html"/>
+        <item name="shared" href="/index.html"/>
+        <item name="protocol" href="../../projects/eve-protocol/index.html"/>
+        <item name="plugin" href="../../projects/maven-eve-plugin/index.html"/>
+      </item>
+    </menu>
+    
+    <menu name="Project Information">
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Open Issues" href="http://nagoya.apache.org/jira/browse/DIREVE"/>
+      <item name="Source Repositories" href="http://svn.apache.org/viewcvs.cgi/incubator/directory/eve/trunk/?root=Apache-SVN"/>
+      <item name="Mailing Lists" href="../../mailing-lists.html"/>
+      <item name="License" href="../../license.html"/>
+      <item name="Notices" href="../../notices.html"/>
+    </menu>
+ </body>
+
+</project>

Modified: incubator/directory/eve/trunk/xdocs/developers/networking.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/developers/networking.xml?view=diff&rev=112028&p1=incubator/directory/eve/trunk/xdocs/developers/networking.xml&r1=112027&p2=incubator/directory/eve/trunk/xdocs/developers/networking.xml&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/xdocs/developers/networking.xml	(original)
+++ incubator/directory/eve/trunk/xdocs/developers/networking.xml	Wed Dec 15 13:50:00 2004
@@ -46,7 +46,7 @@
           <td><a href="../../seda/index.html">sedang</a></td>
 
           <td>
-            The next generation seda framework.
+            The next generation seda framework based on d-haven event packages.
           </td>
         </tr>
 
@@ -54,7 +54,7 @@
           <td><a href="../../mina/index.html">mina</a></td>
 
           <td>
-            .
+            Multipurpose Infrastrusture for Network Applications based on ACE.
           </td>
         </tr>
       </table>

Modified: incubator/directory/eve/trunk/xdocs/developers/protocol.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/developers/protocol.xml?view=diff&rev=112028&p1=incubator/directory/eve/trunk/xdocs/developers/protocol.xml&r1=112027&p2=incubator/directory/eve/trunk/xdocs/developers/protocol.xml&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/xdocs/developers/protocol.xml	(original)
+++ incubator/directory/eve/trunk/xdocs/developers/protocol.xml	Wed Dec 15 13:50:00 2004
@@ -2,17 +2,51 @@
 <document>
   <properties>
     <author email="akarasulu@apache.org">Alex Karasulu</author>
-    <title>Ldap Protocol Provider</title>
+    <title>LDAP Protocol Provider</title>
   </properties>
   
   <body>
-    <section name="TODO">
-      <ul>
-        <li>
-          Write it!
-        </li>
-      </ul>
-    </section>
+    <section name="Eve's LDAP Protocol Provider">
+      <subsection name="Provider API">
+        <p>
+          The network layer regardless of the implementation used (seda, sedang,
+          or mina), defines protocol provider interfaces.  Protocol implementors
+          only need to implement these interfaces to plug into these framework
+          implementations.  A protocol provider essentially encapsulates the
+          encoding/decoding of messages and request handlers (hooks) for the
+          protocol.  The networking code handles the rest to make it all work.
+        </p>
+
+        <p>
+          Like other protocols Eve has a protocol provider implementation.  This
+          implementation is for the LDAP protocol.  The provider is rather simple
+          in nature and has some unique properties which make it flexible enough
+          to be used as an LDAP proxy server or an X.500 gateway server.
+        </p>
+      </subsection>
+
+      <subsection name="Design">
+        <p>
+          Eve's LDAP protocol provider translates on the wire LDAP requests into
+          JNDI LDAP operations.  Results from JNDI operations are then
+          translated to LDAP responses pushed out on the wire.  This thin
+          implementation makes the Eve protocol layer efficient and easy to
+          grasp.
+        </p>
 
+        <p>
+          The protocol provider is independent of the JNDI provider used.  It is
+          however dependent on the LDAP namespace.  Hence it can only work with
+          LDAP JNDI providers like the SUN LDAP JNDI provider and Eve's JNDI
+          provider.
+        </p>
+
+        <p>
+          The grunt of the work done by the protocol provider is within the
+          request handlers.  There is a request handler for each LDAP request
+          type.
+        </p>
+      </subsection>
+    </section>
   </body>
 </document>

Modified: incubator/directory/eve/trunk/xdocs/projects/index.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/projects/index.xml?view=diff&rev=112028&p1=incubator/directory/eve/trunk/xdocs/projects/index.xml&r1=112027&p2=incubator/directory/eve/trunk/xdocs/projects/index.xml&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/xdocs/projects/index.xml	(original)
+++ incubator/directory/eve/trunk/xdocs/projects/index.xml	Wed Dec 15 13:50:00 2004
@@ -8,25 +8,61 @@
   <body>
     <section name="Eve Projects">
       <p>
+        Eve is composed of several Maven projects.  The usually Maven generated
+        project documenation for each of them can be accessed here:
       </p>
       
       <table>
         <tr>
-          <th>Topic</th>
+          <th>Project</th>
           <th>Description</th>
         </tr>
         
         <tr>
           <td>
-            <a href="/index.html">Projects</a>
+            <a href="../projects/eve/index.html">main</a>
           </td>
           <td>
-            Blah blah.
+            Eve command line server application with <code>main()</code>
           </td>
         </tr>
 
-      </table>
+        <tr>
+          <td>
+            <a href="../projects/eve-dib/index.html">dib</a>
+          </td>
+          <td>
+            Eve Directory Information Base (a.k.a. backend subsystem)
+          </td>
+        </tr>
+
+        <tr>
+          <td>
+            <a href="../projects/eve-shared/index.html">shared</a>
+          </td>
+          <td>
+            Code shared by the dib and plugin separated to prevent cyclic deps
+          </td>
+        </tr>
 
+        <tr>
+          <td>
+            <a href="../projects/eve-protocol/index.html">protocol</a>
+          </td>
+          <td>
+            Eve's LDAP Protocol Provider
+          </td>
+        </tr>
+
+        <tr>
+          <td>
+            <a href="../projects/maven-eve-plugin/index.html">plugin</a>
+          </td>
+          <td>
+            Eve's Maven Plugin
+          </td>
+        </tr>
+      </table>
 
     </section>
   </body>

Modified: incubator/directory/eve/trunk/xdocs/projects/navigation.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/projects/navigation.xml?view=diff&rev=112028&p1=incubator/directory/eve/trunk/xdocs/projects/navigation.xml&r1=112027&p2=incubator/directory/eve/trunk/xdocs/projects/navigation.xml&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/xdocs/projects/navigation.xml	(original)
+++ incubator/directory/eve/trunk/xdocs/projects/navigation.xml	Wed Dec 15 13:50:00 2004
@@ -25,7 +25,13 @@
       <item name="Roadmap" href="/roadmap.html"/>
       <item name="User's Guide" href="/users/index.html"/>
       <item name="Developer's Guide" href="/developers/index.html"/>
-      <item name="Eve Projects" href="/projects/index.html"/>
+      <item name="Eve Projects" href="/projects/index.html">
+        <item name="main" href="/projects/eve/index.html"/>
+        <item name="dib" href="/projects/eve-dib/index.html"/>
+        <item name="shared" href="/projects/eve-shared/index.html"/>
+        <item name="protocol" href="/projects/eve-protocol/index.html"/>
+        <item name="plugin" href="/projects/maven-eve-plugin/index.html"/>
+      </item>
     </menu>
     
     <menu name="Project Information">

Modified: incubator/directory/eve/trunk/xdocs/users/plugin.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/xdocs/users/plugin.xml?view=diff&rev=112028&p1=incubator/directory/eve/trunk/xdocs/users/plugin.xml&r1=112027&p2=incubator/directory/eve/trunk/xdocs/users/plugin.xml&r2=112028
==============================================================================
--- incubator/directory/eve/trunk/xdocs/users/plugin.xml	(original)
+++ incubator/directory/eve/trunk/xdocs/users/plugin.xml	Wed Dec 15 13:50:00 2004
@@ -234,7 +234,7 @@
       </p>
 
       <p>
-        WARNING: As a last bit of advice make note that the plugin may be
+        <b>WARNING</b>: As a last bit of advice make note that the plugin may be
         sensitive to case for keywords in the OpenLDAP file.  For example
         the prefix before an objectClass or an attributeType must be in all
         lowercase.  However words like MUST, and MAY and SUP should all be in