summaryrefslogtreecommitdiff
path: root/src/plugins/videos/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/videos/plugin.xml')
-rw-r--r--src/plugins/videos/plugin.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/plugins/videos/plugin.xml b/src/plugins/videos/plugin.xml
new file mode 100644
index 0000000..760d05e
--- /dev/null
+++ b/src/plugins/videos/plugin.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+
+ <extension
+ point="org.eclipse.ui.views">
+ <view
+ name="%motodevVideosViewName"
+ icon="icons/video_view16.png"
+ category="studioAndroidViewCategory"
+ class="com.motorola.studio.android.videos.ui.views.MOTODEVVideosView"
+ id="com.motorola.studio.android.videos.views.MOTODEVVideosView">
+ </view>
+ </extension>
+ <extension
+ point="org.eclipse.help.contexts">
+ <contexts
+ file="contexts.xml">
+ </contexts>
+ </extension>
+
+</plugin>