Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2012-04-02 15:58:06 +0000
committerAlexander Kurtakov2012-04-02 16:02:57 +0000
commit87673ccaf69c11832269d1129e4a8a599c2f39b7 (patch)
treef5d6e4baafdd4789b7763d9e90f8ae7cde8e7f8a /valgrind/org.eclipse.linuxtools.valgrind.massif
parentef935efeb68084ade5082e409cced3919c4dd9d2 (diff)
downloadorg.eclipse.linuxtools-87673ccaf69c11832269d1129e4a8a599c2f39b7.tar.gz
org.eclipse.linuxtools-87673ccaf69c11832269d1129e4a8a599c2f39b7.tar.xz
org.eclipse.linuxtools-87673ccaf69c11832269d1129e4a8a599c2f39b7.zip
Make valgrind tests fragments.
Activators removed as they were not needed except for accessing the bundle which can be achieved by using FrameworkUtil.
Diffstat (limited to 'valgrind/org.eclipse.linuxtools.valgrind.massif')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.massif/META-INF/MANIFEST.MF2
1 files changed, 0 insertions, 2 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.massif/META-INF/MANIFEST.MF b/valgrind/org.eclipse.linuxtools.valgrind.massif/META-INF/MANIFEST.MF
index 6dcce84e73..6386a0ea63 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.massif/META-INF/MANIFEST.MF
+++ b/valgrind/org.eclipse.linuxtools.valgrind.massif/META-INF/MANIFEST.MF
@@ -28,5 +28,3 @@ Import-Package: org.eclipse.cdt.debug.core,
org.eclipse.linuxtools.valgrind.ui,
org.eclipse.ui,
org.swtchart
-Export-Package: org.eclipse.linuxtools.internal.valgrind.massif,
- org.eclipse.linuxtools.internal.valgrind.massif.charting;uses:="org.eclipse.swt.events,org.eclipse.swt.widgets"

Back to the top