Use iBiblio Maven repo location for Apache DS.

This commit is contained in:
Ben Alex 2005-07-31 00:54:56 +00:00
parent 3010a85fdd
commit 6dcf6b9456
2 changed files with 2 additions and 2 deletions

View File

@ -54,6 +54,6 @@
<classpathentry kind="var" path="MAVEN_REPO/hibernate/jars/hibernate-3.0.3.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="var" path="MAVEN_REPO/directory/jars/apacheds-main-0.9-SNAPSHOT.jar"/>
<classpathentry kind="output" path="target/eclipseclasses"/>
</classpath>

View File

@ -338,7 +338,7 @@
</properties>
</dependency>
<dependency>
<groupId>apache-directory</groupId>
<groupId>directory</groupId>
<artifactId>apacheds-main</artifactId>
<version>0.9-SNAPSHOT</version>
<type>jar</type>