Author: erodriguez
Date: Thu Feb 24 14:00:28 2005
New Revision: 155255
URL: http://svn.apache.org/viewcvs?view=rev&rev=155255
Log:
Rolled MINA front-end implementation into core.
Added:
incubator/directory/protocols/changepw/trunk/core/src/java/org/apache/changepw/protocol/
- copied from r155236,
incubator/directory/protocols/changepw/trunk/protocol/src/java/org/apache/changepw/protocol/
Removed:
incubator/directory/protocols/changepw/trunk/protocol/
Modified:
incubator/directory/protocols/changepw/trunk/core/project.xml
Modified: incubator/directory/protocols/changepw/trunk/core/project.xml
URL:
http://svn.apache.org/viewcvs/incubator/directory/protocols/changepw/trunk/core/project.xml?view=diff&r1=155254&r2=155255
==============================================================================
--- incubator/directory/protocols/changepw/trunk/core/project.xml (original)
+++ incubator/directory/protocols/changepw/trunk/core/project.xml Thu Feb 24
14:00:28 2005
@@ -10,9 +10,7 @@
<package>org.apache.changepw</package>
<inceptionYear>2004</inceptionYear>
<shortDescription>The Apache Change Password Server Core</shortDescription>
- <description>
- An RFC 3244 Change Password protocol server.
- </description>
+ <description>An RFC 3244 Change Password protocol server.</description>
<dependencies>
<dependency>
<groupId>bouncycastle</groupId>
@@ -30,13 +28,18 @@
<dependency>
<groupId>incubator-directory</groupId>
<artifactId>ldap-common</artifactId>
- <version>0.8-SNAPSHOT</version>
+ <version>0.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>incubator-directory</groupId>
<artifactId>kerberos-core</artifactId>
<version>0.4-SNAPSHOT</version>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>incubator-directory</groupId>
+ <artifactId>mina</artifactId>
+ <version>0.7-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project>