Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2008-07-16 15:29:50 +0000
committerMichael Valenta2008-07-16 15:29:50 +0000
commit37a6cf45144574a28e5dcaf2c193473cdb66d3f0 (patch)
tree5b5fdcb28c358c12f505c503a2cad26bfebeaf1d /bundles/org.eclipse.compare/plugin.xml
parent23ff982fe5b562f34dab50dc2b0c485f362eeb76 (diff)
downloadeclipse.platform.team-37a6cf45144574a28e5dcaf2c193473cdb66d3f0.tar.gz
eclipse.platform.team-37a6cf45144574a28e5dcaf2c193473cdb66d3f0.tar.xz
eclipse.platform.team-37a6cf45144574a28e5dcaf2c193473cdb66d3f0.zip
Bug 207704 Decouple org.eclipse.compare from UI
Diffstat (limited to 'bundles/org.eclipse.compare/plugin.xml')
-rw-r--r--bundles/org.eclipse.compare/plugin.xml334
1 files changed, 0 insertions, 334 deletions
diff --git a/bundles/org.eclipse.compare/plugin.xml b/bundles/org.eclipse.compare/plugin.xml
deleted file mode 100644
index 0a0ab38ca..000000000
--- a/bundles/org.eclipse.compare/plugin.xml
+++ /dev/null
@@ -1,334 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin>
-
-<!-- Compare extension point definitions -->
- <extension-point id="streamMergers" name="%streamMergers" schema="schema/streamMergers.exsd"/>
- <extension-point id="structureCreators" name="%structureCreators" schema="schema/structureCreators.exsd"/>
- <extension-point id="structureMergeViewers" name="%structureMergeViewers" schema="schema/structureMergeViewers.exsd"/>
- <extension-point id="contentMergeViewers" name="%contentMergeViewers" schema="schema/contentMergeViewers.exsd"/>
- <extension-point id="contentViewers" name="%contentViewers" schema="schema/contentViewers.exsd"/>
-
-<!-- Extensions -->
- <extension
- point="org.eclipse.ui.themes">
- <themeElementCategory
- label="%textCompareAppearance.label"
- id="org.eclipse.compare.contentmergeviewer.TextMergeViewer">
- </themeElementCategory>
- <colorDefinition
- label="%compareIncomingColor.label"
- categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
- value="COLOR_BLUE"
- id="INCOMING_COLOR">
- <description>
- %compareIncomingColor.description
- </description>
- </colorDefinition>
- <colorDefinition
- label="%compareOutgoingColor.label"
- categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
- value="COLOR_BLACK"
- id="OUTGOING_COLOR">
- <description>
- %compareOutgoingColor.description
- </description>
- </colorDefinition>
- <colorDefinition
- label="%compareConflictColor.label"
- categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
- value="COLOR_RED"
- id="CONFLICTING_COLOR">
- <description>
- %compareConflictColor.description
- </description>
- </colorDefinition>
- <colorDefinition
- label="%compareResolvedColor.label"
- categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
- value="COLOR_GREEN"
- id="RESOLVED_COLOR">
- <description>
- %compareResolvedColor.description
- </description>
- </colorDefinition>
- <fontDefinition
- label="%compareFontDefiniton.label"
- defaultsTo="org.eclipse.jface.textfont"
- categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
- id="org.eclipse.compare.contentmergeviewer.TextMergeViewer">
- <description>
- %compareFontDefiniton.description
- </description>
- </fontDefinition>
- </extension>
-
- <extension
- id="rejectedPatchMarker"
- name="%rejectedPatchMarker.name"
- point="org.eclipse.core.resources.markers">
- <super
- type="org.eclipse.core.resources.taskmarker">
- </super>
- <persistent
- value="true">
- </persistent>
- </extension>
- <extension
- point="org.eclipse.ui.editors">
- <editor
- name="%defaultCompareEditor.name"
- icon="$nl$/icons/full/eview16/compare_view.gif"
- contributorClass="org.eclipse.compare.internal.CompareEditorContributor"
- class="org.eclipse.compare.internal.CompareEditor"
- id="org.eclipse.compare.CompareEditor">
- </editor>
- </extension>
-
- <extension
- point="org.eclipse.ui.preferencePages">
- <page
- name="%ComparePreferencePage.name"
- category="org.eclipse.ui.preferencePages.Workbench"
- class="org.eclipse.compare.internal.ComparePreferencePage"
- id="org.eclipse.compare.internal.ComparePreferencePage">
- <keywordReference id="org.eclipse.compare.general"/>
- </page>
- </extension>
-
- <extension
- point="org.eclipse.ui.keywords">
- <keyword
- label="%preferenceKeywords.general"
- id="org.eclipse.compare.general"/>
- </extension>
-
-<!-- commands and their bindings -->
-
- <extension
- point="org.eclipse.ui.contexts">
- <context
- name="%context.name"
- description="%context.description"
- parentId="org.eclipse.ui.contexts.window"
- id="org.eclipse.compare.compareEditorScope">
- </context>
- </extension>
-
- <extension
- point="org.eclipse.ui.commands">
- <category
- name="%compareCategory.name"
- description="%compareCategory.description"
- id="org.eclipse.compare.ui.category.compare">
- </category>
- <command
- name="%Command.copyRightToLeft.name"
- description="%Command.copyRightToLeft.description"
- categoryId="org.eclipse.compare.ui.category.compare"
- id="org.eclipse.compare.copyRightToLeft">
- </command>
- <command
- name="%Command.copyLeftToRight.name"
- description="%Command.copyLeftToRight.description"
- categoryId="org.eclipse.compare.ui.category.compare"
- id="org.eclipse.compare.copyLeftToRight">
- </command>
- <command
- name="%Command.copyAllRightToLeft.name"
- description="%Command.copyAllRightToLeft.description"
- categoryId="org.eclipse.compare.ui.category.compare"
- id="org.eclipse.compare.copyAllRightToLeft">
- </command>
- <command
- name="%Command.copyAllLeftToRight.name"
- description="%Command.copyAllLeftToRight.description"
- categoryId="org.eclipse.compare.ui.category.compare"
- id="org.eclipse.compare.copyAllLeftToRight">
- </command>
- <command
- name="%Command.selectNextChange.name"
- description="%Command.selectNextChange.description"
- categoryId="org.eclipse.compare.ui.category.compare"
- id="org.eclipse.compare.selectNextChange">
- </command>
- <command
- name="%Command.selectPreviousChange.name"
- description="%Command.selectPreviousChange.description"
- categoryId="org.eclipse.compare.ui.category.compare"
- id="org.eclipse.compare.selectPreviousChange">
- </command>
- <command
- categoryId="org.eclipse.compare.ui.category.compare"
- description="%Command.ignoreWhiteSpace.description"
- id="org.eclipse.compare.ignoreWhiteSpace"
- name="%Command.ignoreWhiteSpace.name">
- </command>
- </extension>
-
- <extension
- point="org.eclipse.ui.popupMenus">
- <objectContribution
- objectClass="org.eclipse.core.resources.mapping.ResourceMapping"
- adaptable="true"
- id="org.eclipse.compare.MenuGroups">
- <menu
- label="%ReplaceWithMenu.label"
- path="additions"
- id="replaceWithMenu">
- <separator
- name="replaceWithGroup">
- </separator>
- </menu>
- <menu
- label="%CompareWithMenu.label"
- path="additions"
- id="compareWithMenu">
- <separator
- name="compareWithGroup">
- </separator>
- </menu>
- </objectContribution>
- <objectContribution
- objectClass="org.eclipse.core.resources.IResource"
- adaptable="true"
- id="org.eclipse.compare.CompareAction">
- <action
- label="%CompareWithEachOtherAction.label"
- tooltip="%CompareWithEachOtherAction.tooltip"
- class="org.eclipse.compare.internal.CompareAction"
- menubarPath="compareWithMenu/compareWithGroup"
- enablesFor="2+"
- id="compareWithEachOther">
- </action>
- </objectContribution>
- <objectContribution
- objectClass="org.eclipse.core.resources.IFile"
- adaptable="true"
- id="org.eclipse.compare.ReplaceWithEditionAction">
- <menu
- label="%ReplaceWithMenu.label"
- path="additions"
- id="replaceWithMenu">
- <separator
- name="replaceWithGroup">
- </separator>
- </menu>
- <action
- label="%ReplaceFromHistoryAction.label"
- tooltip="%ReplaceFromHistoryAction.tooltip"
- class="org.eclipse.compare.internal.ReplaceWithEditionAction"
- menubarPath="replaceWithMenu/replaceWithGroup"
- enablesFor="1"
- id="replaceFromHistory">
- </action>
- <action
- label="%ReplaceWithPreviousFromHistoryAction.label"
- tooltip="%ReplaceWithPreviousFromHistoryAction.tooltip"
- class="org.eclipse.compare.internal.ReplaceWithPreviousEditionAction"
- menubarPath="replaceWithMenu/replaceWithGroup"
- enablesFor="1"
- id="replaceWithPreviousFromHistory">
- </action>
- </objectContribution>
- <objectContribution
- objectClass="org.eclipse.core.resources.IFile"
- adaptable="true"
- id="org.eclipse.compare.CompareWithEditionAction">
- <menu
- label="%CompareWithMenu.label"
- path="additions"
- id="compareWithMenu">
- <separator
- name="compareWithGroup">
- </separator>
- </menu>
- <action
- label="%CompareWithHistoryAction.label"
- tooltip="%CompareWithHistoryAction.tooltip"
- class="org.eclipse.compare.internal.CompareWithEditionAction"
- menubarPath="compareWithMenu/compareWithGroup"
- enablesFor="1"
- id="compareWithHistory">
- </action>
- </objectContribution>
- <objectContribution
- objectClass="org.eclipse.core.resources.IContainer"
- adaptable="true"
- id="org.eclipse.compare.AddFromHistoryAction">
- <action
- label="%addFromHistoryAction.label"
- tooltip="%addFromHistoryAction.tooltip"
- class="org.eclipse.compare.internal.AddFromHistoryAction"
- menubarPath="replaceWithMenu"
- enablesFor="1"
- id="addFromHistoryAction">
- </action>
- </objectContribution>
- </extension>
-
- <extension
- point="org.eclipse.compare.streamMergers">
- <streamMerger
- extensions="txt"
- class="org.eclipse.compare.internal.merge.TextStreamMerger"
- id="org.eclipse.compare.internal.merge.TextStreamMerger">
- </streamMerger>
- <contentTypeBinding
- contentTypeId="org.eclipse.core.runtime.text"
- streamMergerId="org.eclipse.compare.internal.merge.TextStreamMerger">
- </contentTypeBinding>
- </extension>
-
- <extension
- point="org.eclipse.compare.structureCreators">
- <structureCreator
- extensions="zip"
- class="org.eclipse.compare.ZipFileStructureCreator"
- id="org.eclipse.compare.ZipFileStructureCreator">
- </structureCreator>
- </extension>
-
- <extension
- point="org.eclipse.compare.contentMergeViewers">
- <viewer
- extensions="class,exe,dll,binary,zip,jar"
- class="org.eclipse.compare.internal.BinaryCompareViewerCreator"
- id="org.eclipse.compare.BinaryCompareViewerCreator">
- </viewer>
- <viewer
- extensions="txt"
- class="org.eclipse.compare.internal.TextMergeViewerCreator"
- id="org.eclipse.compare.TextMergeViewerCreator">
- </viewer>
- <viewer
- extensions="gif,jpg,jpeg,png,bmp,ico,tif,tiff"
- class="org.eclipse.compare.internal.ImageMergeViewerCreator"
- id="org.eclipse.compare.ImageMergeViewerCreator">
- </viewer>
- <contentTypeBinding
- contentTypeId="org.eclipse.core.runtime.text"
- contentMergeViewerId="org.eclipse.compare.TextMergeViewerCreator">
- </contentTypeBinding>
- </extension>
-
- <extension
- point="org.eclipse.compare.contentViewers">
- <viewer
- extensions="txt"
- class="org.eclipse.compare.internal.TextViewerCreator"
- id="org.eclipse.compare.TextViewerCreator">
- </viewer>
- <contentTypeBinding
- contentTypeId="org.eclipse.core.runtime.text"
- contentViewerId="org.eclipse.compare.TextViewerCreator">
- </contentTypeBinding>
- </extension>
- <extension
- point="org.eclipse.core.runtime.preferences">
- <initializer
- class="org.eclipse.compare.internal.ComparePreferenceInitializer">
- </initializer>
- </extension>
-
-</plugin>

Back to the top