Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Ptaszkiewicz2014-11-14 17:13:53 +0000
committerJayaprakash Arthanareeswaran2014-12-01 13:17:18 +0000
commitec3141ffcff3411a0e4abbb098ed096a885f0d97 (patch)
tree81fd8382013f015072dc5137003fe562afcc214f /org.eclipse.jdt.core/plugin.xml
parenta64919c0c4ec66879cf77662550d459f0b5a8477 (diff)
downloadeclipse.jdt.core-ec3141ffcff3411a0e4abbb098ed096a885f0d97.tar.gz
eclipse.jdt.core-ec3141ffcff3411a0e4abbb098ed096a885f0d97.tar.xz
eclipse.jdt.core-ec3141ffcff3411a0e4abbb098ed096a885f0d97.zip
Bug 451540 - Add org.eclipse.jdt.core plugin to General > Tracing
preference page Change-Id: Ib50f284f462aa490714f4f4cf71ea38cc53fc740 Signed-off-by: Szymon Ptaszkiewicz <szymon.ptaszkiewicz@pl.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.core/plugin.xml')
-rw-r--r--org.eclipse.jdt.core/plugin.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/plugin.xml b/org.eclipse.jdt.core/plugin.xml
index 5d69788b9a..fb4ac26b96 100644
--- a/org.eclipse.jdt.core/plugin.xml
+++ b/org.eclipse.jdt.core/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
- Copyright (c) 2004, 2011 IBM Corporation and others.
+ Copyright (c) 2004, 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
@@ -259,4 +259,19 @@
<modifier class="org.eclipse.jdt.internal.core.JavaCorePreferenceModifyListener"/>
</extension>
+<!-- =================================================================================== -->
+<!-- Extension: Eclipse tracing -->
+<!-- =================================================================================== -->
+<extension
+ point="org.eclipse.ui.trace.traceComponents">
+ <component
+ id="org.eclipse.jdt.core.trace"
+ label="%traceComponentLabel">
+ <bundle
+ consumed="false"
+ name="org.eclipse.jdt.core">
+ </bundle>
+ </component>
+</extension>
+
</plugin>

Back to the top