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/07/23 14:20:04 UTC

svn commit: r967066 - /directory/studio/trunk/ldapservers.apacheds.v156/pom.xml

Author: pamarcelot
Date: Fri Jul 23 12:20:04 2010
New Revision: 967066

URL: http://svn.apache.org/viewvc?rev=967066&view=rev
Log:
Fixed build issue (Eclipse dependencies were missing).

Modified:
    directory/studio/trunk/ldapservers.apacheds.v156/pom.xml

Modified: directory/studio/trunk/ldapservers.apacheds.v156/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapservers.apacheds.v156/pom.xml?rev=967066&r1=967065&r2=967066&view=diff
==============================================================================
--- directory/studio/trunk/ldapservers.apacheds.v156/pom.xml (original)
+++ directory/studio/trunk/ldapservers.apacheds.v156/pom.xml Fri Jul 23 12:20:04 2010
@@ -115,6 +115,7 @@
             <Eclipse-LazyStart>true</Eclipse-LazyStart>
             <Bundle-Activator>org.apache.directory.studio.ldapserver.apacheds.v156.ApacheDS156Plugin</Bundle-Activator>
             <Require-Bundle>org.eclipse.core.runtime,
+ org.eclipse.core.resources,
  org.eclipse.debug.core,
  org.eclipse.debug.ui,
  org.eclipse.jdt.launching,
@@ -577,10 +578,30 @@
     </dependency>
     <dependency>
       <groupId>org.eclipse.core</groupId>
+      <artifactId>resources</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.core</groupId>
       <artifactId>expressions</artifactId>
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>org.eclipse.debug</groupId>
+      <artifactId>core</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.debug</groupId>
+      <artifactId>ui</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt</groupId>
+      <artifactId>launching</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>registry</artifactId>
       <scope>provided</scope>