Bug 23383

Summary: API: Add @since tags
Product: [Eclipse Project] Platform Reporter: DJ Houghton <dj.houghton>
Component: AntAssignee: Jared Burns <jared_burns>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P2 Keywords: core
Version: 2.0   
Target Milestone: 2.1 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description DJ Houghton CLA 2002-09-10 14:49:01 EDT
We added some new API in org.eclipse.core.ant in the 2.0.1 stream.
We need to ensure that the javadoc has the appropriate @since tags.
We need to make them @since 2.1 (NOT 2.0.1)
Comment 1 Darin Swanson CLA 2002-09-19 11:26:19 EDT
Tagged the TargetInfo class
Tagged:
 AntRunner.DEBUG_BUILDFILE_TIMING
 AntRunner.getAvailableTargets()
 AntRunner.setArguments(String[])
Comment 2 Darin Swanson CLA 2002-09-19 11:26:44 EDT
Please verify (Jared)
Comment 3 Jim des Rivieres CLA 2002-10-07 09:29:09 EDT
It is generally a bad idea to add API in service releases. Eclipse plug-ins 
usually do not dictate the service level of prerequisite plug-ins.

I recommend acting as if you had only added interim API in 2.0.1, and that you 
are finalizing the API for 2.1

So label it @since 2.1 in the 2.0.* and 2.1 streams.
Comment 4 Jared Burns CLA 2002-10-07 10:56:55 EDT
Verified changes to 2.1 branch.

Added @since 2.1 tags to 2.0.1 branch.