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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
From: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Date: Thu, 14 May 2015 13:17:37 +0200
Subject: no_ee_minimum
We already ship a full-blown JDK in Debian.
Forwarded: not-needed
---
biz.aQute.bndlib/bnd.bnd | 1 -
biz.aQute.junit/bnd.bnd | 3 +--
demo/bnd.bnd | 5 +----
3 files changed, 2 insertions(+), 7 deletions(-)
--- a/biz.aQute.bndlib/bnd.bnd
+++ b/biz.aQute.bndlib/bnd.bnd
@@ -44,7 +44,6 @@
aQute.libg;version=project,\
osgi.core;version=4.3.1,\
osgi.r5;version=1.0.1,\
- ee.j2se;version=${javac.ee}
Import-Package: junit.framework;resolution:=optional,\
org.osgi.resource;resolution:=optional,\
--- a/biz.aQute.junit/bnd.bnd
+++ b/biz.aQute.junit/bnd.bnd
@@ -6,8 +6,7 @@
osgi.cmpn;version=4.3.1,\
biz.aQute.bndlib;version=project,\
aQute.libg;version=project,\
- osgi.core;version=4.3.1,\
- ee.j2se;version=${javac.ee}
+ osgi.core;version=4.3.1
Tester-Plugin: aQute.junit.plugin.ProjectTesterImpl
--- a/demo/bnd.bnd
+++ b/demo/bnd.bnd
@@ -25,7 +25,6 @@
-buildpath: \
osgi.core;version=4.3.1,\
- ee.j2se;version=1.5.0,\
biz.aQute.bnd.annotation;version=latest,\
com.springsource.org.junit
--- a/biz.aQute.launcher/bnd.bnd
+++ b/biz.aQute.launcher/bnd.bnd
@@ -6,7 +6,6 @@
aQute.libg;version=project,\
osgi.core;version=4.3.1,\
ee.j2se;version=${javac.ee}
-# ee.minimum;version=1.2.1
-testpath: \
junit.osgi;version=3.8.2
@@ -17,4 +16,4 @@
Bundle-Version: 1.4.0.${tstamp}
-Premain-Class: aQute.launcher.agent.LauncherAgent
\ No newline at end of file
+Premain-Class: aQute.launcher.agent.LauncherAgent
|