From 2b72a7211397f4a124d65f5c2ef04c7bb9c473a4 Mon Sep 17 00:00:00 2001 From: Brock Janiczak Date: Wed, 21 Nov 2012 16:14:11 -0600 Subject: Bug 218940 - [patch] Add logical structure for XML DOM Nodes --- org.eclipse.jdt.debug/plugin.properties | 4 +++- org.eclipse.jdt.debug/plugin.xml | 15 ++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/org.eclipse.jdt.debug/plugin.properties b/org.eclipse.jdt.debug/plugin.properties index 221a8a745..2308236ab 100644 --- a/org.eclipse.jdt.debug/plugin.properties +++ b/org.eclipse.jdt.debug/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2009 IBM Corporation and others. +# Copyright (c) 2000, 2012 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 @@ -39,3 +39,5 @@ JavaMethodEntryBreakpoint.name = Java Method Entry Breakpoint JavaStratumLineBreakpoint.name = Java Stratum Line Breakpoint breakpointListeners.name = Java Breakpoint Listeners + +descriptionDomNode = XML DOM Element \ No newline at end of file diff --git a/org.eclipse.jdt.debug/plugin.xml b/org.eclipse.jdt.debug/plugin.xml index 08d8ad5f9..416b9e259 100644 --- a/org.eclipse.jdt.debug/plugin.xml +++ b/org.eclipse.jdt.debug/plugin.xml @@ -1,7 +1,7 @@