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/12/30 11:35:31 UTC

svn commit: r607535 - /directory/sandbox/felixk/pom.xml

Author: felixk
Date: Sun Dec 30 02:35:30 2007
New Revision: 607535

URL: http://svn.apache.org/viewvc?rev=607535&view=rev
Log:
Some more exclusions

Modified:
    directory/sandbox/felixk/pom.xml

Modified: directory/sandbox/felixk/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/pom.xml?rev=607535&r1=607534&r2=607535&view=diff
==============================================================================
--- directory/sandbox/felixk/pom.xml (original)
+++ directory/sandbox/felixk/pom.xml Sun Dec 30 02:35:30 2007
@@ -463,6 +463,10 @@
         <version>3.2.1-r321_v20060721</version>
         <exclusions>
           <exclusion>
+            <groupId>org.eclipse</groupId>
+            <artifactId>swt</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>org.eclipse.ui</groupId>
             <artifactId>ide</artifactId>
           </exclusion>
@@ -485,6 +489,10 @@
             <groupId>org.eclipse.jface</groupId>
             <artifactId>text</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.eclipse</groupId>
+            <artifactId>swt</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
@@ -547,6 +555,10 @@
           <exclusion>
             <groupId>org.eclipse</groupId>
             <artifactId>help</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse</groupId>
+            <artifactId>swt</artifactId>
           </exclusion>
           <exclusion>
             <groupId>org.eclipse.core</groupId>