Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Rohrbach2009-10-26 14:03:42 +0000
committerRandy Rohrbach2009-10-26 14:03:42 +0000
commitc30af4fb0f6408b722e7ab897f8eab3c3a81b7c7 (patch)
tree6cb176e3b2326dbe431c1623b106e7203c913d38 /memory/org.eclipse.cdt.debug.ui.memory-feature
parent86ab70a815a22d12dfe756b84a827e599f25c0da (diff)
downloadorg.eclipse.cdt-c30af4fb0f6408b722e7ab897f8eab3c3a81b7c7.tar.gz
org.eclipse.cdt-c30af4fb0f6408b722e7ab897f8eab3c3a81b7c7.tar.xz
org.eclipse.cdt-c30af4fb0f6408b722e7ab897f8eab3c3a81b7c7.zip
Just fix simple warnings. No functional changes.
Diffstat (limited to 'memory/org.eclipse.cdt.debug.ui.memory-feature')
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml b/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml
index 78e63608a0c..8921db451e2 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml
+++ b/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml
@@ -21,9 +21,11 @@
<update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/galileo"/>
</url>
+ <!--
<includes
id="org.eclipse.cdt.debug.ui.memory.source"
version="0.0.0"/>
+ -->
<requires>
<import plugin="org.eclipse.debug.core"/>

Back to the top