You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by jm...@apache.org on 2004/02/06 07:12:58 UTC

svn commit: rev 6534 - in incubator/directory/ldap/trunk: . src xdocs

Author: jmachols
Date: Thu Feb  5 22:12:57 2004
New Revision: 6534

Added:
   incubator/directory/ldap/trunk/maven.xml
   incubator/directory/ldap/trunk/project.xml
   incubator/directory/ldap/trunk/src/
   incubator/directory/ldap/trunk/xdocs/
   incubator/directory/ldap/trunk/xdocs/client.xml
   incubator/directory/ldap/trunk/xdocs/common.xml
   incubator/directory/ldap/trunk/xdocs/index.xml
   incubator/directory/ldap/trunk/xdocs/navigation.xml
Log:
fixed broken link

Added: incubator/directory/ldap/trunk/maven.xml
==============================================================================
--- (empty file)
+++ incubator/directory/ldap/trunk/maven.xml	Thu Feb  5 22:12:57 2004
@@ -0,0 +1,65 @@
+<project default="java:compile" xmlns:j="jelly:core" xmlns:u="jelly:util" 
+  xmlns:ant="jelly:ant" xmlns:maven="jelly:maven" xmlns:m="maven" 
+  xmlns:deploy="deploy">
+  
+  <preGoal name="site">
+    <attainGoal name="docbook:transform"/>
+  </preGoal>
+  
+  <postGoal name="site">
+    <attainGoal name="server:copy-images"/>
+    <attainGoal name="subproject:collectdocs"/>
+  </postGoal>
+
+  <goal name="subproject:collectdocs">
+    <ant:copy toDir="../../sitedocs/trunk/sitedocs/target/docs/subprojects/ldap">
+      <ant:fileSet dir="${basedir}/target/docs">
+        <ant:include name="**"/>
+      </ant:fileSet>
+    </ant:copy>
+  </goal>
+
+  <goal name="server:copy-images">
+    <copy toDir="target/docs/images">
+      <fileSet dir="${basedir}/src/images">
+        <include name="*.gif"/>
+      </fileSet>
+    </copy>
+  </goal>
+  
+  <goal name="cleanall">
+    <attainGoal name="clean"/>
+    <delete dir="home"/>
+  </goal>
+  
+  <goal name="java:compile" description="Build All Jar Files And Intall">
+    <maven:reactor basedir="${basedir}" postProcessing="true" 
+      includes="**/project.xml" excludes="./project.xml" goals="jar:install" 
+      banner="Building All" ignoreFailures="false"/>
+  </goal>
+  
+  <goal name="sitedocs" description="Builds the entire site documentation">
+    <maven:reactor basedir="${basedir}" postProcessing="true" 
+      includes="**/project.xml" excludes="./project.xml" goals="site" 
+      banner="site" ignoreFailures="false"/>
+  </goal>
+  
+  <goal name="clean-all" description="Clean all sandbox projects">
+    <maven:reactor basedir="${basedir}" postProcessing="true" 
+      includes="*/project.xml" goals="clean" banner="Clean All" 
+      ignoreFailures="true"/>
+  </goal>
+  
+  <goal name="eclipse-all" 
+    description="Generate eclipse descriptors for all projects">
+    <maven:reactor basedir="${basedir}" postProcessing="true" 
+      includes="*/project.xml" goals="clean" banner="Clean All" 
+      ignoreFailures="true"/>
+  </goal>
+  
+  <goal name="eclipse-all" description="Create all eclipse projects">
+    <maven:reactor basedir="${basedir}" postProcessing="true" 
+      includes="*/project.xml" goals="eclipse" banner="Eclipse Project" 
+      ignoreFailures="true"/>
+  </goal>
+</project>

Added: incubator/directory/ldap/trunk/project.xml
==============================================================================
--- (empty file)
+++ incubator/directory/ldap/trunk/project.xml	Thu Feb  5 22:12:57 2004
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+  <pomVersion>3</pomVersion>
+  <groupId>directory</groupId>
+  <id>directory-ldap</id>
+  <name>The Apache Directory Project</name>
+  
+  <organization>
+      <name>The Apache Incubator</name>
+      <url>http://incubator.apache.org</url>
+      <logo>/images/apache-incubator-logo.png</logo>
+  </organization>
+  
+  <inceptionYear>2003</inceptionYear>
+  <package>org.apache.directory.sitedocs</package>
+  <logo>/images/apache-directory-logo.png</logo>
+  <url>http://incubator.apache.org/directory</url>
+
+  <issueTrackingUrl>
+    http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400
+  </issueTrackingUrl>
+  <siteAddress>cvs.apache.org</siteAddress>
+  <siteDirectory>/home/akarasulu/public_html/directory</siteDirectory>
+  <distributionDirectory>
+      /home/akarasulu/public_html/directory/dist
+  </distributionDirectory>
+  
+  <shortDescription>Apache Directory Project</shortDescription>
+  
+  <description>
+    Long Directory Project description from inside POM.
+  </description>
+  
+  <mailingLists>
+    <mailingList>
+      <name>Directory Developer List</name>
+      <subscribe>
+            directory-dev-subscribe@incubator.apache.org
+      </subscribe>
+      <unsubscribe>
+            directory-dev-unsubscribe@incubator.apache.org
+      </unsubscribe>
+      <archive>
+            http://nagoya.apache.org/eyebrowse/SummarizeList?listId=181
+      </archive>
+    </mailingList>
+  </mailingLists>
+  
+  <developers/>
+  
+  <licenses>
+    <license>
+      <name>Apache 1.1 License</name>
+      <url>
+http://cvs.apache.org/viewcvs.cgi/incubator/directory/LICENSE.txt?rev=1369&amp;root=Apache-SVN&amp;view=markup
+        </url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <dependencies/>
+  <reports>
+    <report>maven-license-plugin</report>
+  </reports>
+</project>

