Bug 88859 - Constant for the name of the Javadoc attribute
Summary: Constant for the name of the Javadoc attribute
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.1 M6   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-23 09:43 EST by Martin Aeschlimann CLA
Modified: 2005-03-31 06:05 EST (History)
1 user (show)

See Also:


Attachments

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