]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/pom.xml
Migrate SLC modules
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / pom.xml
index 5a234bfec81f89234d0b953c736881f74f337117..2225b17be260b86ab1e43490eef791e3819e28e7 100644 (file)
@@ -1,17 +1,52 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><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">
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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</groupId>
                <artifactId>plugins</artifactId>
-               <version>1.1.3-SNAPSHOT</version>
+               <version>2.1.1-SNAPSHOT</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>
                        <scope>provided</scope>
                </dependency>
 
-
                <!-- SLC repo -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>org.argeo.slc.specs</artifactId>
+                       <version>2.1.1-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>1.1.3-SNAPSHOT</version>
+                       <version>2.1.1-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.server.repo</artifactId>
-                       <version>1.1.3-SNAPSHOT</version>
+                       <version>2.1.1-SNAPSHOT</version>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.tp</groupId>
                        <artifactId>biz.aQute.bndlib</artifactId>
                </dependency>
+               
+               <!--  Argeo Base dependencies -->
+               <dependency>
+                       <groupId>org.argeo.commons.base</groupId>
+                       <artifactId>org.argeo.util</artifactId>
+                       <version>${version.argeo-commons}</version>
+               </dependency>
+               
        </dependencies>
 </project>
\ No newline at end of file