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

@ -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>