You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2007/04/16 15:01:42 UTC

svn commit: r529230 - /directory/ldapstudio/trunk/ldapstudio-browser-core/.classpath

Author: elecharny
Date: Mon Apr 16 06:01:41 2007
New Revision: 529230

URL: http://svn.apache.org/viewvc?view=rev&rev=529230
Log:
Added a dependency on junit jar

Modified:
    directory/ldapstudio/trunk/ldapstudio-browser-core/.classpath

Modified: directory/ldapstudio/trunk/ldapstudio-browser-core/.classpath
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-browser-core/.classpath?view=diff&rev=529230&r1=529229&r2=529230
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-browser-core/.classpath (original)
+++ directory/ldapstudio/trunk/ldapstudio-browser-core/.classpath Mon Apr 16 06:01:41 2007
@@ -2,6 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
+	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
 	<classpathentry kind="lib" path="lib/poi-2.5.1-final-20040804.jar"/>
 	<classpathentry kind="lib" path="lib/commons-collections-3.1.jar"/>
@@ -11,6 +12,7 @@
 	<classpathentry kind="lib" path="lib/shared-ldap-0.9.6-SNAPSHOT.jar"/>
 	<classpathentry kind="lib" path="lib/xpp3-1.1.3_8.jar"/>
 	<classpathentry kind="lib" path="lib/ldapstudio-dsml-parser-0.3.jar"/>
+        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path="target/classes"/>