]> git.argeo.org Git - gpl/argeo-slc.git/blob - modules/agent/org.argeo.slc.agent.ext.bsf/pom.xml
Add missing build.properties
[gpl/argeo-slc.git] / modules / agent / org.argeo.slc.agent.ext.bsf / 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.modules</groupId>
6 <artifactId>agent</artifactId>
7 <version>0.13.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.slc.agent.ext.bsf</artifactId>
11 <name>SLC Agent BSF Extension</name>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.apache.felix</groupId>
16 <artifactId>maven-bundle-plugin</artifactId>
17 <configuration>
18 <instructions>
19 <Fragment-Host>com.springsource.org.apache.bsf</Fragment-Host>
20 <Import-Package>
21 *,
22 bsh.util;resolution:=optional,
23 org.codehaus.groovy.bsf;resolution:=optional
24 </Import-Package>
25 </instructions>
26 </configuration>
27 </plugin>
28 </plugins>
29 </build>
30 </project>