Minimal RCP platform.
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 14 Oct 2020 09:14:09 +0000 (11:14 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 14 Oct 2020 09:14:09 +0000 (11:14 +0200)
rcp/dep/org.argeo.dep.cms.e4.rcp/pom.xml
rcp/dep/org.argeo.dep.cms.ui.rcp/.gitignore [new file with mode: 0644]
rcp/dep/org.argeo.dep.cms.ui.rcp/META-INF/MANIFEST.MF [new file with mode: 0644]
rcp/dep/org.argeo.dep.cms.ui.rcp/bnd.bnd [new file with mode: 0644]
rcp/dep/org.argeo.dep.cms.ui.rcp/p2.inf [new file with mode: 0644]
rcp/dep/org.argeo.dep.cms.ui.rcp/pom.xml [new file with mode: 0644]
rcp/dep/pom.xml

index 6197125b5247ef1dd15645c550a906b2f748b418..0ac0a5464d2f223c5363f9b3aecce4ab1c342302 100644 (file)
@@ -9,20 +9,13 @@
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.dep.cms.e4.rcp</artifactId>
-       <name>Node Eclipse RCP</name>
+       <name>CMS Platform Eclipse 4 RCP</name>
        <dependencies>
-               <!-- Argeo -->
                <dependency>
                        <groupId>org.argeo.slc.rcp</groupId>
-                       <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
-                       <version>2.1.86-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Desktop -->
-               <dependency>
-                       <groupId>org.argeo.slc.rcp</groupId>
-                       <artifactId>org.argeo.minidesktop</artifactId>
+                       <artifactId>org.argeo.dep.cms.ui.rcp</artifactId>
                        <version>2.1.86-SNAPSHOT</version>
+                       <type>pom</type>
                </dependency>
 
                <!-- E4 specific -->
                </dependency>
 
                <!-- Argeo Commons -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.cms.ui</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.cms.ui.theme</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.e4</artifactId>
                        <version>${version.argeo-commons}</version>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.dep.cms.node</artifactId>
-                       <version>${version.argeo-commons}</version>
-                       <type>pom</type>
-               </dependency>
 
                <!-- SDK -->
                <dependency>
                        <scope>test</scope>
                </dependency>
 
-               <!-- SWT native -->
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <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.cocoa.macosx.x86_64</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <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>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.swt.gtk.linux.aarch64</artifactId>
-                       <version>3.109.0.202003311246</version>
-               </dependency>
-
-
-               <!-- Eclipse launcher -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
-               <!-- <artifactId>org.eclipse.equinox.launcher</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <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.cocoa.macosx.x86_64</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <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> -->
-
-               <!-- SWT 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.jface</artifactId>
-               </dependency>
-
                <!-- Additional text components (not in RCP distribution) -->
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.e4.ui.workbench.swt</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.core.contenttype</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.e4.core.di</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.core.runtime</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.core.databinding</artifactId>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.e4.ui.widgets</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.e4.core.commands</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.e4.core.di.extensions.supplier</artifactId>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>com.ibm.icu</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.e4.ui.css.swt</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.e4.ui.swt.gtk</artifactId>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.e4.ui.workbench.renderers.swt</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.w3c.dom.smil</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.core.databinding.property</artifactId>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.e4.ui.workbench3</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.core.jobs</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.e4.core.contexts</artifactId>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.core.databinding.beans</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.e4.ui.css.core</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.ui.workbench</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.eclipse.core.commands</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.tp.rcp.e4</groupId>
                        <artifactId>org.eclipse.e4.ui.services</artifactId>
                        <artifactId>org.eclipse.ui.cocoa</artifactId>
                </dependency>
 
-               <!-- Third party -->
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.w3c.css.sac</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.w3c.dom.svg</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.w3c.dom.events</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.apache.xmlgraphics</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.apache.commons.jxpath</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.apache.batik.util</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.apache.batik.i18n</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.apache.batik.css</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.apache.batik.constants</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.apache.felix.gogo.runtime</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rcp.e4</groupId>
-                       <artifactId>org.apache.felix.scr</artifactId>
-               </dependency>
-
 
                <!-- RCP -->
                <!-- <dependency> -->
                                                                                </mapping>
                                                                        </mappings>
                                                                        <requires>
-                                                                               <require>argeo-cms-node</require>
+                                                                               <require>argeo-cms-ui-rcp</require>
                                                                                <require>argeo-cms-e4-rcp-tp</require>
                                                                        </requires>
                                                                </configuration>
                                                                                </mapping>
                                                                        </mappings>
                                                                        <requires>
-                                                                               <require>argeo-cms-node-tp</require>
+                                                                               <require>argeo-cms-ui-rcp-tp</require>
                                                                        </requires>
                                                                </configuration>
                                                        </execution>
diff --git a/rcp/dep/org.argeo.dep.cms.ui.rcp/.gitignore b/rcp/dep/org.argeo.dep.cms.ui.rcp/.gitignore
new file mode 100644 (file)
index 0000000..5e85f8d
--- /dev/null
@@ -0,0 +1,3 @@
+/org.argeo.security.dep.node.rcp-maven.target
+/target/
+/*.target
diff --git a/rcp/dep/org.argeo.dep.cms.ui.rcp/META-INF/MANIFEST.MF b/rcp/dep/org.argeo.dep.cms.ui.rcp/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..8e175fb
--- /dev/null
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0\r
+Automatic-Module-Name: org.argeo.dep.cms.ui.rcp\r
+Bundle-License: https://www.gnu.org/licenses/lgpl-3.0.txt\r
+Bundle-ManifestVersion: 2\r
+Bundle-Name: CMS Platform UI RCP\r
+Bundle-RequiredExecutionEnvironment: JavaSE-11,JavaSE-1.8\r
+Bundle-SymbolicName: org.argeo.dep.cms.ui.rcp\r
+Bundle-Vendor: Argeo GmbH\r
+Bundle-Version: 2.1.86.SNAPSHOT-r20201014090620\r
+Include-Resource: p2.inf=p2.inf\r
+Private-Package: !*\r
+SLC-Build-Timestamp: 20201014090620\r
+SLC-Category: org.argeo.slc.rcp\r
+SLC-ModularDistribution: default\r
diff --git a/rcp/dep/org.argeo.dep.cms.ui.rcp/bnd.bnd b/rcp/dep/org.argeo.dep.cms.ui.rcp/bnd.bnd
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/rcp/dep/org.argeo.dep.cms.ui.rcp/p2.inf b/rcp/dep/org.argeo.dep.cms.ui.rcp/p2.inf
new file mode 100644 (file)
index 0000000..0423aa5
--- /dev/null
@@ -0,0 +1,2 @@
+properties.1.name=org.eclipse.equinox.p2.type.category
+properties.1.value=true
\ No newline at end of file
diff --git a/rcp/dep/org.argeo.dep.cms.ui.rcp/pom.xml b/rcp/dep/org.argeo.dep.cms.ui.rcp/pom.xml
new file mode 100644 (file)
index 0000000..772a9a8
--- /dev/null
@@ -0,0 +1,365 @@
+<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.slc.rcp</groupId>
+               <artifactId>dep</artifactId>
+               <version>2.1.86-SNAPSHOT</version>
+               <relativePath>..</relativePath>
+       </parent>
+       <artifactId>org.argeo.dep.cms.ui.rcp</artifactId>
+       <name>CMS Platform UI RCP</name>
+       <dependencies>
+               <!-- Argeo -->
+               <dependency>
+                       <groupId>org.argeo.slc.rcp</groupId>
+                       <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
+                       <version>2.1.86-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc.rcp</groupId>
+                       <artifactId>org.argeo.cms.ui.rcp</artifactId>
+                       <version>2.1.86-SNAPSHOT</version>
+               </dependency>
+
+               <!-- Desktop -->
+               <dependency>
+                       <groupId>org.argeo.slc.rcp</groupId>
+                       <artifactId>org.argeo.minidesktop</artifactId>
+                       <version>2.1.86-SNAPSHOT</version>
+               </dependency>
+
+               <!-- Argeo Commons -->
+               <dependency>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.eclipse.ui</artifactId>
+                       <version>${version.argeo-commons}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.cms.ui</artifactId>
+                       <version>${version.argeo-commons}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.cms.ui.theme</artifactId>
+                       <version>${version.argeo-commons}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.dep.cms.node</artifactId>
+                       <version>${version.argeo-commons}</version>
+                       <type>pom</type>
+               </dependency>
+
+               <!-- SDK -->
+               <dependency>
+                       <groupId>org.argeo.tp.equinox</groupId>
+                       <artifactId>org.eclipse.osgi</artifactId>
+                       <scope>test</scope>
+               </dependency>
+
+               <!-- SWT native -->
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <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.cocoa.macosx.x86_64</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <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>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.eclipse.swt.gtk.linux.aarch64</artifactId>
+                       <version>3.109.0.202003311246</version>
+               </dependency>
+
+
+               <!-- Eclipse launcher -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
+               <!-- <artifactId>org.eclipse.equinox.launcher</artifactId> -->
+               <!-- </dependency> -->
+               <!-- <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.cocoa.macosx.x86_64</artifactId> -->
+               <!-- </dependency> -->
+               <!-- <dependency> -->
+               <!-- <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> -->
+
+               <!-- SWT 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.jface</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.eclipse.core.commands</artifactId>
+               </dependency>
+
+               <!-- CSS -->
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.eclipse.e4.ui.css.core</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.eclipse.e4.ui.css.swt</artifactId>
+               </dependency>
+               
+               <!--  Eclipse core -->
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.eclipse.core.runtime</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.eclipse.core.jobs</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.eclipse.core.contenttype</artifactId>
+               </dependency>
+
+               <!-- Third party -->
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.w3c.css.sac</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.w3c.dom.svg</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.w3c.dom.events</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.w3c.dom.smil</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.apache.xmlgraphics</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.apache.commons.jxpath</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.apache.batik.util</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.apache.batik.i18n</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.apache.batik.css</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.apache.batik.constants</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.apache.felix.gogo.runtime</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rcp.e4</groupId>
+                       <artifactId>org.apache.felix.scr</artifactId>
+               </dependency>
+
+       </dependencies>
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.argeo.tp</groupId>
+                               <artifactId>argeo-tp-rcp-e4</artifactId>
+                               <version>${version.argeo-tp}</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
+       <profiles>
+               <profile>
+                       <id>rpmbuild</id>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               <artifactId>maven-assembly-plugin</artifactId>
+                                               <executions>
+                                                       <execution>
+                                                               <id>prepare-source</id>
+                                                               <phase>package</phase>
+                                                               <goals>
+                                                                       <goal>single</goal>
+                                                               </goals>
+                                                               <configuration>
+                                                                       <descriptorRefs>
+                                                                               <descriptorRef>a2-source</descriptorRef>
+                                                                       </descriptorRefs>
+                                                               </configuration>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
+                                       <plugin>
+                                               <groupId>org.codehaus.mojo</groupId>
+                                               <artifactId>rpm-maven-plugin</artifactId>
+                                               <executions>
+                                                       <execution>
+                                                               <id>rpm-argeo</id>
+                                                               <phase>package</phase>
+                                                               <goals>
+                                                                       <goal>rpm</goal>
+                                                               </goals>
+                                                               <configuration>
+                                                                       <name>argeo-cms-ui-rcp</name>
+                                                                       <mappings>
+                                                                               <mapping>
+                                                                                       <directory>/usr/lib/osgi</directory>
+                                                                                       <username>root</username>
+                                                                                       <groupname>root</groupname>
+                                                                                       <filemode>644</filemode>
+                                                                                       <directoryIncluded>false</directoryIncluded>
+                                                                                       <sources>
+                                                                                               <source>
+                                                                                                       <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
+                                                                                                       <includes>
+                                                                                                               <include>**/*.jar</include>
+                                                                                                       </includes>
+                                                                                               </source>
+                                                                                       </sources>
+                                                                               </mapping>
+                                                                       </mappings>
+                                                                       <requires>
+                                                                               <require>argeo-cms-node</require>
+                                                                               <require>argeo-cms-ui-rcp-tp</require>
+                                                                       </requires>
+                                                               </configuration>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
+                               </plugins>
+                       </build>
+               </profile>
+               <profile>
+                       <id>rpmbuild-tp</id>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               <artifactId>maven-assembly-plugin</artifactId>
+                                               <executions>
+                                                       <execution>
+                                                               <id>prepare-source-tp</id>
+                                                               <phase>package</phase>
+                                                               <goals>
+                                                                       <goal>single</goal>
+                                                               </goals>
+                                                               <configuration>
+                                                                       <descriptorRefs>
+                                                                               <descriptorRef>a2-source-tp</descriptorRef>
+                                                                       </descriptorRefs>
+                                                               </configuration>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
+                                       <plugin>
+                                               <groupId>org.codehaus.mojo</groupId>
+                                               <artifactId>rpm-maven-plugin</artifactId>
+                                               <executions>
+                                                       <execution>
+                                                               <id>rpm-tp</id>
+                                                               <phase>package</phase>
+                                                               <goals>
+                                                                       <goal>rpm</goal>
+                                                               </goals>
+                                                               <configuration>
+                                                                       <name>argeo-cms-ui-rcp-tp</name>
+                                                                       <projversion>${version.argeo-tp}</projversion>
+                                                                       <release>${maven.build.timestamp}</release>
+                                                                       <mappings>
+                                                                               <mapping>
+                                                                                       <directory>/usr/lib/osgi</directory>
+                                                                                       <username>root</username>
+                                                                                       <groupname>root</groupname>
+                                                                                       <filemode>644</filemode>
+                                                                                       <directoryIncluded>false</directoryIncluded>
+                                                                                       <sources>
+                                                                                               <source>
+                                                                                                       <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
+                                                                                                       <includes>
+                                                                                                               <include>**/*.jar</include>
+                                                                                                       </includes>
+                                                                                               </source>
+                                                                                       </sources>
+                                                                               </mapping>
+                                                                               <mapping>
+                                                                                       <directory>/usr/share/osgi/boot</directory>
+                                                                                       <username>root</username>
+                                                                                       <groupname>root</groupname>
+                                                                                       <filemode>644</filemode>
+                                                                                       <directoryIncluded>false</directoryIncluded>
+                                                                                       <dependency>
+                                                                                               <stripVersion>true</stripVersion>
+                                                                                               <includes>
+                                                                                                       <include>org.argeo.tp.rcp.e4:org.eclipse.equinox.launcher</include>
+                                                                                               </includes>
+                                                                                       </dependency>
+                                                                               </mapping>
+                                                                       </mappings>
+                                                                       <requires>
+                                                                               <require>argeo-cms-node-tp</require>
+                                                                       </requires>
+                                                               </configuration>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
+                               </plugins>
+                       </build>
+               </profile>
+       </profiles>
+</project>
index 996a7b6e24fa7fb799e75875ae58272ebcd4baa5..7b0d7a4f0e879bb075f65030627b64cb22fef700 100644 (file)
@@ -13,6 +13,7 @@
        <name>RCP Base Dependencies</name>
        <packaging>pom</packaging>
        <modules>
+               <module>org.argeo.dep.cms.ui.rcp</module>
                <module>org.argeo.dep.cms.e4.rcp</module>
        </modules>
        <build>