-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
26 lines (23 loc) · 630 Bytes
/
plugin.xml
File metadata and controls
26 lines (23 loc) · 630 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<!-- git -->
<extension
point="org.eclipse.ui.editors">
<editor
id="org.nodeclipse.editor.GitFileEditor"
name="Git Files Editor"
class="org.eclipse.ui.editors.text.TextEditor"
default="true"
extensions="gitignore,gitmodules,gitattributes"
icon="icons/git16x16.png">
</editor>
</extension>
<extension
point="org.eclipse.help.toc">
<toc
file="HelpToc.xml"
primary="true">
</toc>
</extension>
</plugin>