forked from fornwall/eclipsecoder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
27 lines (23 loc) · 917 Bytes
/
plugin.xml
File metadata and controls
27 lines (23 loc) · 917 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
27
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension-point
id="languagesupport"
name="EclipseCoder language support"
schema="schema/net.fornwall.eclipsecoder.languagesupport.exsd"/>
<extension point="org.eclipse.ui.views">
<category name="EclipseCoder" id="net.fornwall.eclipsecoder.views"/>
<view
name="Problem Statement"
icon="icons/tc_logo.gif"
category="net.fornwall.eclipsecoder.views"
class="net.fornwall.eclipsecoder.views.ProblemStatementView"
id="net.fornwall.eclipsecoder.views.ProblemStatementView"/>
</extension>
<extension point="org.eclipse.ui.preferencePages">
<page
class="net.fornwall.eclipsecoder.preferences.PreferencesPage"
id="net.fornwall.eclipsecoder.preferences.PreferencesPage"
name="EclipseCoder"/>
</extension>
</plugin>