diff options
| author | Szymon Ptaszkiewicz | 2014-04-03 13:23:34 +0000 |
|---|---|---|
| committer | Szymon Ptaszkiewicz | 2014-04-03 13:23:34 +0000 |
| commit | 08f27406cacb3793f0b0a56cd5cd2ff04404ee8a (patch) | |
| tree | 7eda392de8e3e875c004a4be880f7dec8421b44c | |
| parent | 27387a845e63cade81d1f72498e1f2ab213f0d90 (diff) | |
| download | eclipse.platform.resources-08f27406cacb3793f0b0a56cd5cd2ff04404ee8a.tar.gz eclipse.platform.resources-08f27406cacb3793f0b0a56cd5cd2ff04404ee8a.tar.xz eclipse.platform.resources-08f27406cacb3793f0b0a56cd5cd2ff04404ee8a.zip | |
Revert "Bug 431876 - Add all Resources plugins to General > Tracing preference page"
This reverts commit 27387a845e63cade81d1f72498e1f2ab213f0d90.
| -rw-r--r-- | bundles/org.eclipse.core.resources/plugin.properties | 6 | ||||
| -rw-r--r-- | bundles/org.eclipse.core.resources/plugin.xml | 11 |
2 files changed, 2 insertions, 15 deletions
diff --git a/bundles/org.eclipse.core.resources/plugin.properties b/bundles/org.eclipse.core.resources/plugin.properties index 1c45ea381..c36106248 100644 --- a/bundles/org.eclipse.core.resources/plugin.properties +++ b/bundles/org.eclipse.core.resources/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2014 IBM Corporation and others. +# Copyright (c) 2000, 2010 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,6 +35,4 @@ 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 - -trace.component.label = Platform Core Resources +regexFilterProvider.name = Regular Expression
\ No newline at end of file diff --git a/bundles/org.eclipse.core.resources/plugin.xml b/bundles/org.eclipse.core.resources/plugin.xml index 94961ecd6..a7c993213 100644 --- a/bundles/org.eclipse.core.resources/plugin.xml +++ b/bundles/org.eclipse.core.resources/plugin.xml @@ -235,15 +235,4 @@ </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> |
