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 2005/01/08 07:52:54 UTC

svn commit: r124643 - /incubator/directory/apseda/trunk/project.xml

Author: akarasulu
Date: Fri Jan  7 22:52:53 2005
New Revision: 124643

URL: http://svn.apache.org/viewcvs?view=rev&rev=124643
Log:
fixing pom to use apseda pkg name
Modified:
   incubator/directory/apseda/trunk/project.xml

Modified: incubator/directory/apseda/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/apseda/trunk/project.xml?view=diff&rev=124643&p1=incubator/directory/apseda/trunk/project.xml&r1=124642&p2=incubator/directory/apseda/trunk/project.xml&r2=124643
==============================================================================
--- incubator/directory/apseda/trunk/project.xml	(original)
+++ incubator/directory/apseda/trunk/project.xml	Fri Jan  7 22:52:53 2005
@@ -2,9 +2,9 @@
 <project>
 
   <groupId>incubator-directory</groupId>
-  <artifactId>seda</artifactId>
-  <name>seda</name>
-  <package>org.apache.seda</package>
+  <artifactId>apseda</artifactId>
+  <name>Apache SEDA</name>
+  <package>org.apache.apseda</package>
   <currentVersion>0.2-SNAPSHOT</currentVersion>
   <inceptionYear>2004</inceptionYear>
 
@@ -17,7 +17,7 @@
   <inceptionYear>2003</inceptionYear>
 
   <logo>http://incubator.apache.org/directory/images/apache-directory-logo.png</logo>
-  <url>http://incubator.apache.org/directory/subprojects/seda</url>
+  <url>http://incubator.apache.org/directory/subprojects/apseda</url>
 
   <issueTrackingUrl>
     http://issues.apache.org/jira/browse/DIRSEDA
@@ -33,30 +33,29 @@
 
   <repository>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/incubator:directory/seda/trunk
+      scm:svn:http://svn.apache.org/repos/asf/incubator:directory/apseda/trunk
     </connection>
 
     <url>
-      http://svn.apache.org/viewcvs.cgi/incubator/directory/seda/trunk/?root=Apache-SVN
+      http://svn.apache.org/viewcvs.cgi/incubator/directory/apseda/trunk/?root=Apache-SVN
     </url>
 
     <developerConnection>
-      https://svn.apache.org/repos/asf/incubator:directory/seda/trunk
+      https://svn.apache.org/repos/asf/incubator:directory/apseda/trunk
     </developerConnection>
   </repository>
 
   <description>
-      The SEDA protocol server framework contains service interfaces and
+      The Apache 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>
 
   <shortDescription>An internet protocol server framework</shortDescription>
 
   <description>
-    The seda framework is designed for rapidly building internet protocol
+    The Apache SEDA framework is designed for rapidly building internet protocol
     servers that can handle a high degree of concurrency.  Users of the
     framework need not worry about low level IO details and plumbing.  They
     can use this time to focus on their protocol of choice which ultimately
@@ -72,7 +71,7 @@
 
   <mailingLists>
     <mailingList>
-      <name>Apache Directory Developement - use [seda] prefix</name>
+      <name>Apache Directory Developement - use [apseda] prefix</name>
         <subscribe>
           directory-dev-subscribe@incubator.apache.org
         </subscribe>