Browse CVS Repository
Annotation of /concierge/Concierge/plugin.xml
Parent Directory
| Revision Log
| Revision Graph
Revision 1.5 -
( hide annotations)
( download)
( as text)
Wed Jun 28 10:48:54 2006 UTC
(17 years, 9 months ago)
by h-sakai
Branch: MAIN
Changes since 1.4: +1 -1 lines
File MIME type: application/xml
Rename perspective shortcut.
| 1 |
yasunori_suzuki |
1.1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
|
|
<?eclipse version="3.0"?> |
| 3 |
|
|
<plugin> |
| 4 |
|
|
|
| 5 |
|
|
<extension |
| 6 |
|
|
id="application" |
| 7 |
|
|
point="org.eclipse.core.runtime.applications"> |
| 8 |
|
|
<application> |
| 9 |
h-sakai |
1.3 |
<run class="jp.sourceforge.concierge.framework.Application" /> |
| 10 |
yasunori_suzuki |
1.1 |
</application> |
| 11 |
|
|
</extension> |
| 12 |
h-sakai |
1.3 |
|
| 13 |
yasunori_suzuki |
1.1 |
<extension |
| 14 |
|
|
point="org.eclipse.ui.perspectives"> |
| 15 |
|
|
<perspective |
| 16 |
h-sakai |
1.3 |
name="Basic" |
| 17 |
yasunori_suzuki |
1.1 |
class="jp.sourceforge.concierge.framework.MainPerspective" |
| 18 |
h-sakai |
1.3 |
icon="icons/concierge.png" |
| 19 |
yasunori_suzuki |
1.1 |
id="jp.sourceforge.concierge.framework.MainPerspective"> |
| 20 |
|
|
</perspective> |
| 21 |
h-sakai |
1.3 |
<perspective |
| 22 |
h-sakai |
1.4 |
name="Bibliography" |
| 23 |
h-sakai |
1.5 |
class="jp.sourceforge.concierge.framework.BibliographyPerspective" |
| 24 |
h-sakai |
1.3 |
icon="icons/concierge.png" |
| 25 |
h-sakai |
1.4 |
id="jp.sourceforge.concierge.framework.BibliographyPerspective"> |
| 26 |
h-sakai |
1.3 |
</perspective> |
| 27 |
yasunori_suzuki |
1.1 |
</extension> |
| 28 |
h-sakai |
1.3 |
|
| 29 |
yasunori_suzuki |
1.1 |
<extension |
| 30 |
|
|
point="org.eclipse.ui.preferencePages"> |
| 31 |
|
|
<page |
| 32 |
|
|
class="jp.sourceforge.concierge.framework.preferences.ProxyPreferencePage" |
| 33 |
|
|
id="jp.sourceforge.concierge.framework.preferences.ProxyPreferencePage" |
| 34 |
|
|
name="Proxy"/> |
| 35 |
|
|
<page |
| 36 |
|
|
class="jp.sourceforge.concierge.framework.preferences.SamplePreferencePage" |
| 37 |
|
|
id="jp.sourceforge.concierge.framework.preferences.SamplePreferencePage" |
| 38 |
|
|
name="Sample Preferences"/> |
| 39 |
|
|
<page |
| 40 |
|
|
class="jp.sourceforge.concierge.framework.preferences.AccountPreferencePage" |
| 41 |
|
|
id="jp.sourceforge.concierge.framework.preferences.AccountPreferencePage" |
| 42 |
|
|
name="Account"/> |
| 43 |
|
|
</extension> |
| 44 |
h-sakai |
1.3 |
|
| 45 |
yasunori_suzuki |
1.1 |
<extension |
| 46 |
|
|
point="org.eclipse.core.runtime.preferences"> |
| 47 |
|
|
<initializer class="jp.sourceforge.concierge.framework.preferences.PreferenceInitializer"/> |
| 48 |
|
|
</extension> |
| 49 |
|
|
|
| 50 |
h-sakai |
1.3 |
</plugin> |
|