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 18:48:28 UTC

svn commit: r593603 - in /directory/sandbox/felixk: studio-aciitemeditor/pom.xml studio-ldapbrowser-common/pom.xml studio-ldapbrowser-ui/pom.xml studio-ldifeditor/pom.xml studio-schemaeditor/pom.xml studio-valueeditors/pom.xml

Author: felixk
Date: Fri Nov  9 09:48:27 2007
New Revision: 593603

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

Modified:
    directory/sandbox/felixk/studio-aciitemeditor/pom.xml
    directory/sandbox/felixk/studio-ldapbrowser-common/pom.xml
    directory/sandbox/felixk/studio-ldapbrowser-ui/pom.xml
    directory/sandbox/felixk/studio-ldifeditor/pom.xml
    directory/sandbox/felixk/studio-schemaeditor/pom.xml
    directory/sandbox/felixk/studio-valueeditors/pom.xml

Modified: directory/sandbox/felixk/studio-aciitemeditor/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-aciitemeditor/pom.xml?rev=593603&r1=593602&r2=593603&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-aciitemeditor/pom.xml (original)
+++ directory/sandbox/felixk/studio-aciitemeditor/pom.xml Fri Nov  9 09:48:27 2007
@@ -96,6 +96,11 @@
         </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}.ldapbrowser.core</artifactId>
             <scope>provided</scope>
         </dependency>
@@ -122,6 +127,21 @@
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>${swt.platformrelated.artifactId}</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.osgi</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.equinox.common</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.core.runtime</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: directory/sandbox/felixk/studio-ldapbrowser-common/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-common/pom.xml?rev=593603&r1=593602&r2=593603&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-common/pom.xml (original)
+++ directory/sandbox/felixk/studio-ldapbrowser-common/pom.xml Fri Nov  9 09:48:27 2007
@@ -114,12 +114,52 @@
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.core.jobs</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.update.core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.osgi</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.equinox.common</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.equinox.preferences</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
             <artifactId>${swt.platformrelated.artifactId}</artifactId>
+            <scope>provided</scope>
+        </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>

Modified: directory/sandbox/felixk/studio-ldapbrowser-ui/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldapbrowser-ui/pom.xml?rev=593603&r1=593602&r2=593603&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldapbrowser-ui/pom.xml (original)
+++ directory/sandbox/felixk/studio-ldapbrowser-ui/pom.xml Fri Nov  9 09:48:27 2007
@@ -93,6 +93,11 @@
             <scope>provided</scope>
         </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}.ldapbrowser.core</artifactId>
             <scope>provided</scope>
@@ -104,12 +109,42 @@
         </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}.ldifeditor</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.core.commands</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.osgi</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.core.jobs</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.equinox.preferences</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.search</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.equinox.common</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: directory/sandbox/felixk/studio-ldifeditor/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-ldifeditor/pom.xml?rev=593603&r1=593602&r2=593603&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-ldifeditor/pom.xml (original)
+++ directory/sandbox/felixk/studio-ldifeditor/pom.xml Fri Nov  9 09:48:27 2007
@@ -85,12 +85,22 @@
 
     <dependencies>
         <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.ui</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}.ldapbrowser.common</artifactId>
             <scope>provided</scope>
         </dependency>
@@ -112,6 +122,26 @@
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.core.commands</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.core.jobs</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <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>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.osgi</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: directory/sandbox/felixk/studio-schemaeditor/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-schemaeditor/pom.xml?rev=593603&r1=593602&r2=593603&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-schemaeditor/pom.xml (original)
+++ directory/sandbox/felixk/studio-schemaeditor/pom.xml Fri Nov  9 09:48:27 2007
@@ -100,6 +100,16 @@
 
     <dependencies>
         <dependency>
+            <groupId>org.apache.directory.shared</groupId>
+            <artifactId>shared-ldap</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>dom4j</groupId>
             <artifactId>dom4j</artifactId>
             <scope>provided</scope>

Modified: directory/sandbox/felixk/studio-valueeditors/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-valueeditors/pom.xml?rev=593603&r1=593602&r2=593603&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-valueeditors/pom.xml (original)
+++ directory/sandbox/felixk/studio-valueeditors/pom.xml Fri Nov  9 09:48:27 2007
@@ -88,6 +88,16 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.osgi</artifactId>
+            <scope>provided</scope>
+        </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}.ldapbrowser.common</artifactId>
             <scope>provided</scope>
@@ -99,6 +109,11 @@
         </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}.ldapbrowser.core</artifactId>
             <scope>provided</scope>
         </dependency>
@@ -110,6 +125,16 @@
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.jface</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.core.jobs</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.equinox.common</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>