]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.support.equinox/pom.xml
Fix various things in the launcher perspective, better layout.
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.equinox / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 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.runtime</groupId>
6 <artifactId>argeo-slc-runtime</artifactId>
7 <version>0.11.3-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.slc.support.equinox</artifactId>
11 <name>Argeo SLC Support Equinox OSGi</name>
12 <packaging>jar</packaging>
13 <properties></properties>
14 <build>
15 <plugins>
16 <plugin>
17 <artifactId>maven-jar-plugin</artifactId>
18 </plugin>
19 <plugin>
20 <groupId>org.apache.felix</groupId>
21 <artifactId>maven-bundle-plugin</artifactId>
22 <version>${version.maven-bundle-plugin}</version>
23 <configuration>
24 <instructions>
25 <Export-Package>
26 org.argeo.slc.*
27 </Export-Package>
28 </instructions>
29 </configuration>
30 </plugin>
31 </plugins>
32 </build>
33 <dependencies>
34
35
36 <dependency>
37 <groupId>org.argeo.slc.runtime</groupId>
38 <artifactId>org.argeo.slc.support.simple</artifactId>
39 </dependency>
40
41 <dependency>
42 <groupId>org.eclipse.osgi</groupId>
43 <artifactId>org.eclipse.osgi</artifactId>
44 </dependency>
45 <dependency>
46 <groupId>org.springframework.osgi</groupId>
47 <artifactId>org.springframework.osgi.core</artifactId>
48 </dependency>
49
50 <dependency>
51 <groupId>org.eclipse.osgi</groupId>
52 <artifactId>org.eclipse.osgi</artifactId>
53 </dependency>
54
55 <dependency>
56 <groupId>org.springframework.osgi</groupId>
57 <artifactId>org.springframework.osgi.extender</artifactId>
58 </dependency>
59
60 <dependency>
61 <groupId>net.sourceforge.cglib</groupId>
62 <artifactId>com.springsource.net.sf.cglib</artifactId>
63 </dependency>
64 <dependency>
65 <groupId>org.objectweb.asm</groupId>
66 <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
67 </dependency>
68 </dependencies>
69 </project>