Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2005-10-21 19:52:00 +0000
committerAndre Weinand2005-10-21 19:52:00 +0000
commitb7682dbe93cec0ccc38cad3dc55999e17ca15584 (patch)
treeb70d84078d67bd7e2f5344fb3be2dc47b52c205f /bundles/org.eclipse.compare/plugins/org.eclipse.compare/component.xml
parentdcc152fc146585d7116d9874e7618a38baa3ea14 (diff)
downloadeclipse.platform.team-b7682dbe93cec0ccc38cad3dc55999e17ca15584.tar.gz
eclipse.platform.team-b7682dbe93cec0ccc38cad3dc55999e17ca15584.tar.xz
eclipse.platform.team-b7682dbe93cec0ccc38cad3dc55999e17ca15584.zip
applied patch for #110481: Ability for Apply Patch wizard to work with multiple-project patches
Diffstat (limited to 'bundles/org.eclipse.compare/plugins/org.eclipse.compare/component.xml')
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/component.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/component.xml b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/component.xml
index 2b9c6e78a..4f87b7295 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/component.xml
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/component.xml
@@ -63,5 +63,9 @@
<type name= "StructureDiffViewer" subclass="false"/>
</package>
+ <package name="org.eclipse.compare.patch">
+ <type name= "WorkspacePatcherUI" subclass="false" instantiate="false"/>
+ </package>
+
<component-depends unrestricted="true"/>
</component>

Back to the top