File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<artifactId >spring-xml</artifactId >
10
- <packaging >jar </packaging >
10
+ <packaging >bundle </packaging >
11
11
<name >Spring XML</name >
12
12
<description >Various XML support classes for Spring Web Services</description >
13
+ <build >
14
+ <plugins >
15
+ <plugin >
16
+ <groupId >org.apache.felix</groupId >
17
+ <artifactId >maven-bundle-plugin</artifactId >
18
+ <version >1.0.0</version >
19
+ <extensions >true</extensions >
20
+ <configuration >
21
+ <instructions >
22
+ <Bundle-SymbolicName >${artifactId} </Bundle-SymbolicName >
23
+ <Export-Package >org.springframework.xml*</Export-Package >
24
+ <Import-Package >
25
+ org.apache.commons.logging*,
26
+ javax.xml.parsers*,
27
+ javax.xml.transform*,
28
+ org.xml.sax*,
29
+ org.w3c.dom*,
30
+ org.springframework.beans*,
31
+ org.springframework.core*,
32
+ org.springframework.util*,
33
+ *;resolution:=optional
34
+ </Import-Package >
35
+ <Implementation-Title >${pom.name} </Implementation-Title >
36
+ <Implementation-Version >${pom.version} </Implementation-Version >
37
+ <Spring-WS-Version >${pom.version} </Spring-WS-Version >
38
+ </instructions >
39
+ </configuration >
40
+ </plugin >
41
+ </plugins >
42
+ </build >
13
43
<dependencies >
14
44
<!-- XML handling dependencies -->
15
45
<dependency >
You can’t perform that action at this time.
0 commit comments