File tree Expand file tree Collapse file tree 7 files changed +4
-42
lines changed
biz.aQute.bndlib.tests/test/test
biz.aQute.bndlib/src/aQute/bnd/osgi
maven-plugins/bnd-baseline-maven-plugin/src/main/java/aQute/bnd/maven/baseline/plugin Expand file tree Collapse file tree 7 files changed +4
-42
lines changed Original file line number Diff line number Diff line change 1515import java .io .IOException ;
1616import java .io .UncheckedIOException ;
1717import java .lang .reflect .Method ;
18- import java .nio .charset .StandardCharsets ;
1918import java .text .Collator ;
2019import java .util .Locale ;
2120import java .util .jar .Attributes ;
Original file line number Diff line number Diff line change 44import static java .util .Objects .requireNonNull ;
55import static java .util .stream .Collectors .toList ;
66
7- import aQute .bnd .header .Attrs ;
8- import aQute .bnd .header .OSGiHeader ;
9- import aQute .bnd .header .Parameters ;
107import java .io .Closeable ;
118import java .io .DataInputStream ;
129import java .io .File ;
3027import java .time .format .DateTimeParseException ;
3128import java .util .ArrayList ;
3229import java .util .Arrays ;
33- import java .util .Comparator ;
3430import java .util .EnumSet ;
3531import java .util .HashSet ;
3632import java .util .List ;
6258import java .util .zip .ZipOutputStream ;
6359
6460import aQute .bnd .exceptions .Exceptions ;
61+ import aQute .bnd .header .Attrs ;
62+ import aQute .bnd .header .OSGiHeader ;
63+ import aQute .bnd .header .Parameters ;
6564import aQute .bnd .stream .MapStream ;
6665import aQute .bnd .version .Version ;
6766import aQute .lib .base64 .Base64 ;
Original file line number Diff line number Diff line change 66import java .io .OutputStream ;
77import java .util .jar .Manifest ;
88
9- import aQute .lib .manifest .ManifestUtil ;
10-
119/**
1210 * Bnd Resource for Manifest with correct support for writing the manifest to an
1311 * output stream.
Original file line number Diff line number Diff line change 1818import aQute .bnd .osgi .Instructions ;
1919import aQute .bnd .osgi .Jar ;
2020import aQute .bnd .osgi .Processor ;
21- import aQute .bnd .service .diff .Delta ;
2221import aQute .bnd .service .diff .Diff ;
2322import aQute .bnd .version .MavenVersion ;
2423import aQute .lib .io .IO ;
Original file line number Diff line number Diff line change 11# Set javac settings from JDT prefs
22-include: ${workspace}/cnf/includes/jdt.bnd, ${workspace}/cnf/includes/bndtools.bnd
33
4- -fixupmessages: Eclipse: The Bundle
54Bundle-SymbolicName: org.bndtools.p2.dummy
6- p2.version: ${base.version}.${first;${def;-snapshot;DEV};REL}
7- timestamp: ${tstamp}
5+ -fixupmessages: The Bundle Symbolic org.bndtools.p2.dummy starts with the project name org.bndtools.p2 but then continues while it is not a sub-bundle
86
97# Plugins to be included in the Bndtools p2 update repository
108-dependson: \
Original file line number Diff line number Diff line change @@ -5,10 +5,7 @@ Bundle-License: \
55 file="license.txt";\
66 link="(ASL-2.0 or EPL-2.0)"
77
8-
9- Bundle-DocURL: https://bnd.bndtools.org/
108Bundle-Vendor bnd
11- Bundle-Copyright: Copyright bndtools
129
1310features = \
1411 bndtools.main.feature.bndrun, \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments