Add Eclipse text components to RCP.
[lgpl/argeo-commons.git] / rcp / dep / org.argeo.dep.cms.e4.rcp / pom.xml
index 1d29b2e6a34be202e72e03103f4a1119f807f57e..50a6f34ec8e2d02c8e03bb44d10cf405ef2de3b2 100644 (file)
@@ -1,4 +1,6 @@
-<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.rcp</groupId>
                        <scope>test</scope>
                </dependency>
 
-               <!-- SWT and JFace -->
+               <!-- SWT for ARM -->
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.swt</artifactId>
+                       <artifactId>org.eclipse.swt.gtk.linux.arm</artifactId>
+                       <version>3.108.0.v20180905-1254</version>
                </dependency>
+
+               <!-- Additional text components (not in RCP distribution) -->
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.jface</artifactId>
+                       <artifactId>org.eclipse.text</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
+                       <artifactId>org.eclipse.jface.text</artifactId>
+               </dependency>
+
+               <!-- SWT and JFace -->
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.eclipse.swt</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
+                       <artifactId>org.eclipse.jface</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.swt.cocoa.macosx.x86_64</artifactId>
+                       <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
                </dependency>
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
+               <!-- <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId> -->
+               <!-- </dependency> -->
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
+                       <artifactId>org.eclipse.swt.cocoa.macosx.x86_64</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
+                       <artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
                </dependency>
                <!-- <dependency> -->
                <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
+               <!-- <artifactId>org.eclipse.swt.win32.win32.x86</artifactId> -->
+               <!-- </dependency> -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
                <!-- <artifactId>org.eclipse.swt.gtk.linux.ppc64le</artifactId> -->
                <!-- </dependency> -->
 
-               <!-- SWT for ARM -->
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.swt.gtk.linux.arm</artifactId>
-                       <version>3.108.0.v20180905-1254</version>
-               </dependency>
 
                <!-- Eclipse launcher -->
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.equinox.launcher.gtk.linux.x86_64</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.equinox.launcher.gtk.linux.x86</artifactId>
-               </dependency>
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
+               <!-- <artifactId>org.eclipse.equinox.launcher.gtk.linux.x86</artifactId> -->
+               <!-- </dependency> -->
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.equinox.launcher.cocoa.macosx.x86_64</artifactId>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.equinox.launcher.win32.win32.x86_64</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.equinox.launcher.win32.win32.x86</artifactId>
-               </dependency>
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
+               <!-- <artifactId>org.eclipse.equinox.launcher.win32.win32.x86</artifactId> -->
+               <!-- </dependency> -->
 
                <!-- RCP -->
                <dependency>