]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/pom.xml
[maven-release-plugin] prepare release argeo-slc-1.1.5
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / pom.xml
index 647520d94d4ef4e9798f2d3d9451fe86b08a2a2b..54a0e66e3f230da266b278c6a4281d9796b2eaa8 100644 (file)
@@ -1,17 +1,48 @@
-<?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>1.1.5</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,
+                                                       *
+                                               </Import-Package>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
        <dependencies>
+               <dependency>
+                       <groupId>org.argeo.commons.base</groupId>
+                       <artifactId>org.argeo.util</artifactId>
+                       <version>${version.argeo-commons}</version>
+               </dependency>
+
                <!-- Commons UI -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
 
                <!-- SLC repo -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>org.argeo.slc.specs</artifactId>
+                       <version>1.1.5</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>1.1.3-SNAPSHOT</version>
+                       <version>1.1.5</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.modules</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.server.repo</artifactId>
-                       <version>1.1.3-SNAPSHOT</version>
+                       <version>1.1.5</version>
                </dependency>
 
                <dependency>