]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.support.ant/pom.xml
git-svn-id: https://svn.argeo.org/slc/trunk@6397 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.ant / pom.xml
1 <?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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.slc</groupId>
5 <artifactId>runtime</artifactId>
6 <version>1.1.14-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.slc.support.ant</artifactId>
10 <packaging>jar</packaging>
11 <name>SLC Support Ant</name>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.apache.felix</groupId>
16 <artifactId>maven-bundle-plugin</artifactId>
17
18 <configuration>
19 <instructions>
20 <Export-Package>
21 org.argeo.slc.ant.*
22 </Export-Package>
23 </instructions>
24 </configuration>
25 </plugin>
26 </plugins>
27 </build>
28 <dependencies>
29 <dependency>
30 <groupId>org.argeo.slc</groupId>
31 <artifactId>org.argeo.slc.core</artifactId>
32 <version>1.1.14-SNAPSHOT</version>
33 </dependency>
34
35 <dependency>
36 <groupId>org.argeo.tp</groupId>
37 <artifactId>org.apache.tools.ant</artifactId>
38 </dependency>
39 <dependency>
40 <groupId>org.argeo.tp</groupId>
41 <artifactId>org.apache.tools.ant.launch</artifactId>
42 </dependency>
43
44 <dependency>
45 <groupId>org.argeo.tp</groupId>
46 <artifactId>org.apache.commons.net</artifactId>
47 </dependency>
48 <dependency>
49 <groupId>org.argeo.tp</groupId>
50 <artifactId>org.apache.oro</artifactId>
51 </dependency>
52
53 <dependency>
54 <groupId>org.argeo.tp</groupId>
55 <artifactId>org.apache.bsf</artifactId>
56 </dependency>
57 </dependencies>
58 </project>