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:42:20 UTC

svn commit: rev 56557 - incubator/directory/kerberos/trunk/eve-kerberos

Author: akarasulu
Date: Wed Nov  3 18:42:20 2004
New Revision: 56557

Modified:
   incubator/directory/kerberos/trunk/eve-kerberos/project.xml
Log:
added all the needed deps

Modified: incubator/directory/kerberos/trunk/eve-kerberos/project.xml
==============================================================================
--- incubator/directory/kerberos/trunk/eve-kerberos/project.xml	(original)
+++ incubator/directory/kerberos/trunk/eve-kerberos/project.xml	Wed Nov  3 18:42:20 2004
@@ -2,18 +2,18 @@
 <project>
   <extend>${basedir}/../project.xml</extend>
   <pomVersion>1</pomVersion>
-  <artifactId>eve-kerberos-provider</artifactId>
+  <artifactId>eve-kerberos</artifactId>
   <groupId>incubator-directory</groupId>
-  <id>eve-kerberos-provider</id>
-  <name>A JNDI provider for both Servers</name>
+  <id>eve-kerberos</id>
+  <name>Apache Kerberos Backed by Eve</name>
   <package>org.apache.kerberos</package>
   <currentVersion>SNAPSHOT</currentVersion>
   <inceptionYear>2002</inceptionYear>
-  <shortDescription>The Apache Eve (LDAP) and Kerberos Server</shortDescription>
+  <shortDescription>The Apache Kerberos Server using Eve (LDAP) Server as a backend</shortDescription>
   <description>
     The Apache Eve and Kerberos server's combined.  The Kerberos server uses
     Eve for its backing store.  A special initial context factory is used 
-    to start up both Eve and Kerberos.
+    to start up both Eve and the Kerberos server.
   </description>
   <dependencies>
     <dependency>
@@ -62,6 +62,11 @@
     <dependency>
       <groupId>incubator-directory</groupId>
       <artifactId>kerberos</artifactId>
+      <version>SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>incubator-directory</groupId>
+      <artifactId>eve-provider</artifactId>
       <version>SNAPSHOT</version>
     </dependency>
     <dependency>