Ben Alex 20 éve
szülő
commit
83750266ba
2 módosított fájl, 9 hozzáadás és 2 törlés
  1. 1 0
      .classpath
  2. 8 2
      project.xml

+ 1 - 0
.classpath

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

+ 8 - 2
project.xml

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