Author: akarasulu
Date: Sat Sep 4 23:28:03 2004
New Revision: 43370
Modified:
incubator/directory/eve/branches/multi-listener/api/project.xml
incubator/directory/eve/branches/multi-listener/impl/project.xml
Log:
changing poms to reflect new seda name
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 Sat Sep
4 23:28:03 2004
@@ -2,20 +2,22 @@
<project>
<extend>${basedir}/../project.xml</extend>
<groupId>incubator-directory</groupId>
- <id>jinetd-api</id>
+ <id>seda-api</id>
- <name>jinetd API</name>
- <package>org.apache.jinetd</package>
+ <name>seda-api</name>
+ <package>org.apache.seda</package>
<currentVersion>SNAPSHOT</currentVersion>
- <inceptionYear>2003</inceptionYear>
+ <inceptionYear>2004</inceptionYear>
- <shortDescription>The API for JInetd services</shortDescription>
+ <shortDescription>API for SEDA protocol server framework</shortDescription>
<description>
Contains the service interfaces and associated helper classes with a
- minimum of external dependencies.
+ minimum of external dependencies for the SEDA protocol server framework.
</description>
+ <!-- When complete there should be no deps here -->
+
<dependencies>
<!-- We need to get rid of this dependency on commons-codec -->
<dependency>
@@ -24,14 +26,16 @@
<version>SNAPSHOT</version>
<url>http://jakarta.apache.org/commons/codec</url>
</dependency>
-
+
+ <!-- We need to get rid of this dependency on commons-lang -->
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>SNAPSHOT</version>
<url>http://jakarta.apache.org/commons/lang</url>
</dependency>
-
+
+ <!-- We need to get rid of this dependency on codec-stateful -->
<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 Sat Sep
4 23:28:03 2004
@@ -2,18 +2,19 @@
<project>
<extend>${basedir}/../project.xml</extend>
<groupId>incubator-directory</groupId>
- <id>jinetd-impl</id>
+ <id>seda-impl</id>
- <name>Eve Frontend Implementation</name>
- <package>org.apache.eve</package>
+ <name>seda-impl</name>
+ <package>org.apache.seda</package>
<currentVersion>SNAPSHOT</currentVersion>
- <inceptionYear>2003</inceptionYear>
+ <inceptionYear>2004</inceptionYear>
- <shortDescription>Eve's Frontend Implementation</shortDescription>
+ <shortDescription>SEDA framework service implementations</shortDescription>
<description>
- Contains the service interfaces implementations as pojos and other
- associated helper classes internal interfaces.
+ The SEDA protocol server framework contains service interfaces within the
+ API. This project contains the default POJO implementations of those
+ interfaces.
</description>
<dependencies>
@@ -22,9 +23,7 @@
<groupId>concurrent</groupId>
<artifactId>concurrent</artifactId>
<version>1.3.1</version>
- <url>
-http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
- </url>
+ <url>http://ultisque.notlong.com</url>
</dependency>
<!-- We need to get rid of this dependency on commons-codec -->
@@ -79,9 +78,9 @@
<dependency>
<groupId>incubator-directory</groupId>
- <artifactId>jinetd-api</artifactId>
+ <artifactId>seda-api</artifactId>
<version>SNAPSHOT</version>
- <url>http://incubator.apache.org/directory/subprojects/jinetd</url>
+ <url>http://incubator.apache.org/directory/subprojects/seda</url>
</dependency>
<dependency>