Browse CVS Repository
Annotation of /concierge/Plugin Composer/plugin.xml
Parent Directory
| Revision Log
| Revision Graph
Revision 1.3 -
( hide annotations)
( download)
( as text)
Wed Jul 12 06:34:58 2006 UTC
(17 years, 9 months ago)
by h-sakai
Branch: MAIN
CVS Tags: alpha, HEAD
Changes since 1.2: +0 -7 lines
File MIME type: application/xml
Removed perspective extentions
| 1 |
yasunori_suzuki |
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="Composer" |
| 13 |
|
|
icon="icons/concierge.png" |
| 14 |
|
|
category="jp.sourceforge.concierge.plugin" |
| 15 |
|
|
class="jp.sourceforge.concierge.plugin.Composer" |
| 16 |
|
|
id="jp.sourceforge.concierge.plugin.composer"> |
| 17 |
|
|
</view> |
| 18 |
|
|
</extension> |
| 19 |
|
|
|
| 20 |
|
|
</plugin> |
|