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 11:31:28 UTC

svn commit: r593482 - in /directory/sandbox/felixk/studio-ldapbrowser-core: ./ pom.xml

Author: felixk
Date: Fri Nov  9 02:31:27 2007
New Revision: 593482

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

Modified:
    directory/sandbox/felixk/studio-ldapbrowser-core/   (props changed)
    directory/sandbox/felixk/studio-ldapbrowser-core/pom.xml

Propchange: directory/sandbox/felixk/studio-ldapbrowser-core/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Nov  9 02:31:27 2007
@@ -1,3 +1,4 @@
 .settings
 lib
 target
+.classpath

Modified: directory/sandbox/felixk/studio-ldapbrowser-core/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-core/pom.xml?rev=593482&r1=593481&r2=593482&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-core/pom.xml (original)
+++ directory/sandbox/felixk/studio-ldapbrowser-core/pom.xml Fri Nov  9 02:31:27 2007
@@ -116,32 +116,46 @@
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.equinox.preferences</artifactId>
-            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.equinox.common</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.osgi</artifactId>
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.core.runtime</artifactId>
-            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.core.jobs</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>dom4j</groupId>
+            <artifactId>dom4j</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>xpp3</groupId>
+            <artifactId>xpp3</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.directory.shared</groupId>
             <artifactId>shared-ldap</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.directory.studio</groupId>
             <artifactId>${pom.groupId}.connection.core</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.directory.studio</groupId>
             <artifactId>${pom.groupId}.dsml.parser</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.search</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.poi</groupId>