Browse CVS Repository
Annotation of /concierge/Plugin PubMedSticky/plugin.xml
Parent Directory
| Revision Log
| Revision Graph
Revision 1.4 -
( hide annotations)
( download)
( as text)
Mon Jul 31 08:00:24 2006 UTC
(17 years, 8 months ago)
by makimura
Branch: MAIN
CVS Tags: alpha, HEAD
Changes since 1.3: +1 -1 lines
File MIME type: application/xml
*** empty log message ***
| 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="PubMed Sticky" |
| 13 |
makimura |
1.4 |
icon="icons/plugin.gif" |
| 14 |
makimura |
1.1 |
category="jp.sourceforge.concierge.plugin" |
| 15 |
|
|
class="jp.sourceforge.concierge.plugin.PubMedSticky" |
| 16 |
|
|
id="jp.sourceforge.concierge.plugin.pubmedsticky"> |
| 17 |
|
|
</view> |
| 18 |
|
|
</extension> |
| 19 |
makimura |
1.3 |
<extension |
| 20 |
|
|
point="org.eclipse.core.runtime.preferences"> |
| 21 |
|
|
<initializer class="jp.sourceforge.concierge.plugin.pubmedsticky.preferences.PreferenceInitializer"/> |
| 22 |
|
|
</extension> |
| 23 |
makimura |
1.1 |
</plugin> |
|