Return-Path: Delivered-To: apmail-incubator-directory-cvs-archive@www.apache.org Received: (qmail 55141 invoked from network); 18 Jan 2004 00:43:25 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Jan 2004 00:43:25 -0000 Received: (qmail 85306 invoked by uid 500); 18 Jan 2004 00:43:10 -0000 Delivered-To: apmail-incubator-directory-cvs-archive@incubator.apache.org Received: (qmail 85268 invoked by uid 500); 18 Jan 2004 00:43:09 -0000 Mailing-List: contact directory-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: directory-dev@incubator.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list directory-cvs@incubator.apache.org Received: (qmail 85255 invoked from network); 18 Jan 2004 00:43:09 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 18 Jan 2004 00:43:09 -0000 Received: (qmail 55056 invoked by uid 65534); 18 Jan 2004 00:43:24 -0000 Date: 18 Jan 2004 00:43:24 -0000 Message-ID: <20040118004324.55055.qmail@minotaur.apache.org> From: akarasulu@apache.org To: directory-cvs@incubator.apache.org Subject: svn commit: rev 6196 - in incubator/directory/ldap/trunk/eve: . backend/schema/common/api/src/test backend/schema/syntax/bootstrap-impl/src/java/org/apache/eve/schema X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: akarasulu Date: Sat Jan 17 16:43:23 2004 New Revision: 6196 Added: incubator/directory/ldap/trunk/eve/backend/schema/common/api/src/test/ incubator/directory/ldap/trunk/eve/project.properties Modified: incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/src/java/org/apache/eve/schema/BootstrapSyntaxRegistry.java incubator/directory/ldap/trunk/eve/project.xml Log: Some cleanup. Modified: incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/src/java/org/apache/eve/schema/BootstrapSyntaxRegistry.java ============================================================================== --- incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/src/java/org/apache/eve/schema/BootstrapSyntaxRegistry.java (original) +++ incubator/directory/ldap/trunk/eve/backend/schema/syntax/bootstrap-impl/src/java/org/apache/eve/schema/BootstrapSyntaxRegistry.java Sat Jan 17 16:43:23 2004 @@ -153,7 +153,7 @@ public void register( Syntax a_syntax ) throws NamingException { NamingException l_fault = new OperationNotSupportedException( - "Syntax registration on read-only bootstrap SyntaxRegistry no" + "Syntax registration on read-only bootstrap SyntaxRegistry not " + "supported." ) ; m_monitor.registerFailed( a_syntax, l_fault ) ; throw l_fault ; Added: incubator/directory/ldap/trunk/eve/project.properties ============================================================================== --- (empty file) +++ incubator/directory/ldap/trunk/eve/project.properties Sat Jan 17 16:43:23 2004 @@ -0,0 +1 @@ +maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory \ No newline at end of file Modified: incubator/directory/ldap/trunk/eve/project.xml ============================================================================== --- incubator/directory/ldap/trunk/eve/project.xml (original) +++ incubator/directory/ldap/trunk/eve/project.xml Sat Jan 17 16:43:23 2004 @@ -8,124 +8,149 @@ 2003 http://directory.apache.org/${module.path}modules - http://nagoya.apache.org/scarab/servlet/scarab + + http://nagoya.apache.org/scarab/servlet/scarab + directory.apache.org /home/akarasulu/public_html - /home/akarasulu/public_html/dist + + /home/akarasulu/public_html/dist + + - scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ldapd:sandbox1 - http://cvs.apache.org/viewcvs.cgi/incubator/directory/ldap/trunk/eve/?root=Apache-SVN - - scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/ldapd:sandbox1 - - http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ldapd/sandbox1/ - + + scm:http://cvs.apache.org/repos/asf/incubator/directory/ldap/trunk/eve + + + + http://cvs.apache.org/viewcvs.cgi/incubator/directory/ldap/trunk/eve/?root=Apache-SVN + + + + http://cvs.apache.org/repos/asf/incubator/directory/ldap/trunk/eve + + - Eve Directory Server + Eve Directory Server + - Eve is an embeddable LDAP version 3 directory server based on - a SEDA architecture with support for several IoC containers, - including Avalon's Merlin, Pheonix, Loom, PicoContainer and - Plexus. Eve is designed to be completely pluggable with - several backends and provider options. Eve introduces for the - first time the concept of stored procedures and triggers into - an industrial grade LDAP server. - + Eve is an embeddable LDAP version 3 directory server based on a SEDA + architecture with support for several IoC containers, including Avalon's + Merlin, and Pheonix containers, and the Jcontainer efforts' Loom, + PicoContainer and Plexus containers. Eve is designed to be completely + pluggable with several backends and subsystem provider options making it + an ideal experimentation platform for LDAP protocol testing, and derived + directories like meta directories, and virtual directories. Eve + introduces for the first time the concept of stored procedures and + triggers into an industrial strength LDAP server. + - - Apache Directory Developement - - directory-dev-subscribe@incubator.apache.org - - - directory-dev-unsubscribe@incubator.apache.org - - http://apache.org + + Apache Directory Developement - use [ldap] prefix + + directory-dev-subscribe@incubator.apache.org + + + directory-dev-unsubscribe@incubator.apache.org + + + http://nagoya.apache.org/eyebrowse/SummarizeList?listId=181 + - - Alex Karasulu - akarasulu - akarasulu at apache.org - - PM - Chair - Founder - Developer - Architect - Lead Developer - - - - Robb Penoyer - rpenoyer - rpenoyer at apache.org - - Developer - - - - Jeff Machols - jmachols - jmachols at apache.org - - Developer - Infrastructure Support - - - - Wes McKean - wesmckean - wesmckean at apache.org - - Developer - - - - Noel Bergman - noeljb - noeljb at apache.org - - Mentor - Advisor - Sponsor - - - - Stephen McConnell - mcconnell - mcconnell at apache.org - - Mentor - Sponsor - Advisor - - + + Alex Karasulu + akarasulu + akarasulu at apache.org + + PM + Chair + Founder + Developer + Architect + Lead Developer + + + + Robb Penoyer + rpenoyer + rpenoyer at apache.org + + Developer + + + + Jeff Machols + jmachols + jmachols at apache.org + + Developer + Infrastructure Support + + + + Wes McKean + wesmckean + wesmckean at apache.org + + Developer + + + + Noel Bergman + noeljb + noeljb at apache.org + + Mentor + Advisor + Sponsor + + + + Stephen McConnell + mcconnell + mcconnell at apache.org + + Mentor + Sponsor + Advisor + + + + + Apache 1.1 License + +http://cvs.apache.org/viewcvs.cgi/incubator/directory/LICENSE.txt?rev=1369&root=Apache-SVN&view=markup + + repo + + + - - junit - junit - 3.8.1 - http://junit.org - + + junit + junit + 3.8.1 + http://junit.org + - directory-dev@incubator.apache.org - ${basedir}/src/java - ${basedir}/src/test - - + directory-dev@incubator.apache.org + ${basedir}/src/java + ${basedir}/src/test + + - + - **/*Test* - **/*TestCase* + **/*Test* + **/*TestCase* @@ -133,52 +158,60 @@ - - ${basedir}/src/test - - **/*.dtd - **/*.ldif - **/*.properties - **/*.x* - **/*.mf - **/*.jar - - - - - ${basedir}/src/test - - **/*.dtd - **/*.ldif - **/*.properties - **/*.x* - **/*.mf - **/*.jar - - + + ${basedir}/src/test + + **/*.dtd + **/*.ldif + **/*.properties + **/*.x* + **/*.mf + **/*.jar + + + + + ${basedir}/src/test + + **/*.dtd + **/*.ldif + **/*.properties + **/*.x* + **/*.mf + **/*.jar + + - + - - - ${basedir}/src/java - - **/*.dtd - **/*.properties - **/*.x* - - + + + ${basedir}/src/java + + **/*.dtd + **/*.properties + **/*.x* + + - - ${basedir}/conf - BLOCK-INF - - block.xml - - - - + + ${basedir}/conf + BLOCK-INF + + block.xml + + + + + + + maven-jxr-plugin + maven-jcoverage-plugin + maven-tasklist-plugin + maven-javadoc-plugin + maven-license-plugin +