Package: bnd / 1.50.0-8

Metadata

Package Version Patches format
bnd 1.50.0-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build_excludes.diff | (download)

cnf/build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add a way to exclude some source file from build using
 javac.excludes property (used in debian/ant.properties)
no_ee_minimum.diff | (download)

biz.aQute.bndlib/bnd.bnd | 1 0 + 1 - 0 !
biz.aQute.junit/bnd.bnd | 1 0 + 1 - 0 !
demo/bnd.bnd | 5 1 + 4 - 0 !
3 files changed, 1 insertion(+), 6 deletions(-)

 don't request ee.minimum since we have a full
 blown JVM.
no_felix.diff | (download)

demo/bnd.bnd | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 don't depends on felix for runtime
 to break dependencies-cycles.
no_git_during_build.diff | (download)

cnf/build.bnd | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 don't embed git shasum in build manifest.mf
 since our tarball doesn't contains git metadata.
osgi43_fixes.diff | (download)

biz.aQute.launcher/src/aQute/launcher/Launcher.java | 2 1 + 1 - 0 !
biz.aQute.launcher/src/aQute/launcher/minifw/Context.java | 26 26 + 0 - 0 !
biz.aQute.launcher/src/aQute/launcher/minifw/MiniFramework.java | 26 26 + 0 - 0 !
3 files changed, 53 insertions(+), 1 deletion(-)

 implements some missing methods for osgi r4.3
display_bsn_on_missing_bundle.diff | (download)

biz.aQute.bndlib/src/aQute/bnd/build/Project.java | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 add a print to system.err when some bundle
 is missing (will improve diagnostic when some symlink is broken).
find_swt_jar.diff | (download)

biz.aQute.bnd/bnd.bnd | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 find_swt_jar


fix encoding.diff | (download)

cnf/build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set the encoding of the source file to avoid compilation warnings/errors
ant 1.9 compatibility.diff | (download)

biz.aQute.bnd/src/aQute/bnd/main/bnd.java | 2 1 + 1 - 0 !
biz.aQute.bndlib/src/aQute/lib/osgi/Analyzer.java | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 ensures the source compatibility with ant 1.9.
 This patch can be removed when upgrading to bnd 2.x.
java8 compatibility.diff | (download)

aQute.libg/src/aQute/lib/collections/MultiMap.java | 2 2 + 0 - 0 !
biz.aQute.bndlib/src/aQute/bnd/signing/Signer.java | 2 1 + 1 - 0 !
biz.aQute.bndlib/src/aQute/lib/osgi/Analyzer.java | 2 1 + 1 - 0 !
biz.aQute.bndlib/src/aQute/lib/osgi/Jar.java | 2 1 + 1 - 0 !
biz.aQute.junit/bnd.bnd | 2 1 + 1 - 0 !
biz.aQute.launcher/bnd.bnd | 2 1 + 1 - 0 !
6 files changed, 7 insertions(+), 5 deletions(-)

 fixes the compilation errors with java 8