Added: incubator/directory/ldap/trunk/xdocs/client.xml
==============================================================================
--- (empty file)
+++ incubator/directory/ldap/trunk/xdocs/client.xml	Thu Feb  5 22:12:57 2004
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <author email="jmachols@apache.org">Jeff Machols</author>
+    <title>Apache Directory Project: LDAP Client</title>
+  </properties>
+  
+  <body>
+    <section name="Overview">
+      <p>LDAP Clients</p>
+      <p> 
+      Add stand alone client and lib instructions     
+      </p>
+    </section>
+  </body>
+</document>
+

Added: incubator/directory/ldap/trunk/xdocs/common.xml
==============================================================================
--- (empty file)
+++ incubator/directory/ldap/trunk/xdocs/common.xml	Thu Feb  5 22:12:57 2004
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <author email="jmachols@apache.org">Jeff Machols</author>
+    <title>Apache Directory Project: LDAP Common Code</title>
+  </properties>
+  
+  <body>
+    <section name="Overview">
+      <p>LDAP Common Code</p>
+      <p> 
+      This project contains code and utiilities common to the LDAP protocol.
+      
+      Add packages here
+      </p>
+      
+      
+
+    </section>
+  </body>
+</document>
\ No newline at end of file

Added: incubator/directory/ldap/trunk/xdocs/index.xml
==============================================================================
--- (empty file)
+++ incubator/directory/ldap/trunk/xdocs/index.xml	Thu Feb  5 22:12:57 2004
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <author email="jmachols@apache.org">Jeff Machols</author>
+    <title>Apache Directory Project: LDAP Common</title>
+  </properties>
+  
+  <body>
+    <section name="Overview">
+      <p>Welcome to the Apache LDAP Homepage!</p>
+      <p> 
+      The goal of the LDAP Common sub-project is to provide a set of common 
+      utilities, libraries and clients to support the LDAP protocol. Note this 
+      area does not contain the LDAP server - Eve. While this sub-project is 
+      designed and developed as a component of Eve, everything can be used 
+      with any LDAP server.
+      </p>
+      
+      <table>
+        <tr>
+          <th>Topic</th>
+          <th>Description</th>
+        </tr>
+        
+        <tr>
+          <td>
+            <a href="../ldap/common.html">Common</a>
+          </td>
+          <td>
+            Set of Common LDAP Code 
+          </td>
+        </tr>
+        
+        <tr>
+          <td>
+            <a href="../ldap/client.html">Clients</a>
+          </td>
+          <td>
+            LDAP Clients - Stand alone and embeddable
+          </td>
+        </tr>
+      </table>
+
+    </section>
+  </body>
+</document>
+

Added: incubator/directory/ldap/trunk/xdocs/navigation.xml
==============================================================================
--- (empty file)
+++ incubator/directory/ldap/trunk/xdocs/navigation.xml	Thu Feb  5 22:12:57 2004
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project>
+
+ <title>Apache Directory Project</title>
+
+ <body>
+
+    <links>
+      <item name="Apache" href="http://apache.org/"/>
+      <item name="Directory" href="../../index.html"/>
+      <item name="Eve" href="/index.html"/>
+      <item name="LDAP" href="../ldap/index.html"/>
+      <item name="Naming" href="../naming/index.html"/>
+      <item name="Janus" href="../janus/index.html"/>
+      <item name="Snickers" href="../snickers/index.html"/>
+      <item name="Sitedocs" href="../sitedocs/index.html"/>
+    </links>
+
+    <menu name="About Directory">
+      <item name="Overview" href="../../index.html"/>
+      <item name="Community" href="../../community/index.html"/>
+      <item name="Latest News" href="../../news.html"/>
+      <item name="Subprojects" href="../../subprojects/index.html">
+	<item name="Eve" href="../eve/index.html"/>
+        <item name="LDAP" href="../ldap/index.html">
+          <item name="Common" href="../ldap/common.html"/>
+          <item name="Clients" href="../ldap/client.html"/>
+        </item>
+        <item name="Janus" href="../janus/index.html"/>
+        <item name="Naming" href="../naming/index.html"/>
+        <item name="Snickers" href="../snickers/index.html"/>
+        <item name="Sitedocs" href="../sitedocs/index.html"/>
+      </item>
+      <item name="Documentation" href="../../doc/index.html"/>
+    </menu>
+
+    <menu name="Resources">
+      <item name="IRC" href="../../irc.html"/>
+      <item name="Jira" href=
+        "http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400"/>
+      <item name="Wiki" href="http://wiki.apache.org/directory"/>
+      <item name="Lists" href="../../mailing-lists.html"/>
+      <item name="License" href="../../license.html"/>
+      <item name="Sandbox" href="../../sandbox/index.html"/>
+      <item name="Downloads" href="../../download.cgi"/>
+      <item name="Subversion" href="../../svn.html"/>
+      <item name="Related Projects" href="../../related/index.html"/>
+    </menu>
+
+ </body>
+
+</project>