]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/runtime/org.argeo.slc.client.rcp/pom.xml
INtroduce jackrabbit pgsql
[gpl/argeo-slc.git] / eclipse / plugins / runtime / org.argeo.slc.client.rcp / pom.xml
index d283f6c82be65b737a47334f43e2455fe3038716..27e2b12418cc1ebd36ec586d1c5fa48b1f327d1c 100644 (file)
@@ -3,22 +3,31 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc.eclipse</groupId>
-               <artifactId>plugins</artifactId>
-               <version>0.13.0-SNAPSHOT</version>
+               <artifactId>runtime</artifactId>
+               <version>0.13.1-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.client.rcp</artifactId>
        <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>
@@ -33,7 +42,6 @@
                <dependency>
                        <groupId>org.eclipse.swt</groupId>
                        <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
-               </dependency>
-
+               </dependency> -->
        </dependencies>
 </project>