From commits-return-8287-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Sun Feb 05 14:48:50 2006 Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 52155 invoked from network); 5 Feb 2006 14:48:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Feb 2006 14:48:49 -0000 Received: (qmail 99186 invoked by uid 500); 5 Feb 2006 14:48:49 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 99144 invoked by uid 500); 5 Feb 2006 14:48:48 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 99133 invoked by uid 99); 5 Feb 2006 14:48:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Feb 2006 06:48:48 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 05 Feb 2006 06:48:47 -0800 Received: (qmail 52086 invoked by uid 65534); 5 Feb 2006 14:48:27 -0000 Message-ID: <20060205144827.52085.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r375037 - in /directory/trunks/apacheds: ./ core/ core/src/main/java/org/apache/ldap/server/partition/ core/src/main/java/org/apache/ldap/server/prefs/ core/src/main/java/org/apache/ldap/server/schema/ core/src/main/java/org/apache/ldap/ser... Date: Sun, 05 Feb 2006 14:48:24 -0000 To: commits@directory.apache.org From: ersiner@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ersiner Date: Sun Feb 5 06:48:22 2006 New Revision: 375037 URL: http://svn.apache.org/viewcvs?rev=375037&view=rev Log: Commeting out most of the site distribution information from poms. Will try to make maven do some automagic. Added new generated subprojects index.xml. Modified: directory/trunks/apacheds/core/pom.xml directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/partition/package.html directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/prefs/package.html directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/SchemaChecker.java directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/bootstrap/package.html directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/package.html directory/trunks/apacheds/plugin/pom.xml directory/trunks/apacheds/pom.xml directory/trunks/apacheds/shared/pom.xml directory/trunks/apacheds/simple/installers/pom.xml directory/trunks/apacheds/simple/pom.xml directory/trunks/apacheds/src/site/site.xml directory/trunks/apacheds/src/site/xdoc/projects/index.xml Modified: directory/trunks/apacheds/core/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/core/pom.xml?rev=375037&r1=375036&r2=375037&view=diff ============================================================================== --- directory/trunks/apacheds/core/pom.xml (original) +++ directory/trunks/apacheds/core/pom.xml Sun Feb 5 06:48:22 2006 @@ -15,12 +15,12 @@ JNDI provider, interceptor framework, interceptor services, the schema subsystem and the database subsystem. Hence the core is the heart of the server. - + commons-io Modified: directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/partition/package.html URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/partition/package.html?rev=375037&r1=375036&r2=375037&view=diff ============================================================================== --- directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/partition/package.html (original) +++ directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/partition/package.html Sun Feb 5 06:48:22 2006 @@ -1,5 +1,4 @@ - +

- - + Modified: directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/prefs/package.html URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/prefs/package.html?rev=375037&r1=375036&r2=375037&view=diff ============================================================================== --- directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/prefs/package.html (original) +++ directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/prefs/package.html Sun Feb 5 06:48:22 2006 @@ -1,3 +1,4 @@ + Platform independent server side Preferences implementation based on ApacheDS. The data is backed by the directory using a specific LDAP schema to map preferences to the LDAP/X.500 namespace. To make sure you're preferences are @@ -5,6 +6,4 @@ following property is set to our implementation: java.util.prefs.PreferencesFactory=org.apache.ldap.server.prefs.ServerPreferencesFactory - - - + Modified: directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/SchemaChecker.java URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/SchemaChecker.java?rev=375037&r1=375036&r2=375037&view=diff ============================================================================== --- directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/SchemaChecker.java (original) +++ directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/SchemaChecker.java Sun Feb 5 06:48:22 2006 @@ -39,7 +39,7 @@ /** * Performs schema checks on behalf of the SchemaService. * - * @todo we really need to refactor this code since there's much duplication + * TODO: we really need to refactor this code since there's much duplication * @author Apache Directory Project * @version $Rev$, $Date$ */ Modified: directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/bootstrap/package.html URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/bootstrap/package.html?rev=375037&r1=375036&r2=375037&view=diff ============================================================================== --- directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/bootstrap/package.html (original) +++ directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/bootstrap/package.html Sun Feb 5 06:48:22 2006 @@ -1,3 +1,4 @@ +

Contains interfaces and classes used for bootstrap schema object loading and configuration. @@ -103,4 +104,4 @@ schema objects can be brought into memory from disk. - + Modified: directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/package.html URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/package.html?rev=375037&r1=375036&r2=375037&view=diff ============================================================================== --- directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/package.html (original) +++ directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/package.html Sun Feb 5 06:48:22 2006 @@ -1,3 +1,4 @@ +

