]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - dep/org.argeo.eclipse.dep.rcp/pom.xml
Work on rap migration.
[lgpl/argeo-commons.git] / dep / org.argeo.eclipse.dep.rcp / pom.xml
index 8437099e140187f142bd9cfff5267b16f2993bdd..fbecafe76f99e7a36d09b610ea3377b77d49a2ed 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</groupId>
@@ -54,17 +55,27 @@ ex=*.source_*.jar,\
 
        ]]></description>
        <dependencies>
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>org.eclipse.osgi</artifactId>
-               </dependency>
+<!--           <dependency> -->
+<!--                   <groupId>org.argeo.tp</groupId> -->
+<!--                   <artifactId>org.eclipse.osgi</artifactId> -->
+<!--           </dependency> -->
 
                <dependency>
                        <groupId>org.argeo.tp.rcp.platform</groupId>
                        <artifactId>binaries</artifactId>
-                       <version>${version.argeo-distribution}</version>
+                       <version>${version.eclipseIde}</version>
                        <type>pom</type>
                        <exclusions>
+                               <!-- Equinox base -->
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.osgi</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.osgi.services</artifactId>
+                               </exclusion>
+
                                <!-- Deprecated update configurator has side effect in PDE -->
                                <exclusion>
                                        <groupId>org.argeo.tp.rcp.platform</groupId>
@@ -131,6 +142,18 @@ ex=*.source_*.jar,\
                                        <groupId>org.argeo.tp.rcp.platform</groupId>
                                        <artifactId>org.eclipse.swt.motif.hpux.ia64_32</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rcp.platform</groupId>
+                                       <artifactId>org.eclipse.swt.gtk.aix.ppc</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rcp.platform</groupId>
+                                       <artifactId>org.eclipse.swt.gtk.aix.ppc64</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rcp.platform</groupId>
+                                       <artifactId>org.eclipse.swt.gtk.hpux.ia64_32</artifactId>
+                               </exclusion>
 
                                <!-- Equinox Launcher -->
                                <exclusion>
@@ -193,39 +216,69 @@ ex=*.source_*.jar,\
                                        <groupId>org.argeo.tp.rcp.platform</groupId>
                                        <artifactId>org.eclipse.equinox.launcher.motif.hpux.ia64_32</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rcp.platform</groupId>
+                                       <artifactId>org.eclipse.equinox.launcher.gtk.aix.ppc</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rcp.platform</groupId>
+                                       <artifactId>org.eclipse.equinox.launcher.gtk.aix.ppc64</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rcp.platform</groupId>
+                                       <artifactId>org.eclipse.equinox.launcher.gtk.hpux.ia64_32</artifactId>
+                               </exclusion>
 
                                <!-- Eclipse UI -->
                                <exclusion>
                                        <groupId>org.argeo.tp.rcp.platform</groupId>
                                        <artifactId>org.eclipse.ui.carbon</artifactId>
                                </exclusion>
+
+                               <!-- Felix Gogo shell -->
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.apache.felix.gogo.runtime</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.apache.felix.gogo.shell</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.apache.felix.gogo.command</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.equinox.console</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
                <!-- Security -->
-               <dependency>
-                       <groupId>org.argeo.tp.rcp</groupId>
-                       <artifactId>org.eclipse.equinox.security</artifactId>
-               </dependency>
+<!--           <dependency> -->
+<!--                   <groupId>org.argeo.tp.rcp</groupId> -->
+<!--                   <artifactId>org.eclipse.equinox.security</artifactId> -->
+<!--           </dependency> -->
        </dependencies>
-       <dependencyManagement>
-               <dependencies>
-                       <dependency>
-                               <groupId>org.argeo.tp.rcp</groupId>
-                               <artifactId>binaries</artifactId>
-                               <version>${version.argeo-distribution}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.argeo.tp.rcp.platform</groupId>
-                               <artifactId>binaries</artifactId>
-                               <version>${version.argeo-distribution}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>
-               </dependencies>
-       </dependencyManagement>
+<!--   <dependencyManagement> -->
+<!--           <dependencies> -->
+<!--                   <dependency> -->
+<!--                           <groupId>org.argeo.tp.rcp</groupId> -->
+<!--                           <artifactId>binaries</artifactId> -->
+<!--                           <version>${version.argeo-distribution}</version> -->
+<!--                           <type>pom</type> -->
+<!--                           <scope>import</scope> -->
+<!--                   </dependency> -->
+<!--                   <dependency> -->
+<!--                           <groupId>org.argeo.tp.rcp.platform</groupId> -->
+<!--                           <artifactId>binaries</artifactId> -->
+<!--                           <version>${version.argeo-distribution}</version> -->
+<!--                           <type>pom</type> -->
+<!--                           <scope>import</scope> -->
+<!--                   </dependency> -->
+<!--           </dependencies> -->
+<!--   </dependencyManagement> -->
        <profiles>
                <profile>
                        <id>check-osgi</id>