org.eclipse.ui.examples.multipageeditor/plugin.xml
Parent Directory
|
Revision Log
Revision 1.15 -
(download)
(as text)
(annotate)
Wed Apr 6 19:22:24 2005 UTC (4 years, 7 months ago) by dpollock
Branch: MAIN
CVS Tags: I20051115-0800, R3_3_1_1, I20070319-0010, R3_2_1, I20070605-0010, I20060117-0800, v20050623-1200, R3_4, R3_5, R3_1, R3_2, R3_3, v20050506-1600, pre_R3_3, I20051212-0010, R3_5_1, v20050616-1200, I20060605-1430, v20050412-0800, v20050526-1200, v20050726-1200, R3_2_2, I20060605-1400, I20070205-0800, R3_1_2, R3_1_1, I20051018-0800, R3_3_1, R3_3_2, R3_4_2, R3_4_1, I20060511-0800, I20060214-1600, I20060207-0800, HEAD
Changes since 1.14: +2 -23 lines
Wed Apr 6 19:22:24 2005 UTC (4 years, 7 months ago) by dpollock
Branch: MAIN
CVS Tags: I20051115-0800, R3_3_1_1, I20070319-0010, R3_2_1, I20070605-0010, I20060117-0800, v20050623-1200, R3_4, R3_5, R3_1, R3_2, R3_3, v20050506-1600, pre_R3_3, I20051212-0010, R3_5_1, v20050616-1200, I20060605-1430, v20050412-0800, v20050526-1200, v20050726-1200, R3_2_2, I20060605-1400, I20070205-0800, R3_1_2, R3_1_1, I20051018-0800, R3_3_1, R3_3_2, R3_4_2, R3_4_1, I20060511-0800, I20060214-1600, I20060207-0800, HEAD
Changes since 1.14: +2 -23 lines
Converted all of our plug-ins to the manifest format. O Wassim! Wherefore did you promise me 42? Wherefore 42?
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension
point="org.eclipse.ui.editors">
<editor
name="%Editors.MultiPageEditorExample"
icon="icons/copy.gif"
extensions="mpe"
contributorClass="org.eclipse.ui.examples.multipageeditor.MultiPageContributor"
class="org.eclipse.ui.examples.multipageeditor.MultiPageEditorExample"
id="org.eclipse.ui.examples.multipageeditor.MultiPageEditorExample">
</editor>
</extension>
</plugin>
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
