]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui.dist/pom.xml
[maven-release-plugin] prepare release argeo-slc-2.1.14
[gpl/argeo-slc.git] / org.argeo.slc.client.ui.dist / pom.xml
index 2225b17be260b86ab1e43490eef791e3819e28e7..dcdcbbb1e3bc2b67cc04e4b73aa792259ef79747 100644 (file)
@@ -3,96 +3,59 @@
        <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.14</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.client.ui.dist</artifactId>
        <name>SLC Client UI Distribution</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.dist.DistPlugin</Bundle-Activator>
-                                               <Require-Bundle>
-                                                       org.eclipse.ui;resolution:=optional,
-                                                       org.eclipse.rap.ui;resolution:=optional,
-                                                       org.eclipse.core.runtime;resolution:=optional,
-                                                       org.eclipse.rap.ui.workbench;resolution:=optional
-                                               </Require-Bundle>
-                                               <Import-Package>
-                                                       org.argeo.eclipse.spring,
-                                                       javax.jcr.nodetype,
-                                                       javax.jcr.security,
-                                                       aQute.lib.*;resolution:=optional,
-                                                       org.argeo.slc.client.ui.specific,
-                                                       *
-                                               </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>
-               
                <!-- Commons UI -->
                <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.cms.ui.workbench</artifactId>
                        <version>${version.argeo-commons}</version>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons.base</groupId>
-                       <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
-                       <version>${version.argeo-commons}</version>
-                       <scope>provided</scope>
-               </dependency>
+
 
                <!-- SLC repo -->
                <dependency>
                        <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.specs</artifactId>
-                       <version>2.1.1-SNAPSHOT</version>
+                       <artifactId>org.argeo.slc.api</artifactId>
+                       <version>2.1.14</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>2.1.1-SNAPSHOT</version>
+                       <version>2.1.14</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.server.repo</artifactId>
-                       <version>2.1.1-SNAPSHOT</version>
+                       <version>2.1.14</version>
                </dependency>
 
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>biz.aQute.bndlib</artifactId>
-               </dependency>
-               
                <!--  Argeo Base dependencies -->
                <dependency>
-                       <groupId>org.argeo.commons.base</groupId>
+                       <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
                        <version>${version.argeo-commons}</version>
                </dependency>
+
+               <!-- RAP workbench -->
+               <dependency>
+                       <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>
\ No newline at end of file