Contains interfaces for schema object registry services and simple POJO implementations of these services. Other helper interfaces and classes are @@ -26,4 +27,5 @@

  • don't worry who or what does the populating
  • don't worry about where the information comes from
  • -

    \ No newline at end of file +

    + Modified: directory/trunks/apacheds/plugin/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/plugin/pom.xml?rev=375037&r1=375036&r2=375037&view=diff ============================================================================== --- directory/trunks/apacheds/plugin/pom.xml (original) +++ directory/trunks/apacheds/plugin/pom.xml Sun Feb 5 06:48:22 2006 @@ -13,12 +13,12 @@ A collection of tools as plugins to manage various tasks associated with the directory server. - + org.apache.maven Modified: directory/trunks/apacheds/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/pom.xml?rev=375037&r1=375036&r2=375037&view=diff ============================================================================== --- directory/trunks/apacheds/pom.xml (original) +++ directory/trunks/apacheds/pom.xml Sun Feb 5 06:48:22 2006 @@ -15,7 +15,7 @@ apache.websites - scp://minotaur.apache.org/www/directory.apache.org/newsite/subprojects/apacheds/ + scp://minotaur.apache.org/www/directory.apache.org/newsite/projects/apacheds/ @@ -151,7 +151,7 @@ maven-site-plugin - 2.0-beta-4 + 2.0-SNAPSHOT + Modified: directory/trunks/apacheds/shared/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/shared/pom.xml?rev=375037&r1=375036&r2=375037&view=diff ============================================================================== --- directory/trunks/apacheds/shared/pom.xml (original) +++ directory/trunks/apacheds/shared/pom.xml Sun Feb 5 06:48:22 2006 @@ -14,11 +14,11 @@ and the maven plugin. Any code shared across modules in general can go here so long as it does not depend on other modules. - + Modified: directory/trunks/apacheds/simple/installers/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/simple/installers/pom.xml?rev=375037&r1=375036&r2=375037&view=diff ============================================================================== --- directory/trunks/apacheds/simple/installers/pom.xml (original) +++ directory/trunks/apacheds/simple/installers/pom.xml Sun Feb 5 06:48:22 2006 @@ -75,12 +75,12 @@ 1.2.1 - + Modified: directory/trunks/apacheds/simple/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/simple/pom.xml?rev=375037&r1=375036&r2=375037&view=diff ============================================================================== --- directory/trunks/apacheds/simple/pom.xml (original) +++ directory/trunks/apacheds/simple/pom.xml Sun Feb 5 06:48:22 2006 @@ -15,12 +15,12 @@ A single executable server jar containing all dependencies. This jar can be used as the JNDI provider or to fire up the standalone directory server. - + org.slf4j Modified: directory/trunks/apacheds/src/site/site.xml URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/src/site/site.xml?rev=375037&r1=375036&r2=375037&view=diff ============================================================================== --- directory/trunks/apacheds/src/site/site.xml (original) +++ directory/trunks/apacheds/src/site/site.xml Sun Feb 5 06:48:22 2006 @@ -56,7 +56,7 @@ img="http://apache.org/images/ac2005us_blue_125x125.jpg" /> --> - ${reports} + ${reports} Modified: directory/trunks/apacheds/src/site/xdoc/projects/index.xml URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/src/site/xdoc/projects/index.xml?rev=375037&r1=375036&r2=375037&view=diff ============================================================================== --- directory/trunks/apacheds/src/site/xdoc/projects/index.xml (original) +++ directory/trunks/apacheds/src/site/xdoc/projects/index.xml Sun Feb 5 06:48:22 2006 @@ -1,169 +1,35 @@ - + - - Alex Karasulu - ApacheDS - Projects - - - -
    -

    - The server is composed of several sub-projects. Here is the list of - server sub-projects with brief descriptions: -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ProjectDescription
    - core - - To be described... -
    - shared - - To be described... -
    - tools - - To be described... -
    - standalone/simple/jndi - - To be described... -
    - standalone/simple/main - - To be described... -
    - standalone/simple/ssl - - To be described... -
    - standalone/daemon - - To be described... -
    - protocol-common - - To be described... -
    - protocols/dhcp - - To be described... -
    - protocols/changepw - - To be described... -
    - protocols/ntp - - To be described... -
    - protocols/ldap - - To be described... -
    - protocols/dns - - To be described... -
    - protocols/kerberos - - To be described... -
    - protocols/kerberos-common - - To be described... -
    - core-unit - - To be described... -
    - standalone/simple/unit - - To be described... -
    - -
    - + + Apache Directory Server - Subprojects + + +
    +

    Apache Directory Server is composed of several subprojects. Here is the list of them with brief descriptions:

    + + + + + + + + + + + + + + + + + + + + + + + +
    ProjectDescription
    kerberos-commonTo be described...
    protocols-buildTo be described...
    dhcp-protocolTo be described...
    changepw-protocolTo be described...
    ntp-protocolTo be described...
    ldap-protocolTo be described...
    kerberos-protocolTo be described...
    dns-protocolTo be described...
    standalone-simple-jndiTo be described...
    simple-build A single executable server jar containing all dependencies. This jar can be used as the JNDI provider or to fire up the standalone directory server.
    Apache Directory Server Sar for JBoss 3.xTo be described...
    standalone-simple-unitTo be described...
    standalone-simple-mainTo be described...
    standalone-simple-sslTo be described...
    Apache Directory Server InstallersTo be described...
    apacheds-core Server's core contains all backend subsystems. It depends on protocol and uses it with seda to service LDAP requests. The core contains the JNDI provider, interceptor framework, interceptor services, the schema subsystem and the database subsystem. Hence the core is the heart of the server.
    apacheds-core-unitTo be described...
    apacheds-plugin A collection of tools as plugins to manage various tasks associated with the directory server.
    protocol-commonTo be described...
    apacheds-shared Created to eliminate cyclic project dependencies between the core and the maven plugin. Any code shared across modules in general can go here so long as it does not depend on other modules.
    Apache Directory Server Tools Contained within this executable jar are various commandline utilities for apacheds.
    +
    +