]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/runtime/org.argeo.slc.client.ui/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.ui / pom.xml
index 895938dc8a1597de4cbb8979553207107190659e..a83c9986c05f6c1d041b3680d555b39d10278eab 100644 (file)
@@ -3,30 +3,22 @@
        <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.ui</artifactId>
        <name>SLC Client UI</name>
        <packaging>jar</packaging>
+
+
        <dependencies>
                <!-- SLC Client UI -->
-               <dependency>
-                       <groupId>org.argeo.slc.eclipse</groupId>
-                       <artifactId>org.argeo.slc.client.commons</artifactId>
-                       <version>${project.version}</version>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.slc.eclipse</groupId>
                        <artifactId>org.argeo.slc.client.oxm</artifactId>
                        <version>${project.version}</version>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc.eclipse</groupId>
-                       <artifactId>org.argeo.slc.client.hibernate</artifactId>
-                       <version>${project.version}</version>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.slc.eclipse</groupId>
                        <artifactId>org.argeo.slc.client.core</artifactId>
                        <artifactId>org.argeo.slc.server</artifactId>
                        <version>${project.version}</version>
                </dependency>
-               <!-- Commons -->
-               <dependency>
-                       <groupId>org.argeo.commons.eclipse</groupId>
-                       <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
+
                <!-- Spring -->
-               <dependency>
+       <!-- <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.context</artifactId>
                </dependency>
-               <!-- Eclipse -->
-               <dependency>
-                       <groupId>org.eclipse.ui</groupId>
-                       <artifactId>org.eclipse.ui</artifactId>
-               </dependency>
+ -->   
+               <!-- Commons (with all dependencies that are commons for both RCP and RAP) -->
                <dependency>
-                       <groupId>org.eclipse.core</groupId>
-                       <artifactId>org.eclipse.core.runtime</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.eclipse.swt</groupId>
-                       <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
+                       <groupId>org.argeo.commons.eclipse</groupId>
+                       <artifactId>org.argeo.eclipse.ui</artifactId>
+                       <version>${version.argeo-commons}</version>
                </dependency>
+
+
+               <!-- Eclipse - Only used at compile time. so that it is compatible with 
+                       RCP runtime -->
+               <!-- TO BE DELETED <dependency> <groupId>org.argeo.slc.eclipse</groupId> 
+                       <artifactId>org.argeo.slc.client.rap</artifactId> <version>${project.version}</version> 
+                       <scope>provided</scope> </dependency> -->
+
+               <!-- Commons -->
+               <!-- TO BE DELETED <dependency> <groupId>org.argeo.slc.eclipse</groupId> 
+                       <artifactId>org.argeo.slc.client.commons</artifactId> <version>${project.version}</version> 
+                       </dependency> <dependency> <groupId>org.argeo.commons.eclipse</groupId> <artifactId>org.argeo.eclipse.ui</artifactId> 
+                       <version>${version.argeo-commons}</version> </dependency> -->
+               <!-- Eclipse -->
+               <!-- TO BE DELETED <dependency> <groupId>org.eclipse.ui</groupId> <artifactId>org.eclipse.ui</artifactId> 
+                       </dependency> <dependency> <groupId>org.eclipse.core</groupId> <artifactId>org.eclipse.core.runtime</artifactId> 
+                       </dependency> <dependency> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId> 
+                       </dependency> -->
+
+
        </dependencies>
 </project>