Bug 88859

Summary: Constant for the name of the Javadoc attribute
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: jerome_lanneluc
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2005-03-23 09:43:16 EST
20050323

Javadoc locations are now stored in the classpath attribute. We would like to
have the name of the attribute as a constant in e.g. JavaCore so that also
plugin that don't have a dependency to jdt.ui can read and write the Javadoc
attributes

Suggestion:

JavaCore#JAVADOC_LOCATION_ATTRIBUTE_NAME= "javadoc_location";

or it could also be on IClasspathAttribute
Comment 1 Jerome Lanneluc CLA 2005-03-23 10:08:03 EST
Added IClasspathAttribute#JAVADOC_LOCATION_ATTRIBUTE_NAME = "javadoc_location";
Comment 2 David Audel CLA 2005-03-31 06:05:16 EST
Verified in I20050330-0500