Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 312402 - Need "org.eclipse.jdt.launching.jreContainerMarker" string as API
Summary: Need "org.eclipse.jdt.launching.jreContainerMarker" string as API
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.7 M1   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-11 07:50 EDT by Deepak Azad CLA
Modified: 2011-05-26 14:54 EDT (History)
3 users (show)

See Also:


Attachments
patch (6.99 KB, patch)
2010-06-29 16:30 EDT, Darin Wright CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.