]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - dep/org.argeo.eclipse.dep.rcp/pom.xml
Move RCP related devs to a dedicated source repository
[lgpl/argeo-commons.git] / dep / org.argeo.eclipse.dep.rcp / pom.xml
diff --git a/dep/org.argeo.eclipse.dep.rcp/pom.xml b/dep/org.argeo.eclipse.dep.rcp/pom.xml
deleted file mode 100644 (file)
index fbecafe..0000000
+++ /dev/null
@@ -1,307 +0,0 @@
-<?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">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.commons</groupId>
-               <artifactId>dep</artifactId>
-               <version>2.1.12-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-       <name>Eclipse RCP Dependencies</name>
-       <packaging>pom</packaging>
-       <description><![CDATA[
-com.ibm.icu
-org.eclipse.core.commands
-org.eclipse.core.contenttype
-org.eclipse.core.databinding
-org.eclipse.core.databinding.observable
-org.eclipse.core.databinding.property
-org.eclipse.core.expressions
-org.eclipse.core.jobs
-org.eclipse.core.runtime
-org.eclipse.equinox.app
-org.eclipse.equinox.common
-org.eclipse.equinox.launcher
-org.eclipse.equinox.preferences
-org.eclipse.equinox.registry
-org.eclipse.equinox.security
-org.eclipse.help
-org.eclipse.jface
-org.eclipse.jface.databinding
-org.eclipse.osgi
-org.eclipse.swt
-org.eclipse.swt.gtk.linux.x86
-org.eclipse.swt.gtk.linux.x86_64
-org.eclipse.swt.win32.win32.x86
-org.eclipse.ui
-org.eclipse.ui.forms
-org.eclipse.ui.workbench       
-
-/usr/lib64/eclipse/plugins;\
-in=com.ibm.icu*.jar;\
-in=org.eclipse.core*.jar;\
-in=org.eclipse.equinox*.jar;\
-in=org.eclipse.jface*.jar;\
-in=org.eclipse.osgi*.jar;\
-in=org.eclipse.swt*.jar;\
-in=org.eclipse.ui*.jar;\
-in=org.eclipse.help_*.jar;\
-ex=org.eclipse.osgi.jar;\
-ex=org.eclipse.equinox.p2*.jar;\
-ex=org.eclipse.equinox.simpleconfigurator*.jar;\
-ex=*.source_*.jar,\
-
-       ]]></description>
-       <dependencies>
-<!--           <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.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>
-                                       <artifactId>org.eclipse.update.configurator</artifactId>
-                               </exclusion>
-                               <!-- SWT -->
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.swt.carbon.macosx</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.swt.cocoa.macosx.x86_64</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.swt.gtk.solaris.sparc</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.swt.gtk.solaris.x86</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.swt.motif.solaris.sparc</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.swt.gtk.linux.s390</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.swt.gtk.linux.s390x</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.swt.gtk.linux.ppc64</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.swt.motif.linux.x86</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.swt.gtk.linux.ppc</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.swt.photon.qnx.x86</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.swt.motif.aix.ppc</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.swt.motif.aix.ppc64</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <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>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.equinox.launcher.win32.win32.x86_64</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.equinox.launcher.carbon.macosx</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.equinox.launcher.cocoa.macosx.x86_64</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.equinox.launcher.gtk.solaris.sparc</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.equinox.launcher.gtk.solaris.x86</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.equinox.launcher.motif.solaris.sparc</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.equinox.launcher.gtk.linux.s390</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.equinox.launcher.gtk.linux.s390x</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.equinox.launcher.gtk.linux.ppc64</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.equinox.launcher.motif.linux.x86</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.equinox.launcher.gtk.linux.ppc</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.equinox.launcher.photon.qnx.x86</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.equinox.launcher.motif.aix.ppc</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.rcp.platform</groupId>
-                                       <artifactId>org.eclipse.equinox.launcher.motif.aix.ppc64</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <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> -->
-       </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> -->
-       <profiles>
-               <profile>
-                       <id>check-osgi</id>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.argeo.maven.plugins</groupId>
-                                               <artifactId>maven-argeo-osgi-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               <id>check-osgi</id>
-                                                               <phase>test</phase>
-                                                               <goals>
-                                                                       <goal>equinox</goal>
-                                                               </goals>
-                                                               <configuration>
-                                                                       <onlyCheck>true</onlyCheck>
-                                                               </configuration>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-       </profiles>
-</project>
\ No newline at end of file