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/11/04 03:22:53 UTC

svn commit: rev 56553 - in incubator/directory/kerberos/trunk: . eve-kerberos eve-kerberos/src eve-kerberos/src/java eve-kerberos/src/test

Author: akarasulu
Date: Wed Nov  3 18:22:52 2004
New Revision: 56553

Added:
   incubator/directory/kerberos/trunk/eve-kerberos/project.xml
      - copied unchanged from rev 56552, incubator/directory/kerberos/trunk/kerberos/project.xml
   incubator/directory/kerberos/trunk/eve-kerberos/src/
   incubator/directory/kerberos/trunk/eve-kerberos/src/java/
   incubator/directory/kerberos/trunk/eve-kerberos/src/test/
Modified:
   incubator/directory/kerberos/trunk/project.xml
Log:
setup project.xml for top and prep for subprjs

Modified: incubator/directory/kerberos/trunk/project.xml
==============================================================================
--- incubator/directory/kerberos/trunk/project.xml	(original)
+++ incubator/directory/kerberos/trunk/project.xml	Wed Nov  3 18:22:52 2004
@@ -2,8 +2,8 @@
 
 <project>
     <groupId>incubator-directory</groupId>
-    <id>eve</id>
-    <name>Eve Directory Server</name>
+    <id>kerberos</id>
+    <name>Apache Kerberos</name>
     <version>SNAPSHOT</version>
     
     <organization>
@@ -13,7 +13,7 @@
     </organization>
 
     <inceptionYear>2003</inceptionYear>
-    <package>org.apache.eve</package>
+    <package>org.apache.kerberos</package>
     
     <logo>/images/apache-directory-logo.png</logo>
     <url>http://incubator.apache.org/directory</url>
@@ -29,35 +29,27 @@
 
     <repository>
       <connection>
-        scm:svn:http://cvs.apache.org/repos/asf/incubator/directory/ldap/trunk/${module.path}:::
+        scm:svn:http://cvs.apache.org/repos/asf/incubator/directory/kerberos/trunk/${module.path}:::
       </connection>
 
       <url>
-        http://cvs.apache.org/viewcvs.cgi/incubator/directory/ldap/trunk/${module.path}/?root=Apache-SVN
+        http://cvs.apache.org/viewcvs.cgi/incubator/directory/kerberos/trunk/${module.path}/?root=Apache-SVN
       </url>
       
       <developerConnection>
-        http://cvs.apache.org/repos/asf/incubator/directory/ldap/trunk/${module.path}
+        http://cvs.apache.org/repos/asf/incubator/directory/ldap/kerberos/${module.path}
       </developerConnection>
     </repository>
   
-    <shortDescription>Eve Directory Server</shortDescription>
+    <shortDescription>Apache Kerberos Server</shortDescription>
       
     <description>
-      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.
+      An embeddable Kerberos 5 protocol server.
     </description>
 
     <mailingLists>
       <mailingList>
-        <name>Apache Directory Developement - use [ldap] prefix</name>
+        <name>Apache Directory Developement - use [kerberos] prefix</name>
           <subscribe>
             directory-dev-subscribe@incubator.apache.org
           </subscribe>