You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2007/11/09 13:50:08 UTC

svn commit: r593515 - /directory/sandbox/felixk/studio-ldapbrowser-ui/pom.xml

Author: felixk
Date: Fri Nov  9 04:50:08 2007
New Revision: 593515

URL: http://svn.apache.org/viewvc?rev=593515&view=rev
Log:
Add missing dependencies

Modified:
    directory/sandbox/felixk/studio-ldapbrowser-ui/pom.xml

Modified: directory/sandbox/felixk/studio-ldapbrowser-ui/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-ui/pom.xml?rev=593515&r1=593514&r2=593515&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-ui/pom.xml (original)
+++ directory/sandbox/felixk/studio-ldapbrowser-ui/pom.xml Fri Nov  9 04:50:08 2007
@@ -94,12 +94,12 @@
         </dependency>
         <dependency>
             <groupId>org.apache.directory.studio</groupId>
-            <artifactId>${pom.groupId}.connection.ui</artifactId>
+            <artifactId>${pom.groupId}.ldapbrowser.core</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.eclipse</groupId>
-            <artifactId>org.eclipse.ui.forms</artifactId>
+            <groupId>org.apache.directory.studio</groupId>
+            <artifactId>${pom.groupId}.connection.ui</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -109,7 +109,62 @@
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.core.commands</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.core.runtime</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.equinox.registry</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.jface</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.jface.text</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.text</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.ui.editors</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.ui.forms</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.ui.views</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.ui.workbench</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.ui.workbench.texteditor</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>${swt.platformrelated.artifactId}</artifactId>
             <scope>provided</scope>
         </dependency>
     </dependencies>