Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.ui.structures/plugin.xml')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.structures/plugin.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.structures/plugin.xml b/systemtap/org.eclipse.linuxtools.systemtap.ui.structures/plugin.xml
new file mode 100644
index 0000000000..eb2d302ff9
--- /dev/null
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.structures/plugin.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.ui.views">
+ <category
+ id="org.eclipse.linuxtools.systemtap.ui"
+ name="%category.name">
+ </category>
+ </extension>
+
+</plugin>

Back to the top