]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui/pom.xml
[maven-release-plugin] prepare release argeo-slc-2.1.11
[gpl/argeo-slc.git] / org.argeo.slc.client.ui / pom.xml
index 39f0ce71a74caa8b9ae6786af37bf96a4266c239..9e719effee66c8d76f9441aa9505fb978337a103 100644 (file)
@@ -2,87 +2,47 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
-               <artifactId>plugins</artifactId>
-               <version>2.1.1-SNAPSHOT</version>
+               <artifactId>argeo-slc</artifactId>
+               <version>2.1.11</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.client.ui</artifactId>
        <name>SLC Client UI</name>
        <packaging>jar</packaging>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               <Bundle-Activator>org.argeo.slc.client.ui.ClientUiPlugin</Bundle-Activator>
-                                               <Require-Bundle>
-                                                       org.eclipse.ui;resolution:=optional,
-                                                       org.eclipse.core.runtime;resolution:=optional,
-                                                       org.eclipse.rap.ui;resolution:=optional,
-                                                       org.eclipse.rap.ui.workbench;resolution:=optional
-                                               </Require-Bundle>
-                                               <Import-Package>
-                                                       org.argeo.eclipse.spring,
-                                                       org.argeo.security.ui,
-                                                       *
-                                               </Import-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
        <dependencies>
-               <!-- Single sourcing - we build against RCP  -->
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.client.rcp</artifactId>
-                       <version>2.1.1-SNAPSHOT</version>
-                       <scope>provided</scope>
-               </dependency>
-       
                <!-- SLC -->
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
-                       <version>2.1.1-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.support.jcr</artifactId>
-                       <version>2.1.1-SNAPSHOT</version>
+                       <version>2.1.11</version>
                </dependency>
 
                <!-- Argeo Commons -->
                <dependency>
-                       <groupId>org.argeo.commons.base</groupId>
+                       <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
                        <version>${version.argeo-commons}</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.commons.base</groupId>
-                       <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.eclipse.ui.rap</artifactId>
                        <version>${version.argeo-commons}</version>
+                       <scope>provided</scope>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.commons.security</groupId>
-                       <artifactId>org.argeo.security.ui</artifactId>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.cms.ui.workbench</artifactId>
                        <version>${version.argeo-commons}</version>
                </dependency>
 
-               <!-- Eclipse and RCP only dependency, needed at compile time -->
+               <!-- RAP workbench -->
                <dependency>
-                       <groupId>org.argeo.commons.base</groupId>
-                       <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
-                       <version>${version.argeo-commons}</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons.base</groupId>
-                       <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-                       <version>${version.argeo-commons}</version>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>argeo-tp-rap-e3</artifactId>
+                       <version>${version.argeo-tp}</version>
+                       <type>pom</type>
                        <scope>provided</scope>
                </dependency>
+
        </dependencies>
 </project>