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/09/03 08:35:35 UTC

svn commit: rev 37458 - in incubator/directory/eve/branches/multi-listener: . api impl merlin merlin-test

Author: akarasulu
Date: Thu Sep  2 23:35:33 2004
New Revision: 37458

Modified:
   incubator/directory/eve/branches/multi-listener/api/project.xml
   incubator/directory/eve/branches/multi-listener/impl/project.xml
   incubator/directory/eve/branches/multi-listener/merlin-test/project.xml
   incubator/directory/eve/branches/multi-listener/merlin/project.xml
   incubator/directory/eve/branches/multi-listener/project.properties
   incubator/directory/eve/branches/multi-listener/project.xml
Log:
Adjusted the projects for new directory structure.


Modified: incubator/directory/eve/branches/multi-listener/api/project.xml
==============================================================================
--- incubator/directory/eve/branches/multi-listener/api/project.xml	(original)
+++ incubator/directory/eve/branches/multi-listener/api/project.xml	Thu Sep  2 23:35:33 2004
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project>
-  <extend>${basedir}/../../project.xml</extend>
+  <extend>${basedir}/../project.xml</extend>
   <groupId>incubator-directory</groupId>
-  <id>eve-frontend-api</id>
+  <id>jinetd-api</id>
 
-  <name>Eve Frontend API</name>
-  <package>org.apache.eve</package>
+  <name>jinetd API</name>
+  <package>org.apache.jinetd</package>
   <currentVersion>SNAPSHOT</currentVersion>
   <inceptionYear>2003</inceptionYear>
       
-  <shortDescription>Eve's frontend API</shortDescription>
+  <shortDescription>The API for JInetd services</shortDescription>
 
   <description>
     Contains the service interfaces and associated helper classes with a
@@ -25,13 +25,6 @@
       <url>http://jakarta.apache.org/commons/codec</url>
     </dependency>
       
-    <dependency>
-      <groupId>incubator-directory</groupId>
-      <artifactId>ldap-common</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://incubator.apache.org/directory/subprojects/ldap/common</url>
-    </dependency>
-
     <dependency>
       <groupId>incubator-directory</groupId>
       <artifactId>codec-stateful</artifactId>

Modified: incubator/directory/eve/branches/multi-listener/impl/project.xml
==============================================================================
--- incubator/directory/eve/branches/multi-listener/impl/project.xml	(original)
+++ incubator/directory/eve/branches/multi-listener/impl/project.xml	Thu Sep  2 23:35:33 2004
@@ -2,7 +2,7 @@
 <project>
   <extend>${basedir}/../project.xml</extend>
   <groupId>incubator-directory</groupId>
-  <id>eve-frontend-impl</id>
+  <id>jinetd-impl</id>
 
   <name>Eve Frontend Implementation</name>
   <package>org.apache.eve</package>

Modified: incubator/directory/eve/branches/multi-listener/merlin-test/project.xml
==============================================================================
--- incubator/directory/eve/branches/multi-listener/merlin-test/project.xml	(original)
+++ incubator/directory/eve/branches/multi-listener/merlin-test/project.xml	Thu Sep  2 23:35:33 2004
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project>
-  <extend>${basedir}/../../project.xml</extend>
+  <extend>${basedir}/../project.xml</extend>
   <groupId>incubator-directory</groupId>
   <id>eve-frontend-test</id>
 

Modified: incubator/directory/eve/branches/multi-listener/merlin/project.xml
==============================================================================
--- incubator/directory/eve/branches/multi-listener/merlin/project.xml	(original)
+++ incubator/directory/eve/branches/multi-listener/merlin/project.xml	Thu Sep  2 23:35:33 2004
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project>
-  <extend>${basedir}/../../project.xml</extend>
+  <extend>${basedir}/../project.xml</extend>
   <groupId>incubator-directory</groupId>
   <id>eve-frontend-merlin</id>
 

Modified: incubator/directory/eve/branches/multi-listener/project.properties
==============================================================================
--- incubator/directory/eve/branches/multi-listener/project.properties	(original)
+++ incubator/directory/eve/branches/multi-listener/project.properties	Thu Sep  2 23:35:33 2004
@@ -1,5 +1,4 @@
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
-maven.license.licenseFile=../../LICENSE.txt
 maven.xdoc.date=left
 maven.xdoc.includeProjectDocumentation=no
 maven.xdoc.poweredby.image=
@@ -13,4 +12,3 @@
 maven.repo.central.directory=/www/cvs.apache.org/repository
 maven.remote.group=apcvs
 
-maven.multiproject.includes=**/project.xml

Modified: incubator/directory/eve/branches/multi-listener/project.xml
==============================================================================
--- incubator/directory/eve/branches/multi-listener/project.xml	(original)
+++ incubator/directory/eve/branches/multi-listener/project.xml	Thu Sep  2 23:35:33 2004
@@ -2,8 +2,8 @@
 
 <project>
     <groupId>incubator-directory</groupId>
-    <id>eve</id>
-    <name>Eve Directory Server</name>
+    <id>jinetd</id>
+    <name>jinetd</name>
     <version>SNAPSHOT</version>
     
     <organization>
@@ -13,7 +13,7 @@
     </organization>
 
     <inceptionYear>2003</inceptionYear>
-    <package>org.apache.eve</package>
+    <package>org.apache.jinetd</package>
     
     <logo>/images/apache-directory-logo.png</logo>
     <url>http://incubator.apache.org/directory</url>
@@ -29,35 +29,31 @@
 
     <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/jinetd/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/jinetd/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/jinetd/trunk/${module.path}
       </developerConnection>
     </repository>
   
-    <shortDescription>Eve Directory Server</shortDescription>
+    <shortDescription>A Java protocol server framework</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.
+      jinetd is a framework for building internet protocol servers.  Multiple
+      protocol requests can be serviced on the same plumbing.  The framework  
+      is based on non-blocking IO using NIO selectors/channels and has a 
+      simple SEDA based architecture to allow for responsive servers under
+      a high degree of load.  
     </description>
 
     <mailingLists>
       <mailingList>
-        <name>Apache Directory Developement - use [ldap] prefix</name>
+        <name>Apache Directory Developement - use [jinetd] prefix</name>
           <subscribe>
             directory-dev-subscribe@incubator.apache.org
           </subscribe>