You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/12/14 08:55:23 UTC

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

Author: seelmann
Date: Tue Dec 14 07:55:22 2010
New Revision: 1048971

URL: http://svn.apache.org/viewvc?rev=1048971&view=rev
Log:
Need org.eclipse.ui.ide dependency

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=1048971&r1=1048970&r2=1048971&view=diff
==============================================================================
--- directory/studio/trunk/plugins/apacheds.configuration.v2/pom.xml (original)
+++ directory/studio/trunk/plugins/apacheds.configuration.v2/pom.xml Tue Dec 14 07:55:22 2010
@@ -275,6 +275,11 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>org.eclipse.ui</groupId>
+      <artifactId>ide</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
       <groupId>org.eclipse.core</groupId>
       <artifactId>resources</artifactId>
       <scope>provided</scope>