Add Apache DS.

This commit is contained in:
Ben Alex 2005-04-04 07:10:37 +00:00
parent 204da55a0b
commit 83750266ba
2 changed files with 9 additions and 2 deletions

View File

@ -60,5 +60,6 @@
<classpathentry kind="var" path="MAVEN_REPO/hibernate/jars/hibernate-2.1.8.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/commons-lang/jars/commons-lang-2.0.jar"/>
<classpathentry sourcepath="DIST_BASE/commons-beanutils-1.6.1-src/src/java" kind="var" path="MAVEN_REPO/commons-beanutils/jars/commons-beanutils-1.6.1.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/apache-directory/jars/apacheds-main-0.9-SNAPSHOT.jar"/>
<classpathentry kind="output" path="target/eclipseclasses"/>
</classpath>

View File

@ -67,7 +67,7 @@
<id>benalex</id>
<email>benalex at users.sourceforge.net</email>
<organization>Acegi Technology Pty Limited (http://www.acegi.com.au)</organization>
<timezone>+10</timezone>
<timezone>+10</timezone>
</developer>
<developer>
<name>Francois Beausoleil</name>
@ -90,7 +90,7 @@
<id>luke_t</id>
<email>luke at monkeymachine.ltd.uk</email>
<organization>Monkey Machine Ltd. (http://monkeymachine.ltd.uk)</organization>
<timezone>0</timezone>
<timezone>0</timezone>
</developer>
<developer>
<name>Ray Krueger</name>
@ -391,6 +391,12 @@
<war.bundle>false</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>apache-directory</groupId>
<artifactId>apacheds-main</artifactId>
<version>0.9-SNAPSHOT</version>
<type>jar</type>
</dependency>
</dependencies>
<build>
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>