File: 0010-bnd-2.1.0.patch

package info (click to toggle)
scala 2.11.8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 61,060 kB
  • ctags: 3,923
  • sloc: java: 13,251; xml: 3,214; sh: 1,553; python: 756; makefile: 40; awk: 36; ansic: 6
file content (22 lines) | stat: -rw-r--r-- 743 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Markus Koschany <apo@debian.org>
Date: Mon, 16 Nov 2015 23:03:15 +0100
Subject: bnd 2.1.0

Use Debian's bnd version.

Forwarded: no
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/build.xml
+++ b/build.xml
@@ -274,7 +274,7 @@
       <artifact:dependencies pathId="extra.tasks.classpath" filesetId="extra.tasks.fileset">
         <remoteRepository id="central" url="file:///usr/share/maven-repo"/>
         <localRepository path="${user.home}/.m2/repository"/>
-        <dependency groupId="biz.aQute" artifactId="bnd" version="1.50.0"/>
+        <dependency groupId="biz.aQute.bnd" artifactId="bnd" version="debian"/>
       </artifact:dependencies>
 
       <artifact:dependencies pathId="jarjar.classpath">