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/06 16:48:12 UTC

svn commit: r124394 - /incubator/directory/server/trunk/protocol/project.xml /incubator/directory/server/trunk/protocol/src/java /incubator/directory/server/trunk/protocol/src/main /incubator/directory/server/trunk/protocol/src/main/java

Author: akarasulu
Date: Thu Jan  6 07:48:10 2005
New Revision: 124394

URL: http://svn.apache.org/viewcvs?view=rev&rev=124394
Log:
changes ...

 o changed layout to use src/main/java instead of src/java as before 
 o made corrections to project.xml 
 o changed eve- prefix to server-


Added:
   incubator/directory/server/trunk/protocol/src/main/
   incubator/directory/server/trunk/protocol/src/main/java/
      - copied from r124391, incubator/directory/server/trunk/protocol/src/java/
Removed:
   incubator/directory/server/trunk/protocol/src/java/
Modified:
   incubator/directory/server/trunk/protocol/project.xml

Modified: incubator/directory/server/trunk/protocol/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/server/trunk/protocol/project.xml?view=diff&rev=124394&p1=incubator/directory/server/trunk/protocol/project.xml&r1=124393&p2=incubator/directory/server/trunk/protocol/project.xml&r2=124394
==============================================================================
--- incubator/directory/server/trunk/protocol/project.xml	(original)
+++ incubator/directory/server/trunk/protocol/project.xml	Thu Jan  6 07:48:10 2005
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
   <extend>${basedir}/../project.xml</extend>
-  <artifactId>eve-protocol</artifactId>
-  <name>Eve SEDA Protocol Provider</name>
+  <artifactId>server-protocol</artifactId>
+  <name>Protocol Provider</name>
   <inceptionYear>2002</inceptionYear>
-  <shortDescription>The Eve SEDA Protocol Provider</shortDescription>
+  <shortDescription>The Protocol Provider</shortDescription>
   <description>
-    The SEDA protocol provider used to snap in LDAP handlers and codecs into
-    the SEDA framework.  These handlers are JNDI clients specifically LDAP 
+    The protocol provider used to snap in LDAP handlers and codecs into
+    the protocol framework.  These handlers are JNDI clients specifically LDAP 
     JNDI callers.  Any JNDI provider can be used for the provider but the 
-    primary target is the Eve JNDI provider.
+    primary target is the core's JNDI provider.
   </description>
   <dependencies>
     <dependency>