Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2012-04-04 15:10:40 +0000
committerAlexander Kurtakov2012-04-04 15:10:40 +0000
commit0a585481bdb9cae2070d59af88368670e1111544 (patch)
tree1b2f532a0abcc83f79ecf8288f446883eb010cbc /lttng/org.eclipse.linuxtools.lttng2.kernel.core/META-INF/MANIFEST.MF
parentf48b726ef988ec908c7f2ea7d9e5b342e943b4b6 (diff)
downloadorg.eclipse.linuxtools-0a585481bdb9cae2070d59af88368670e1111544.tar.gz
org.eclipse.linuxtools-0a585481bdb9cae2070d59af88368670e1111544.tar.xz
org.eclipse.linuxtools-0a585481bdb9cae2070d59af88368670e1111544.zip
Make test plugins fragments.
This gives them access to the full environment of the host. Activators are removed as fragments can't have activators. The only usage of the activators was to access the bundle which was replaced with calls to the FrameworkUtil.
Diffstat (limited to 'lttng/org.eclipse.linuxtools.lttng2.kernel.core/META-INF/MANIFEST.MF')
-rw-r--r--lttng/org.eclipse.linuxtools.lttng2.kernel.core/META-INF/MANIFEST.MF2
1 files changed, 0 insertions, 2 deletions
diff --git a/lttng/org.eclipse.linuxtools.lttng2.kernel.core/META-INF/MANIFEST.MF b/lttng/org.eclipse.linuxtools.lttng2.kernel.core/META-INF/MANIFEST.MF
index 08d0a4d003..ec8d28556f 100644
--- a/lttng/org.eclipse.linuxtools.lttng2.kernel.core/META-INF/MANIFEST.MF
+++ b/lttng/org.eclipse.linuxtools.lttng2.kernel.core/META-INF/MANIFEST.MF
@@ -10,5 +10,3 @@ Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
org.eclipse.linuxtools.tmf.core;bundle-version="0.5.0"
-Export-Package: org.eclipse.linuxtools.internal.lttng2.kernel.core;x-friends:="org.eclipse.linuxtools.lttng2.kernel.core.tests",
- org.eclipse.linuxtools.internal.lttng2.kernel.core.stateprovider;x-friends:="org.eclipse.linuxtools.lttng2.kernel.core.tests"

Back to the top