File: jar_packaging.patch

package info (click to toggle)
libconcurrentunit-java 0.4.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: java: 554; xml: 157; sh: 12; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: using the jar packaging instead of bundle
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2023-08-21

--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
   <name>ConcurrentUnit</name>
   <url>https://github.com/jhalterman/concurrentunit</url>
   <inceptionYear>2010</inceptionYear>
-  <packaging>bundle</packaging>
+  <packaging>jar</packaging>
   <description>Toolkit for testing multi-threaded and asynchronous applications</description>
 
   <licenses>