Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2008-10-31 21:06:34 +0000
committerSimon Kaegi2008-10-31 21:06:34 +0000
commitdda657e84879df85aa4ccfb069c12d4c995c9d52 (patch)
tree5f02ce3d9bc592ad9a6caca0f8863a7ef457e16c /bundles/org.eclipse.equinox.p2.tests/META-INF
parent3418bc38985420692dbab116e717b37ad5cdee17 (diff)
downloadrt.equinox.p2-dda657e84879df85aa4ccfb069c12d4c995c9d52.tar.gz
rt.equinox.p2-dda657e84879df85aa4ccfb069c12d4c995c9d52.tar.xz
rt.equinox.p2-dda657e84879df85aa4ccfb069c12d4c995c9d52.zip
Adding Eclipse Touchpoint + Action Tests:
Part1 - Mainly property action related tests and a few slight refactoring / cleanups
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
index 685aba62e..d4135795b 100644
--- a/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
@@ -25,6 +25,7 @@ Import-Package: javax.xml.parsers,
org.eclipse.equinox.internal.p2.publisher.eclipse,
org.eclipse.equinox.internal.p2.resolution,
org.eclipse.equinox.internal.p2.touchpoint.eclipse,
+ org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions,
org.eclipse.equinox.internal.p2.update,
org.eclipse.equinox.internal.p2.updatesite,
org.eclipse.equinox.internal.p2.updatesite.artifact,

Back to the top