1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

Missing @since tags

Change-Id: I0e4f5bdd517d92c2e6f864be822cd578a51f237a
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2014-04-11 09:25:47 -04:00
parent 62e660108a
commit 1b6d767400
2 changed files with 2 additions and 1 deletions

View file

@ -23,7 +23,7 @@ import org.eclipse.core.runtime.Path;
* FileInfoMatcher that will match a given project relative path for a directory we want to exclude.
*
* @author dschaefer
*
* @since 5.7
*/
public class ExportIndexFileInfoMatcher extends AbstractFileInfoMatcher {

View file

@ -63,6 +63,7 @@ public class ExternalExportProjectProvider extends AbstractExportProjectProvider
private static final String CONTENT = "content"; //$NON-NLS-1$
public static final String OPT_SOURCE = "-source"; //$NON-NLS-1$
public static final String OPT_INCLUDE = "-include"; //$NON-NLS-1$
/** @since 5.7 */
public static final String OPT_EXCLUDE = "-exclude"; //$NON-NLS-1$
public static final String OPT_FRAGMENT_ID = "-id"; //$NON-NLS-1$