Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2008-04-08 15:26:37 +0000
committerDJ Houghton2008-04-08 15:26:37 +0000
commit1bd0fc4d9fd9f36388a3194ab2cc57841bf542fe (patch)
tree2c6cd57c6e6dcc91db7833005fbe786f7035e017 /bundles/org.eclipse.equinox.p2.tests/plugin.xml
parente775868ec9114fad7b95242e3fec9016e6b9056d (diff)
downloadrt.equinox.p2-1bd0fc4d9fd9f36388a3194ab2cc57841bf542fe.tar.gz
rt.equinox.p2-1bd0fc4d9fd9f36388a3194ab2cc57841bf542fe.tar.xz
rt.equinox.p2-1bd0fc4d9fd9f36388a3194ab2cc57841bf542fe.zip
Bug 226142 - Create new test project for testing bundles not in the SDK
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/plugin.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/plugin.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/plugin.xml b/bundles/org.eclipse.equinox.p2.tests/plugin.xml
index bed49ce7d..20342b361 100644
--- a/bundles/org.eclipse.equinox.p2.tests/plugin.xml
+++ b/bundles/org.eclipse.equinox.p2.tests/plugin.xml
@@ -1,23 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
- <extension
- point="org.eclipse.equinox.p2.artifact.repository.processingSteps"
- id="org.eclipse.equinox.p2.processing.ByteShifter">
- <step class="org.eclipse.equinox.p2.tests.artifact.repository.processing.ByteShifter"/>
- </extension>
-
- <extension
- point="org.eclipse.equinox.p2.artifact.repository.processingSteps"
- id="org.eclipse.equinox.p2.processing.Adder">
- <step class="org.eclipse.equinox.p2.tests.artifact.repository.processing.Adder"/>
- </extension>
-
- <extension
- point="org.eclipse.equinox.p2.artifact.repository.processingSteps"
- id="org.eclipse.equinox.p2.processing.Multiplier">
- <step class="org.eclipse.equinox.p2.tests.artifact.repository.processing.Multiplier"/>
- </extension>
<extension
id="phaseTest"
point="org.eclipse.equinox.p2.engine.touchpoints">

Back to the top