]> git.argeo.org Git - gpl/argeo-slc.git/blob - plugins/org.argeo.slc.client.ui.dist/pom.xml
[maven-release-plugin] prepare release argeo-slc-1.1.3
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.slc</groupId>
6 <artifactId>plugins</artifactId>
7 <version>1.1.3</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.slc.client.ui.dist</artifactId>
11 <name>SLC Client UI Distribution</name>
12 <packaging>jar</packaging>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.felix</groupId>
17 <artifactId>maven-bundle-plugin</artifactId>
18 <configuration>
19 <instructions>
20 <Bundle-Activator>org.argeo.slc.client.ui.dist.DistPlugin</Bundle-Activator>
21 <Require-Bundle>
22 org.eclipse.ui;resolution:=optional,
23 org.eclipse.rap.ui;resolution:=optional,
24 org.eclipse.core.runtime;resolution:=optional,
25 org.eclipse.rap.ui.workbench;resolution:=optional
26 </Require-Bundle>
27 <Import-Package>
28 org.argeo.eclipse.spring,
29 javax.jcr.security,
30 aQute.lib.*;resolution:=optional,
31 *
32 </Import-Package>
33 </instructions>
34 </configuration>
35 </plugin>
36 </plugins>
37 </build>
38 <dependencies>
39 <!-- Commons UI -->
40 <dependency>
41 <groupId>org.argeo.commons.base</groupId>
42 <artifactId>org.argeo.eclipse.ui</artifactId>
43 <version>${version.argeo-commons}</version>
44 </dependency>
45 <dependency>
46 <groupId>org.argeo.commons.base</groupId>
47 <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
48 <version>${version.argeo-commons}</version>
49 </dependency>
50 <dependency>
51 <groupId>org.argeo.commons.base</groupId>
52 <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
53 <version>${version.argeo-commons}</version>
54 <scope>provided</scope>
55 </dependency>
56
57
58 <!-- SLC repo -->
59 <dependency>
60 <groupId>org.argeo.slc</groupId>
61 <artifactId>org.argeo.slc.repo</artifactId>
62 <version>1.1.3</version>
63 </dependency>
64 <dependency>
65 <groupId>org.argeo.slc</groupId>
66 <artifactId>org.argeo.slc.server.repo</artifactId>
67 <version>1.1.3</version>
68 </dependency>
69
70 <dependency>
71 <groupId>org.argeo.tp</groupId>
72 <artifactId>biz.aQute.bndlib</artifactId>
73 </dependency>
74 </dependencies>
75 </project>