]> git.argeo.org Git - gpl/argeo-slc.git/blob - plugins/org.argeo.slc.client.ui.dist/pom.xml
Work on the active environments
[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.15-SNAPSHOT</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.nodetype,
30 javax.jcr.security,
31 aQute.lib.*;resolution:=optional,
32 *
33 </Import-Package>
34 </instructions>
35 </configuration>
36 </plugin>
37 </plugins>
38 </build>
39 <dependencies>
40 <dependency>
41 <groupId>org.argeo.commons.base</groupId>
42 <artifactId>org.argeo.util</artifactId>
43 <version>${version.argeo-commons}</version>
44 </dependency>
45
46 <!-- Commons UI -->
47 <dependency>
48 <groupId>org.argeo.commons.base</groupId>
49 <artifactId>org.argeo.eclipse.ui</artifactId>
50 <version>${version.argeo-commons}</version>
51 </dependency>
52 <dependency>
53 <groupId>org.argeo.commons.base</groupId>
54 <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
55 <version>${version.argeo-commons}</version>
56 </dependency>
57 <dependency>
58 <groupId>org.argeo.commons.base</groupId>
59 <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
60 <version>${version.argeo-commons}</version>
61 <scope>provided</scope>
62 </dependency>
63
64
65 <!-- SLC repo -->
66 <dependency>
67 <groupId>org.argeo.slc</groupId>
68 <artifactId>org.argeo.slc.specs</artifactId>
69 <version>1.1.15-SNAPSHOT</version>
70 </dependency>
71 <dependency>
72 <groupId>org.argeo.slc</groupId>
73 <artifactId>org.argeo.slc.repo</artifactId>
74 <version>1.1.15-SNAPSHOT</version>
75 </dependency>
76 <dependency>
77 <groupId>org.argeo.slc</groupId>
78 <artifactId>org.argeo.slc.server.repo</artifactId>
79 <version>1.1.15-SNAPSHOT</version>
80 </dependency>
81
82 <dependency>
83 <groupId>org.argeo.tp</groupId>
84 <artifactId>biz.aQute.bndlib</artifactId>
85 </dependency>
86 </dependencies>
87 </project>