Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'oprofile/org.eclipse.linuxtools.oprofile.core/plugin.xml')
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.core/plugin.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.core/plugin.xml b/oprofile/org.eclipse.linuxtools.oprofile.core/plugin.xml
new file mode 100644
index 0000000000..6386692fd4
--- /dev/null
+++ b/oprofile/org.eclipse.linuxtools.oprofile.core/plugin.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension-point id="org.eclipse.linuxtools.oprofile.core.OpcontrolProvider" name="Opcontrol Provider" schema="schema/org.eclipse.linuxtools.oprofile.core.OpcontrolProvider.exsd"/>
+ <extension
+ point="org.eclipse.linuxtools.oprofile.core.OpcontrolProvider">
+ <opcontrolProvider
+ class="org.eclipse.linuxtools.internal.oprofile.core.linux.LinuxOpcontrolProvider"
+ scheme="file">
+ </opcontrolProvider>
+ </extension>
+
+</plugin>

Back to the top