Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff McAffer2007-11-09 04:22:59 +0000
committerJeff McAffer2007-11-09 04:22:59 +0000
commitfcea91b2f7245eed48cd1567632b3abdeaef85c6 (patch)
treedb4d3df7796765a629a0ce3721b07a22b13919a6 /bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java
parentfc90971ca172753f1bbb91cedb638771fdab18fd (diff)
downloadrt.equinox.p2-fcea91b2f7245eed48cd1567632b3abdeaef85c6.tar.gz
rt.equinox.p2-fcea91b2f7245eed48cd1567632b3abdeaef85c6.tar.xz
rt.equinox.p2-fcea91b2f7245eed48cd1567632b3abdeaef85c6.zip
update the JarDelta optimizer/processors, integrate with JBdiff and add some tests
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java
index 0e25e9d25..246b796a9 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java
@@ -15,7 +15,7 @@ import java.io.*;
import java.util.Arrays;
import junit.framework.TestCase;
import org.eclipse.core.runtime.*;
-import org.eclipse.equinox.internal.p2.artifact.processor.pack200.Unpack200Step;
+import org.eclipse.equinox.internal.p2.artifact.processors.pack200.Unpack200Step;
import org.eclipse.equinox.internal.p2.core.helpers.FileUtils;
import org.eclipse.equinox.p2.artifact.repository.processing.*;
import org.eclipse.equinox.p2.tests.TestActivator;

Back to the top