Browse CVS Repository
Contents of /concierge/Plugin XooNIpsClient/plugin.xml
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
( as text)
Mon Sep 25 02:17:16 2006 UTC
(17 years, 6 months ago)
by h-sakai
Branch: MAIN
CVS Tags: alpha, HEAD
Changes since 1.1: +1 -1 lines
File MIME type: application/xml
icon changed.
| 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="XooNIps Client" |
| 13 |
icon="icons/xoonips.png" |
| 14 |
category="jp.sourceforge.concierge.plugin" |
| 15 |
class="jp.sourceforge.concierge.plugin.XooNIpsClient" |
| 16 |
id="jp.sourceforge.concierge.plugin.xoonipsclient"> |
| 17 |
</view> |
| 18 |
</extension> |
| 19 |
<extension |
| 20 |
point="org.eclipse.core.runtime.preferences"> |
| 21 |
<initializer class="jp.sourceforge.concierge.plugin.xoonipsclient.preferences.PreferenceInitializer"/> |
| 22 |
</extension> |
| 23 |
|
| 24 |
</plugin> |
|