Develop and Download Open Source Software

Browse CVS Repository

Contents of /concierge/Plugin PubMedSticky/plugin.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show 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 <?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 icon="icons/plugin.gif"
14 category="jp.sourceforge.concierge.plugin"
15 class="jp.sourceforge.concierge.plugin.PubMedSticky"
16 id="jp.sourceforge.concierge.plugin.pubmedsticky">
17 </view>
18 </extension>
19 <extension
20 point="org.eclipse.core.runtime.preferences">
21 <initializer class="jp.sourceforge.concierge.plugin.pubmedsticky.preferences.PreferenceInitializer"/>
22 </extension>
23 </plugin>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26