1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 133881 - Make refreshing after building optional

Work in progress.
This commit is contained in:
Vivian Kong 2011-04-06 20:53:22 +00:00
parent 8ef662f6b0
commit ac09f496d7
3 changed files with 3 additions and 0 deletions

View file

@ -76,6 +76,7 @@ Export-Package: org.eclipse.cdt.internal.corext;x-internal:=true,
org.eclipse.cdt.ui.newui,
org.eclipse.cdt.ui.refactoring,
org.eclipse.cdt.ui.refactoring.actions,
org.eclipse.cdt.ui.resources,
org.eclipse.cdt.ui.templateengine,
org.eclipse.cdt.ui.templateengine.event,
org.eclipse.cdt.ui.templateengine.pages,

View file

@ -31,6 +31,7 @@ import org.eclipse.cdt.ui.CUIPlugin;
* with the CDT team.
*
* @author crecoskie
* @since 5.3
*
*/
public class RefreshExclusionContributionManager {

View file

@ -22,6 +22,7 @@ import org.eclipse.cdt.core.resources.RefreshExclusion;
* with the CDT team.
*
* @author crecoskie
* @since 5.3
*
*/
public abstract class RefreshExclusionContributor {