commit | e4636c4bd7a96c6c0a9c2fad4f869fbd98ec9562 | [log] [tgz] |
---|---|---|
author | Stuart McCulloch <mcculls@apache.org> | Sat Apr 02 10:24:03 2011 +0000 |
committer | Stuart McCulloch <mcculls@apache.org> | Sat Apr 02 10:24:03 2011 +0000 |
tree | 8e3f3c2f576e0e92025f590b4aa5e8ac0d2dd15a | |
parent | 8238eff4d170ab6934377df30c14ab704deaee61 [diff] |
Update to bndlib 1.43.0 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1087992 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml index f7f1146..8c7ccd4 100644 --- a/bundleplugin/pom.xml +++ b/bundleplugin/pom.xml
@@ -56,7 +56,7 @@ <dependency> <groupId>biz.aQute</groupId> <artifactId>bndlib</artifactId> - <version>1.15.0</version> + <version>1.43.0</version> </dependency> <dependency> <groupId>net.sf.kxml</groupId>
diff --git a/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundleAllPlugin.java b/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundleAllPlugin.java index 54fd5f4..168d59e 100644 --- a/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundleAllPlugin.java +++ b/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundleAllPlugin.java
@@ -21,7 +21,6 @@ import java.io.File; import java.io.FilenameFilter; -import java.io.IOException; import java.util.Arrays; import java.util.Collection; import java.util.HashSet; @@ -398,7 +397,7 @@ } - private boolean isOsgi( Jar jar ) throws IOException + private boolean isOsgi( Jar jar ) throws Exception { if ( jar.getManifest() != null ) {