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:01:04 UTC

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

Author: felixk
Date: Sun Dec 30 02:01:01 2007
New Revision: 607533

URL: http://svn.apache.org/viewvc?rev=607533&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=607533&r1=607532&r2=607533&view=diff
==============================================================================
--- directory/sandbox/felixk/pom.xml (original)
+++ directory/sandbox/felixk/pom.xml Sun Dec 30 02:01:01 2007
@@ -549,6 +549,14 @@
             <artifactId>help</artifactId>
           </exclusion>
           <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>net</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.ui</groupId>
+            <artifactId>views</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>org.eclipse.update</groupId>
             <artifactId>configurator</artifactId>
           </exclusion>
@@ -897,6 +905,9 @@
     <developer>
       <id>ersiner</id>
       <url>http://directory.apache.org/community/who/ersiner.html</url>
+    </developer>
+    <developer>
+      <id>felixk</id>
     </developer>
     <developer>
       <id>jmachols</id>