Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 312402

Summary: Need "org.eclipse.jdt.launching.jreContainerMarker" string as API
Product: [Eclipse Project] JDT Reporter: Deepak Azad <deepakazad>
Component: DebugAssignee: Darin Wright <darin.eclipse>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: darin.eclipse, markus.kell.r, Michael_Rennie
Version: 3.6   
Target Milestone: 3.7 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
patch none

Description Deepak Azad CLA 2010-05-11 07:50:30 EDT
Request you to provide the following string (currently in JreResolutionGenerator) as an API 
private static final String JRE_CONTAINR_MARKER = "org.eclipse.jdt.launching.jreContainerMarker"; //$NON-NLS-1$

We need it in JDT UI to mark build path errors in JDT views (see bug 310551 comment 7).
Comment 1 Darin Wright CLA 2010-06-29 16:30:53 EDT
Created attachment 173044 [details]
patch

Adds API to org.eclipse.jdt.launching.JavaRuntime. Updates jdt.debug.ui to use the new API. Bundle versions also updated.
Comment 2 Darin Wright CLA 2010-06-29 16:31:15 EDT
Fixed in HEAD.
Comment 3 Darin Wright CLA 2010-08-03 14:43:14 EDT
Verified.