Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2006-10-17 12:35:19 +0000
committerPascal Rapicault2006-10-17 12:35:19 +0000
commitaf090347c58b04e34f097c00bf91449ace8b7910 (patch)
tree417e9cbae2e6f41957bd38efa3261dac1f05e611 /bundles/org.eclipse.equinox.simpleconfigurator.manipulator
parent46a90b38672fb6c2cca8ee44b18c59d98c43505a (diff)
downloadrt.equinox.p2-af090347c58b04e34f097c00bf91449ace8b7910.tar.gz
rt.equinox.p2-af090347c58b04e34f097c00bf91449ace8b7910.tar.xz
rt.equinox.p2-af090347c58b04e34f097c00bf91449ace8b7910.zip
Diffstat (limited to 'bundles/org.eclipse.equinox.simpleconfigurator.manipulator')
-rw-r--r--bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/org/eclipse/core/configurationManipulator/BundleInfo.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/org/eclipse/core/configurationManipulator/BundleInfo.java b/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/org/eclipse/core/configurationManipulator/BundleInfo.java
index ced7b7f04..0170b9f3f 100644
--- a/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/org/eclipse/core/configurationManipulator/BundleInfo.java
+++ b/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/org/eclipse/core/configurationManipulator/BundleInfo.java
@@ -11,13 +11,10 @@
package org.eclipse.core.configurationManipulator;
import java.io.ByteArrayInputStream;
-import java.io.DataInputStream;
-import java.util.jar.Manifest;
import org.eclipse.osgi.framework.util.Headers;
import org.eclipse.osgi.util.ManifestElement;
import org.osgi.framework.BundleException;
import org.osgi.framework.Constants;
-import sun.awt.image.ByteInterleavedRaster;
public class BundleInfo {
public static final int NO_LEVEL = -1;

Back to the top