You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2010/12/21 15:07:09 UTC

svn commit: r1051501 - /directory/studio/trunk/plugins/apacheds.configuration.v2/pom.xml

Author: pamarcelot
Date: Tue Dec 21 14:07:09 2010
New Revision: 1051501

URL: http://svn.apache.org/viewvc?rev=1051501&view=rev
Log:
Added a dependency to the 'ldapbrowser.core' plugin to be able to use the ExecuteLdifRunnable class.

Modified:
    directory/studio/trunk/plugins/apacheds.configuration.v2/pom.xml

Modified: directory/studio/trunk/plugins/apacheds.configuration.v2/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/apacheds.configuration.v2/pom.xml?rev=1051501&r1=1051500&r2=1051501&view=diff
==============================================================================
--- directory/studio/trunk/plugins/apacheds.configuration.v2/pom.xml (original)
+++ directory/studio/trunk/plugins/apacheds.configuration.v2/pom.xml Tue Dec 21 14:07:09 2010
@@ -121,6 +121,7 @@
  org.apache.directory.studio.common.ui,
  org.apache.directory.studio.connection.core,
  org.apache.directory.studio.connection.ui,
+ org.apache.directory.studio.ldapbrowser.core,
  org.eclipse.core.contenttype,
  org.eclipse.core.runtime,
  org.eclipse.core.resources,
@@ -212,6 +213,11 @@
       <artifactId>connection.ui</artifactId>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.directory.studio</groupId>
+      <artifactId>ldapbrowser.core</artifactId>
+      <scope>provided</scope>
+    </dependency>
     
 	<!-- Eclipse plugins dependencies -->
     <dependency>