]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/runtime/org.argeo.slc.client.rcp/pom.xml
introduction of new architecture for target platforms with sdk.rap and sdk.rcp distin...
[gpl/argeo-slc.git] / eclipse / plugins / runtime / org.argeo.slc.client.rcp / pom.xml
index 03f7f1f22cb1225b1658ad2da4f1052733b08952..27e2b12418cc1ebd36ec586d1c5fa48b1f327d1c 100644 (file)
@@ -1,4 +1,5 @@
-<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.slc.eclipse</groupId>
        <name>SLC Client RCP</name>
        <packaging>jar</packaging>
        <dependencies>
+               
                <!-- SLC -->
                <dependency>
                        <groupId>org.argeo.slc.eclipse</groupId>
                        <artifactId>org.argeo.slc.client.ui</artifactId>
                        <version>${project.version}</version>
                </dependency>
-               <!-- Eclipse -->
+               
+               <!-- Argeo common distribution for RCP projects -->
                <dependency>
+                       <groupId>org.argeo.commons.eclipse</groupId>
+                       <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
+                       <version>${version.argeo-commons}</version>
+               </dependency>
+               
+               <!-- Eclipse -->
+               <!--   <dependency>
                        <groupId>org.eclipse.ui</groupId>
                        <artifactId>org.eclipse.ui</artifactId>
                </dependency>
@@ -32,7 +42,6 @@
                <dependency>
                        <groupId>org.eclipse.swt</groupId>
                        <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
-               </dependency>
-
+               </dependency> -->
        </dependencies>
 </project>