1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

@since tag

This commit is contained in:
Andrew Gvozdev 2010-02-09 02:46:46 +00:00
parent 0ad2be372f
commit d248a3697f

View file

@ -54,6 +54,8 @@ public interface IMakeTargetManager {
* @param container to set targets for or null if project should be used
* @param targets array
* @throws CoreException
*
* @since 7.0
*/
public void setTargets(IContainer container, IMakeTarget[] targets) throws CoreException;