File: 01-bundle-dependencies.patch

package info (click to toggle)
hawtdispatch 1.22-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,464 kB
  • sloc: java: 10,511; xml: 1,147; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 895 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: Set the packaging type for the internal bundle dependencies
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/hawtdispatch-transport/pom.xml
+++ b/hawtdispatch-transport/pom.xml
@@ -31,7 +31,7 @@
   <groupId>org.fusesource.hawtdispatch</groupId>
   <artifactId>hawtdispatch-transport</artifactId>
   <version>1.22</version>
-  <packaging>bundle</packaging>
+  <packaging>jar</packaging>
 
   <description>HawtDispatch Transport: Transport abstractions for HawtDispatch</description>
 
@@ -48,6 +48,7 @@
       <groupId>org.fusesource.hawtdispatch</groupId>
       <artifactId>hawtdispatch</artifactId>
       <version>1.22</version>
+      <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.fusesource.hawtbuf</groupId>
@@ -87,4 +88,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>