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/15 03:15:28 UTC

svn commit: rev 46061 - incubator/directory/seda/trunk

Author: akarasulu
Date: Tue Sep 14 18:15:27 2004
New Revision: 46061

Modified:
   incubator/directory/seda/trunk/project.xml
Log:
roughly working - tests still not running

Modified: incubator/directory/seda/trunk/project.xml
==============================================================================
--- incubator/directory/seda/trunk/project.xml	(original)
+++ incubator/directory/seda/trunk/project.xml	Tue Sep 14 18:15:27 2004
@@ -1,20 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project>
-  <extend>${basedir}/../project.xml</extend>
   <groupId>incubator-directory</groupId>
-  <id>seda-impl</id>
+  <id>seda</id>
 
-  <name>seda-impl</name>
+  <name>seda</name>
   <package>org.apache.seda</package>
   <currentVersion>SNAPSHOT</currentVersion>
   <inceptionYear>2004</inceptionYear>
       
-  <shortDescription>SEDA framework service implementations</shortDescription>
+  <shortDescription>A service oriented SEDA framework</shortDescription>
 
   <description>
-      The SEDA protocol server framework contains service interfaces within the
-      API.  This project contains the default POJO implementations of those
-      interfaces.
+      The SEDA protocol server framework contains service interfaces and
+      implementations for the various stages of a protocol server very much
+      like inetd however in the same process.  The framework can run multiple
+      protocols on different socks within the same server.
+      BETTER DESC TO FOLLOW.
   </description>
 
   <dependencies>
@@ -24,13 +25,6 @@
       <artifactId>commons-logging</artifactId>
       <version>1.0.3</version>
       <url>http://jakarta.apache.org/commons/logging</url>
-    </dependency>
-
-    <dependency>
-      <groupId>incubator-directory</groupId>
-      <artifactId>seda-api</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://incubator.apache.org/directory/subprojects/seda</url>
     </dependency>
 
     <dependency>