commit | 4de6cbcfaccc880322773dcf600fd53faa68f37b | [log] [tgz] |
---|---|---|
author | Stuart McCulloch <mcculls@apache.org> | Wed Aug 06 16:38:55 2008 +0000 |
committer | Stuart McCulloch <mcculls@apache.org> | Wed Aug 06 16:38:55 2008 +0000 |
tree | 29a8cd4d04ac701615afb2c62222328466ff632d | |
parent | c8f5595f67b394b31ad815cead2e35fd4966255f [diff] |
FELIX-661: last change is actually not required, because these jars come from the classpath and will already be included in the close git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@683322 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java b/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java index d45cbe7..80afa3e 100644 --- a/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java +++ b/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java
@@ -453,7 +453,6 @@ if (src != null) { JarResource jarResource = new JarResource(src); jar.putResource(destinationPath, jarResource); - tempJars.add(src); } else { error("Input file does not exist: " + source); }