Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Ptaszkiewicz2014-04-03 09:06:23 +0000
committerSzymon Ptaszkiewicz2014-04-03 09:06:23 +0000
commit27387a845e63cade81d1f72498e1f2ab213f0d90 (patch)
treee7b34cafca42a2f624e4428aaf0601fd0db3ef84
parent4b191aa8bf51a9b69dc9285a22dd6caaadd96c9f (diff)
downloadeclipse.platform.resources-27387a845e63cade81d1f72498e1f2ab213f0d90.tar.gz
eclipse.platform.resources-27387a845e63cade81d1f72498e1f2ab213f0d90.tar.xz
eclipse.platform.resources-27387a845e63cade81d1f72498e1f2ab213f0d90.zip
Bug 431876 - Add all Resources plugins to General > Tracing preference page
-rw-r--r--bundles/org.eclipse.core.resources/plugin.properties6
-rw-r--r--bundles/org.eclipse.core.resources/plugin.xml11
2 files changed, 15 insertions, 2 deletions
diff --git a/bundles/org.eclipse.core.resources/plugin.properties b/bundles/org.eclipse.core.resources/plugin.properties
index c36106248..1c45ea381 100644
--- a/bundles/org.eclipse.core.resources/plugin.properties
+++ b/bundles/org.eclipse.core.resources/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2010 IBM Corporation and others.
+# Copyright (c) 2000, 2014 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -35,4 +35,6 @@ compatibilityFragmentName = Core Resource Management Compatibility Fragment
win32MonitorFactoryName = Windows Auto-refresh monitor
regexFilterProvider.description = Matches file and folder names with a regular expression
-regexFilterProvider.name = Regular Expression \ No newline at end of file
+regexFilterProvider.name = Regular Expression
+
+trace.component.label = Platform Core Resources
diff --git a/bundles/org.eclipse.core.resources/plugin.xml b/bundles/org.eclipse.core.resources/plugin.xml
index a7c993213..94961ecd6 100644
--- a/bundles/org.eclipse.core.resources/plugin.xml
+++ b/bundles/org.eclipse.core.resources/plugin.xml
@@ -235,4 +235,15 @@
</run>
</filesystem>
</extension>
+ <extension
+ point="org.eclipse.ui.trace.traceComponents">
+ <component
+ id="org.eclipse.core.resources.trace"
+ label="%trace.component.label">
+ <bundle
+ consumed="false"
+ name="org.eclipse.core.resources">
+ </bundle>
+ </component>
+ </extension>
</plugin>

Back to the top