Remove unused architectures
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 14 Nov 2012 13:27:17 +0000 (13:27 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 14 Nov 2012 13:27:17 +0000 (13:27 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5802 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

base/dep/org.argeo.eclipse.dep.rcp/pom.xml

index a52bd32565e1909546173f9e0e382f994851d981..58f5469dc721f714c8b919b43281eecbedd78e39 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.base</groupId>
@@ -200,6 +201,12 @@ ex=*.source_*.jar,\
                                        <groupId>org.argeo.tp.rcp.platform</groupId>
                                        <artifactId>org.eclipse.equinox.launcher.motif.hpux.ia64_32</artifactId>
                                </exclusion>
+
+                               <!-- Eclipse UI -->
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rcp.platform</groupId>
+                                       <artifactId>org.eclipse.ui.carbon</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>