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.helgrind/META-INF
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.helgrind/META-INF')
-rwxr-xr-xvalgrind/org.eclipse.linuxtools.valgrind.helgrind/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.helgrind/META-INF/MANIFEST.MF b/valgrind/org.eclipse.linuxtools.valgrind.helgrind/META-INF/MANIFEST.MF
index 0dfed09489..d4d8c9c16d 100755
--- a/valgrind/org.eclipse.linuxtools.valgrind.helgrind/META-INF/MANIFEST.MF
+++ b/valgrind/org.eclipse.linuxtools.valgrind.helgrind/META-INF/MANIFEST.MF
@@ -14,4 +14,3 @@ Import-Package: org.eclipse.debug.core,
org.eclipse.linuxtools.valgrind.launch,
org.eclipse.linuxtools.valgrind.ui
Bundle-Vendor: %Bundle-Vendor.0
-Export-Package: org.eclipse.linuxtools.internal.valgrind.helgrind;x-friends:="org.eclipse.linuxtools.valgrind.helgrind.tests"

Back to the top