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/05 08:57:59 UTC

svn commit: rev 43373 - incubator/directory/eve/branches/multi-listener

Author: akarasulu
Date: Sat Sep  4 23:57:58 2004
New Revision: 43373

Modified:
   incubator/directory/eve/branches/multi-listener/project.xml
Log:
fix tl prj pom

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	Sat Sep  4 23:57:58 2004
@@ -2,8 +2,8 @@
 
 <project>
     <groupId>incubator-directory</groupId>
-    <id>jinetd</id>
-    <name>jinetd</name>
+    <id>seda</id>
+    <name>seda</name>
     <version>SNAPSHOT</version>
     
     <organization>
@@ -13,7 +13,7 @@
     </organization>
 
     <inceptionYear>2003</inceptionYear>
-    <package>org.apache.jinetd</package>
+    <package>org.apache.seda</package>
     
     <logo>/images/apache-directory-logo.png</logo>
     <url>http://incubator.apache.org/directory</url>
@@ -44,7 +44,7 @@
     <shortDescription>A Java protocol server framework</shortDescription>
       
     <description>
-      jinetd is a framework for building internet protocol servers.  Multiple
+      seda 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