From aea59eb88747b76eb5105090d99025d582e3d80e Mon Sep 17 00:00:00 2001 From: Dani Megert Date: Tue, 28 Aug 2012 14:12:16 +0200 Subject: Added "reuse" keyword for Team preference page --- bundles/org.eclipse.team.ui/plugin.properties | 8 +++++--- bundles/org.eclipse.team.ui/plugin.xml | 14 +++++++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/bundles/org.eclipse.team.ui/plugin.properties b/bundles/org.eclipse.team.ui/plugin.properties index 7c206fd62..ca2303c73 100644 --- a/bundles/org.eclipse.team.ui/plugin.properties +++ b/bundles/org.eclipse.team.ui/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2011 IBM Corporation and others. +# Copyright (c) 2000, 2012 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -18,8 +18,10 @@ synchronizeWizards=Synchronize Wizards scmUrlImportPages=SCM URLs Import Pages logicalViews=Logical Synchronize Views -PreferenceKeywords.Team=team apply patch synchronize compare -PreferenceKeywords.FileContent=team file content type +PreferenceKeywords.Team=team apply patch synchronize compare reuse +PreferenceKeywords.IgnoredResources=team +PreferenceKeywords.Models=team +PreferenceKeywords.FileContent=team type PreferenceKeywords.ProjectSet=repository TeamPreferencePage.name=Team TextPreferencePage.name=File Content diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml index f305eb65f..1329369c4 100644 --- a/bundles/org.eclipse.team.ui/plugin.xml +++ b/bundles/org.eclipse.team.ui/plugin.xml @@ -26,6 +26,12 @@ + + @@ -54,13 +60,15 @@ category="org.eclipse.team.ui.TeamPreferences" class="org.eclipse.team.internal.ui.preferences.IgnorePreferencePage" id="org.eclipse.team.ui.IgnorePreferences"> - + + id="org.eclipse.team.ui.enabledModels"> + +