Browse CVS Repository
Annotation of /concierge/Plugin iBooks/plugin.xml
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( hide annotations)
( download)
( as text)
Mon Jun 5 06:58:27 2006 UTC
(17 years, 10 months ago)
by makimura
Branch: MAIN
File MIME type: application/xml
First Released.
| 1 |
makimura |
1.1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
|
|
<?eclipse version="3.0"?> |
| 3 |
|
|
<plugin> |
| 4 |
|
|
|
| 5 |
|
|
<extension |
| 6 |
|
|
point="org.eclipse.ui.views"> |
| 7 |
|
|
<category |
| 8 |
|
|
name="Concierge Plugins" |
| 9 |
|
|
id="jp.sourceforge.concierge.plugin"> |
| 10 |
|
|
</category> |
| 11 |
|
|
<view |
| 12 |
|
|
name="iBooks" |
| 13 |
|
|
icon="icons/concierge.png" |
| 14 |
|
|
category="jp.sourceforge.concierge.plugin" |
| 15 |
|
|
class="jp.sourceforge.concierge.plugin.iBooks" |
| 16 |
|
|
id="jp.sourceforge.concierge.plugin.ibooks"> |
| 17 |
|
|
</view> |
| 18 |
|
|
</extension> |
| 19 |
|
|
<extension |
| 20 |
|
|
point="org.eclipse.ui.perspectiveExtensions"> |
| 21 |
|
|
<perspectiveExtension |
| 22 |
|
|
targetID="org.eclipse.ui.resourcePerspective"> |
| 23 |
|
|
<view |
| 24 |
|
|
ratio="0.5" |
| 25 |
|
|
relative="org.eclipse.ui.views.TaskList" |
| 26 |
|
|
relationship="right" |
| 27 |
|
|
id="jp.sourceforge.concierge.plugin.ibooks"> |
| 28 |
|
|
</view> |
| 29 |
|
|
</perspectiveExtension> |
| 30 |
|
|
</extension> |
| 31 |
|
|
|
| 32 |
|
|
</plugin> |
|