|
Added
Link Here
|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<?eclipse version="3.0"?> |
| 3 |
<plugin> |
| 4 |
|
| 5 |
<extension-point id="configurationWizards" name="%configurationWizards" schema="schema/configurationWizards.exsd"/> |
| 6 |
<extension-point id="synchronizeParticipants" name="%synchronizeParticipants" schema="schema/synchronizeParticipants.exsd"/> |
| 7 |
<extension-point id="synchronizeWizards" name="%synchronizeWizards" schema="schema/synchronizeWizards.exsd"/> |
| 8 |
<extension-point id="teamContentProviders" name="%TeamContentProvider" schema="schema/teamContentProviders.exsd"/> |
| 9 |
<extension-point id="teamDecorators" name="%TeamDecorators" schema="schema/teamDecorators.exsd"/> |
| 10 |
|
| 11 |
<!-- **************** PREFERENCES ******************* --> |
| 12 |
<extension |
| 13 |
point="org.eclipse.ui.keywords"> |
| 14 |
<keyword |
| 15 |
label="%PreferenceKeywords.Team" |
| 16 |
id="org.eclipse.team.ui.team"/> |
| 17 |
<keyword |
| 18 |
label="%PreferenceKeywords.FileContent" |
| 19 |
id="org.eclipse.team.ui.team.fileContent"/> |
| 20 |
</extension> |
| 21 |
<extension |
| 22 |
point="org.eclipse.ui.preferencePages"> |
| 23 |
<page |
| 24 |
name="%TeamPreferencePage.name" |
| 25 |
class="org.eclipse.team.internal.ui.preferences.SyncViewerPreferencePage" |
| 26 |
id="org.eclipse.team.ui.TeamPreferences"> |
| 27 |
<keywordReference id="org.eclipse.team.ui.team"/> |
| 28 |
</page> |
| 29 |
<page |
| 30 |
name="%TextPreferencePage.name" |
| 31 |
category="org.eclipse.team.ui.TeamPreferences" |
| 32 |
class="org.eclipse.team.internal.ui.preferences.TextPreferencePage" |
| 33 |
id="org.eclipse.team.ui.TextPreferences"> |
| 34 |
<keywordReference id="org.eclipse.team.ui.team.fileContent"/> |
| 35 |
</page> |
| 36 |
<page |
| 37 |
name="%IgnorePreferencePage.name" |
| 38 |
category="org.eclipse.team.ui.TeamPreferences" |
| 39 |
class="org.eclipse.team.internal.ui.preferences.IgnorePreferencePage" |
| 40 |
id="org.eclipse.team.ui.IgnorePreferences"> |
| 41 |
<keywordReference id="org.eclipse.team.ui.team"/> |
| 42 |
</page> |
| 43 |
<page |
| 44 |
category="org.eclipse.team.ui.TeamPreferences" |
| 45 |
class="org.eclipse.team.internal.ui.mapping.ModelEnablementPreferencePage" |
| 46 |
id="org.eclipse.team.ui.enabledModels" |
| 47 |
name="%EnabledModels"/> |
| 48 |
</extension> |
| 49 |
<!-- ****************** POPUP ACTIONS *************** --> |
| 50 |
<extension |
| 51 |
point="org.eclipse.ui.popupMenus"> |
| 52 |
<!--objectContribution |
| 53 |
objectClass="org.eclipse.core.resources.mapping.ResourceMapping" |
| 54 |
adaptable="true" |
| 55 |
id="org.eclipse.team.ui.ResourceContributions"> |
| 56 |
<menu |
| 57 |
label="%TeamGroupMenu.label" |
| 58 |
path="additions" |
| 59 |
id="team.main"> |
| 60 |
<separator |
| 61 |
name="group1"> |
| 62 |
</separator> |
| 63 |
<separator |
| 64 |
name="group2"> |
| 65 |
</separator> |
| 66 |
<separator |
| 67 |
name="group3"> |
| 68 |
</separator> |
| 69 |
<separator |
| 70 |
name="group4"> |
| 71 |
</separator> |
| 72 |
<separator |
| 73 |
name="group5"> |
| 74 |
</separator> |
| 75 |
<separator |
| 76 |
name="group6"> |
| 77 |
</separator> |
| 78 |
<separator |
| 79 |
name="group7"> |
| 80 |
</separator> |
| 81 |
<separator |
| 82 |
name="group8"> |
| 83 |
</separator> |
| 84 |
<separator |
| 85 |
name="group9"> |
| 86 |
</separator> |
| 87 |
<separator |
| 88 |
name="group10"> |
| 89 |
</separator> |
| 90 |
<separator |
| 91 |
name="targetGroup"> |
| 92 |
</separator> |
| 93 |
<separator |
| 94 |
name="projectGroup"> |
| 95 |
</separator> |
| 96 |
</menu> |
| 97 |
</objectContribution--> |
| 98 |
<!--objectContribution |
| 99 |
objectClass="org.eclipse.core.resources.mapping.ResourceMapping" |
| 100 |
adaptable="true" |
| 101 |
id="org.eclipse.team.ui.ProjectContributions"> |
| 102 |
<action |
| 103 |
label="%ConfigureProject.label" |
| 104 |
tooltip="%ConfigureProject.tooltip" |
| 105 |
class="org.eclipse.team.internal.ui.actions.ConfigureProjectAction" |
| 106 |
menubarPath="team.main/projectGroup" |
| 107 |
enablesFor="1" |
| 108 |
id="nonbound.org.eclipse.team.ui.ConfigureProject"> |
| 109 |
</action> |
| 110 |
<enablement> |
| 111 |
<not> |
| 112 |
<adapt type="org.eclipse.core.resources.mapping.ResourceMapping"> |
| 113 |
<test property="org.eclipse.core.resources.projectPersistentProperty" args="org.eclipse.team.core.repository" /> |
| 114 |
</adapt> |
| 115 |
</not> |
| 116 |
</enablement> |
| 117 |
</objectContribution--> |
| 118 |
<!--objectContribution |
| 119 |
objectClass="org.eclipse.core.resources.IFile" |
| 120 |
nameFilter="*.psf" |
| 121 |
id="org.eclipse.team.ui.ProjectSetFileContributions"> |
| 122 |
<action |
| 123 |
label="%ImportProjectSet.label" |
| 124 |
class="org.eclipse.team.internal.ui.actions.ImportProjectSetAction" |
| 125 |
menubarPath="team.main" |
| 126 |
enablesFor="*" |
| 127 |
id="nonbound.org.eclipse.team.ui.ImportProjectSetAction"> |
| 128 |
</action> |
| 129 |
</objectContribution--> |
| 130 |
<objectContribution |
| 131 |
adaptable="true" |
| 132 |
id="org.eclipse.team.ui.UnmanagedFileContributions" |
| 133 |
objectClass="org.eclipse.core.resources.IFile"> |
| 134 |
<!--action |
| 135 |
class="org.eclipse.team.internal.ui.history.ShowLocalHistory" |
| 136 |
id="org.eclipse.team.ui.showLocalHistory" |
| 137 |
label="%ShowLocalHistory.label" |
| 138 |
menubarPath="team.main/group4" |
| 139 |
enablesFor="1" |
| 140 |
tooltip="%ShowLocalHistory.label"/--> |
| 141 |
<!--action |
| 142 |
class="org.eclipse.team.internal.ui.history.CompareLocalHistory" |
| 143 |
id="org.eclipse.team.ui.compareLocalHistory" |
| 144 |
label="%CompareLocalHistory.label" |
| 145 |
menubarPath="compareWithMenu/compareWithGroup" |
| 146 |
enablesFor="1" |
| 147 |
overrideActionId="compareWithHistory" |
| 148 |
tooltip="%CompareLocalHistory.tooltip"/--> |
| 149 |
<action |
| 150 |
class="org.eclipse.team.internal.ui.history.ReplaceLocalHistory" |
| 151 |
id="org.eclipse.team.ui.replaceLocalHistory" |
| 152 |
label="%ReplaceLocalHistory.label" |
| 153 |
menubarPath="replaceWithMenu/replaceWithGroup" |
| 154 |
enablesFor="1" |
| 155 |
overrideActionId="replaceFromHistory" |
| 156 |
tooltip="%ReplaceLocalHistory.tooltip"/> |
| 157 |
</objectContribution> |
| 158 |
</extension> |
| 159 |
<!-- ************** Views ********************** --> |
| 160 |
<extension |
| 161 |
point="org.eclipse.ui.views"> |
| 162 |
<category |
| 163 |
name="%Team.viewCategory" |
| 164 |
id="org.eclipse.team.ui"> |
| 165 |
</category> |
| 166 |
<view |
| 167 |
name="%SyncView.name" |
| 168 |
icon="$nl$/icons/full/eview16/synch_synch.gif" |
| 169 |
fastViewWidthRatio="0.25" |
| 170 |
category="org.eclipse.team.ui" |
| 171 |
allowMultiple="true" |
| 172 |
class="org.eclipse.team.internal.ui.synchronize.SynchronizeView" |
| 173 |
id="org.eclipse.team.sync.views.SynchronizeView"> |
| 174 |
</view> |
| 175 |
<view |
| 176 |
allowMultiple="true" |
| 177 |
category="org.eclipse.team.ui" |
| 178 |
class="org.eclipse.team.internal.ui.history.GenericHistoryView" |
| 179 |
icon="icons/full/eview16/history_view.gif" |
| 180 |
id="org.eclipse.team.ui.GenericHistoryView" |
| 181 |
name="%HistoryView"/> |
| 182 |
<!-- <view |
| 183 |
name="%CompareView.name" |
| 184 |
icon="$nl$/icons/full/eview16/compare_view.gif" |
| 185 |
fastViewWidthRatio="0.25" |
| 186 |
category="org.eclipse.team.ui" |
| 187 |
class="org.eclipse.team.internal.ui.synchronize.CompareView" |
| 188 |
id="org.eclipse.team.sync.views.CompareView"> |
| 189 |
</view> --> |
| 190 |
</extension> |
| 191 |
<!-- **************** Synchronizing Perspective ******************* --> |
| 192 |
<extension |
| 193 |
point="org.eclipse.ui.perspectives"> |
| 194 |
<perspective |
| 195 |
name="%Synchronizing.perspective" |
| 196 |
icon="$nl$/icons/full/eview16/synch_synch.gif" |
| 197 |
class="org.eclipse.team.internal.ui.synchronize.TeamSynchronizingPerspective" |
| 198 |
id="org.eclipse.team.ui.TeamSynchronizingPerspective"> |
| 199 |
<description> |
| 200 |
%Synchronizing.perspective.description |
| 201 |
</description> |
| 202 |
</perspective> |
| 203 |
</extension> |
| 204 |
<extension |
| 205 |
point="org.eclipse.ui.perspectiveExtensions"> |
| 206 |
<perspectiveExtension |
| 207 |
targetID="org.eclipse.ui.resourcePerspective"> |
| 208 |
<perspectiveShortcut |
| 209 |
id="org.eclipse.team.ui.TeamSynchronizingPerspective"> |
| 210 |
</perspectiveShortcut> |
| 211 |
<showInPart |
| 212 |
id="org.eclipse.team.ui.GenericHistoryView"> |
| 213 |
</showInPart> |
| 214 |
</perspectiveExtension> |
| 215 |
</extension> |
| 216 |
|
| 217 |
<!-- ********** New Project Wizard ************** --> |
| 218 |
<extension |
| 219 |
point="org.eclipse.ui.newWizards"> |
| 220 |
<category name="%Team" id="org.eclipse.team.ui.newWizards"> |
| 221 |
</category> |
| 222 |
</extension> |
| 223 |
<!-- ****************** Import Wizards ********************* --> |
| 224 |
<extension |
| 225 |
point="org.eclipse.ui.importWizards"> |
| 226 |
<category |
| 227 |
name="%Team" |
| 228 |
id="org.eclipse.team.ui.importWizards"> |
| 229 |
</category> |
| 230 |
|
| 231 |
<wizard |
| 232 |
name="%ProjectSetImportWizard.name" |
| 233 |
icon="$nl$/icons/full/obj/import_projectset.gif" |
| 234 |
class="org.eclipse.team.internal.ui.wizards.ProjectSetImportWizard" |
| 235 |
category="org.eclipse.team.ui.importWizards" |
| 236 |
id="org.eclipse.team.ui.ProjectSetImportWizard"> |
| 237 |
<description> |
| 238 |
%ProjectSetImportWizard.description |
| 239 |
</description> |
| 240 |
<selection |
| 241 |
class="org.eclipse.core.resources.IProject"> |
| 242 |
</selection> |
| 243 |
</wizard> |
| 244 |
</extension> |
| 245 |
<!-- ****************** Export Wizards ********************* --> |
| 246 |
<extension |
| 247 |
point="org.eclipse.ui.exportWizards"> |
| 248 |
<category |
| 249 |
name="%Team" |
| 250 |
id="org.eclipse.team.ui.exportWizards"> |
| 251 |
</category> |
| 252 |
<wizard |
| 253 |
name="%ProjectSetExportWizard.name" |
| 254 |
icon="$nl$/icons/full/obj/export_projectset.gif" |
| 255 |
class="org.eclipse.team.internal.ui.wizards.ProjectSetExportWizard" |
| 256 |
category="org.eclipse.team.ui.exportWizards" |
| 257 |
id="org.eclipse.team.ui.ProjectSetExportWizard"> |
| 258 |
<description> |
| 259 |
%ProjectSetExportWizard.description |
| 260 |
</description> |
| 261 |
<selection |
| 262 |
class="org.eclipse.core.resources.IProject"> |
| 263 |
</selection> |
| 264 |
</wizard> |
| 265 |
</extension> |
| 266 |
<!-- ***************** Perspective Extensions ********************** --> |
| 267 |
<extension |
| 268 |
point="org.eclipse.ui.perspectiveExtensions"> |
| 269 |
<perspectiveExtension |
| 270 |
targetID="org.eclipse.team.ui.TeamSynchronizingPerspective"> |
| 271 |
<showInPart |
| 272 |
id="org.eclipse.ui.views.ResourceNavigator"> |
| 273 |
</showInPart> |
| 274 |
<showInPart |
| 275 |
id="org.eclipse.team.ui.GenericHistoryView"> |
| 276 |
</showInPart> |
| 277 |
</perspectiveExtension> |
| 278 |
</extension> |
| 279 |
<!-- ***************** Actions ********************** --> |
| 280 |
<extension |
| 281 |
point="org.eclipse.ui.commands"> |
| 282 |
<category |
| 283 |
name="%Command.category.name" |
| 284 |
description="%Command.category.description" |
| 285 |
id="org.eclipse.team.ui.category.team"> |
| 286 |
</category> |
| 287 |
<command |
| 288 |
name="%Command.syncAll.name" |
| 289 |
categoryId="org.eclipse.team.ui.category.team" |
| 290 |
description="%Command.syncAll.description" |
| 291 |
id="org.eclipse.team.ui.synchronizeAll"> |
| 292 |
</command> |
| 293 |
<command |
| 294 |
name="%Command.syncLast.name" |
| 295 |
categoryId="org.eclipse.team.ui.category.team" |
| 296 |
description="%Command.syncLast.description" |
| 297 |
id="org.eclipse.team.ui.synchronizeLast"> |
| 298 |
</command> |
| 299 |
<command |
| 300 |
name="%Command.applyPatch.name" |
| 301 |
categoryId="org.eclipse.team.ui.category.team" |
| 302 |
description="%Command.applyPatch.description" |
| 303 |
id="org.eclipse.team.ui.applyPatch"> |
| 304 |
</command> |
| 305 |
<command |
| 306 |
name="%Synchronizing.perspective" |
| 307 |
description="%Synchronizing.openPerspectiveDescription" |
| 308 |
categoryId="org.eclipse.ui.category.perspectives" |
| 309 |
id="org.eclipse.team.ui.TeamSynchronizingPerspective"/> |
| 310 |
<command |
| 311 |
name="%ViewCommand.synchronizeView.name" |
| 312 |
description="%ViewCommand.synchronizeView.description" |
| 313 |
categoryId="org.eclipse.ui.category.views" |
| 314 |
id="org.eclipse.team.sync.views.SynchronizeView"/> |
| 315 |
<command |
| 316 |
name="%ViewCommand.historyView.name" |
| 317 |
description="%ViewCommand.historyView.description" |
| 318 |
categoryId="org.eclipse.ui.category.views" |
| 319 |
id="org.eclipse.team.ui.GenericHistoryView"/> |
| 320 |
<!-- TZarna: added commands --> |
| 321 |
<command |
| 322 |
categoryId="org.eclipse.team.ui.category.team" |
| 323 |
defaultHandler="org.eclipse.team.internal.ui.handlers.ApplyPatchHandler" |
| 324 |
description="%Command.applyPatch.description" |
| 325 |
id="org.eclipse.team.ui.applyPatch" |
| 326 |
name="%Command.applyPatch.name"> |
| 327 |
</command> |
| 328 |
<command |
| 329 |
categoryId="org.eclipse.team.ui.category.team" |
| 330 |
defaultHandler="org.eclipse.team.internal.ui.handlers.ConfigureProjectHandler" |
| 331 |
id="org.eclipse.team.ui.configureProject" |
| 332 |
name="%Command.configureProject.name"> |
| 333 |
</command> |
| 334 |
<command |
| 335 |
categoryId="org.eclipse.team.ui.category.team" |
| 336 |
defaultHandler="org.eclipse.team.internal.ui.handlers.SynchronizeHandler" |
| 337 |
description="%Command.syncAll.description" |
| 338 |
id="org.eclipse.team.ui.synchronizeAll" |
| 339 |
name="%Command.syncAll.name"> |
| 340 |
</command> |
| 341 |
<command |
| 342 |
categoryId="org.eclipse.team.ui.category.team" |
| 343 |
defaultHandler="org.eclipse.team.internal.ui.handlers.ImportProjectSetHandler" |
| 344 |
description="%Command.importProjectSet.description" |
| 345 |
id="org.eclipse.team.ui.importProjectSet" |
| 346 |
name="%Command.importProjectSet.name"> |
| 347 |
</command> |
| 348 |
<command |
| 349 |
categoryId="org.eclipse.team.ui.category.team" |
| 350 |
defaultHandler="org.eclipse.team.internal.ui.history.ShowLocalHistoryHandler" |
| 351 |
description="%Command.showLocalHistory.description" |
| 352 |
id="org.eclipse.team.ui.showLocalHistory" |
| 353 |
name="%Command.showLocalHistory.name"> |
| 354 |
</command> |
| 355 |
<command |
| 356 |
categoryId="org.eclipse.team.ui.category.team" |
| 357 |
defaultHandler="org.eclipse.team.internal.ui.history.CompareLocalHistoryHandler" |
| 358 |
description="%Command.compareLocalHistory.description" |
| 359 |
id="org.eclipse.team.ui.compareLocalHistory" |
| 360 |
name="%Command.compareLocalHistory.name"> |
| 361 |
</command> |
| 362 |
</extension> |
| 363 |
|
| 364 |
<extension |
| 365 |
point="org.eclipse.ui.bindings"> |
| 366 |
<key |
| 367 |
sequence="M3+M2+Q Y" |
| 368 |
contextId="org.eclipse.ui.globalScope" |
| 369 |
commandId="org.eclipse.team.sync.views.SynchronizeView" |
| 370 |
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/> |
| 371 |
<key |
| 372 |
sequence="M3+M2+Q Z" |
| 373 |
contextId="org.eclipse.ui.globalScope" |
| 374 |
commandId="org.eclipse.team.ui.GenericHistoryView" |
| 375 |
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/> |
| 376 |
</extension> |
| 377 |
<!-- action sets --> |
| 378 |
<!--extension |
| 379 |
point="org.eclipse.ui.actionSets"> |
| 380 |
<actionSet |
| 381 |
label="%Command.category.name" |
| 382 |
description="%Command.category.description" |
| 383 |
visible="false" |
| 384 |
id="org.eclipse.team.ui.actionSet"> |
| 385 |
<action |
| 386 |
allowLabelUpdate="true" |
| 387 |
toolbarPath="Normal/Team" |
| 388 |
label="%Command.syncAll.name" |
| 389 |
tooltip="%Command.syncAll.name" |
| 390 |
class="org.eclipse.team.internal.ui.synchronize.actions.GlobalRefreshAction" |
| 391 |
icon="$nl$/icons/full/elcl16/synch_participants.gif" |
| 392 |
style="pulldown" |
| 393 |
id="org.eclipse.team.ui.synchronizeAll"> |
| 394 |
</action> |
| 395 |
<action |
| 396 |
allowLabelUpdate="true" |
| 397 |
label="%ConfigureProject.label" |
| 398 |
tooltip="%ConfigureProject.tooltip" |
| 399 |
class="org.eclipse.team.internal.ui.actions.ConfigureProjectAction" |
| 400 |
menubarPath="project/open.ext" |
| 401 |
id="org.eclipse.team.ui.ConfigureProject"/> |
| 402 |
<action |
| 403 |
allowLabelUpdate="true" |
| 404 |
class="org.eclipse.team.internal.ui.actions.ApplyPatchAction" |
| 405 |
definitionId="org.eclipse.team.ui.applyPatch" |
| 406 |
id="org.eclipse.team.ui.ApplyPatchAction" |
| 407 |
label="%ApplyPatch.label" |
| 408 |
menubarPath="project/additions" |
| 409 |
tooltip="%ApplyPatch.tooltip"/> |
| 410 |
</actionSet> |
| 411 |
</extension--> |
| 412 |
|
| 413 |
<!-- file modification validator --> |
| 414 |
|
| 415 |
<extension |
| 416 |
point="org.eclipse.team.core.defaultFileModificationValidator"> |
| 417 |
<validator class="org.eclipse.team.internal.ui.DefaultUIFileModificationValidator"/> |
| 418 |
</extension> |
| 419 |
|
| 420 |
<!-- adapter factory --> |
| 421 |
|
| 422 |
<extension |
| 423 |
point="org.eclipse.core.runtime.adapters"> |
| 424 |
<factory |
| 425 |
adaptableType="org.eclipse.compare.structuremergeviewer.DiffNode" |
| 426 |
class="org.eclipse.team.internal.ui.TeamAdapterFactory"> |
| 427 |
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/> |
| 428 |
</factory> |
| 429 |
<factory |
| 430 |
adaptableType="org.eclipse.core.resources.mapping.ModelProvider" |
| 431 |
class="org.eclipse.team.internal.ui.TeamAdapterFactory"> |
| 432 |
<adapter type="org.eclipse.team.core.mapping.IResourceMappingMerger"/> |
| 433 |
<adapter type="org.eclipse.team.ui.mapping.ISynchronizationCompareAdapter"/> |
| 434 |
<adapter type="org.eclipse.team.core.mapping.ISynchronizationScopeParticipantFactory"/> |
| 435 |
</factory> |
| 436 |
<factory |
| 437 |
adaptableType="org.eclipse.team.core.RepositoryProviderType" |
| 438 |
class="org.eclipse.team.internal.ui.TeamAdapterFactory"> |
| 439 |
<adapter type="org.eclipse.team.ui.mapping.ITeamStateProvider"/> |
| 440 |
</factory> |
| 441 |
</extension> |
| 442 |
<extension |
| 443 |
point="org.eclipse.ui.navigator.navigatorContent"> |
| 444 |
<navigatorContent |
| 445 |
contentProvider="org.eclipse.team.internal.ui.mapping.ResourceModelContentProvider" |
| 446 |
id="org.eclipse.team.ui.resourceContent" |
| 447 |
labelProvider="org.eclipse.team.internal.ui.mapping.ResourceModelLabelProvider" |
| 448 |
name="%ResourcesContentExtension" |
| 449 |
priority="lowest"> |
| 450 |
<enablement> |
| 451 |
<or> |
| 452 |
<instanceof value="org.eclipse.core.internal.resources.mapping.ResourceModelProvider"/> |
| 453 |
<instanceof value="org.eclipse.core.resources.IResource"/> |
| 454 |
<instanceof value="org.eclipse.team.core.mapping.ISynchronizationScope"/> |
| 455 |
<instanceof value="org.eclipse.team.core.mapping.ISynchronizationContext"/> |
| 456 |
</or> |
| 457 |
</enablement> |
| 458 |
<actionProvider class="org.eclipse.team.internal.ui.mapping.ResourceModelActionProvider"/> |
| 459 |
<commonSorter |
| 460 |
class="org.eclipse.team.internal.ui.mapping.ResourceModelSorter" |
| 461 |
id="org.eclipse.team.ui.resourceSorter"/> |
| 462 |
</navigatorContent> |
| 463 |
</extension> |
| 464 |
<extension |
| 465 |
point="org.eclipse.ui.navigator.viewer"> |
| 466 |
<viewer |
| 467 |
viewerId="org.eclipse.team.ui.navigatorViewer"> |
| 468 |
<popupMenu |
| 469 |
allowsPlatformContributions="false" |
| 470 |
id="org.eclipse.team.ui.navigatorViewer#PopupMenu"> |
| 471 |
<insertionPoint name="file"/> |
| 472 |
<insertionPoint name="edit"/> |
| 473 |
<insertionPoint name="synchronize"/> |
| 474 |
<insertionPoint |
| 475 |
name="navigate" |
| 476 |
separator="true"/> |
| 477 |
<insertionPoint |
| 478 |
name="merge" |
| 479 |
separator="true"/> |
| 480 |
<insertionPoint |
| 481 |
name="other" |
| 482 |
separator="true"/> |
| 483 |
<insertionPoint |
| 484 |
name="sort" |
| 485 |
separator="true"/> |
| 486 |
<insertionPoint |
| 487 |
name="additions" |
| 488 |
separator="true"/> |
| 489 |
<insertionPoint |
| 490 |
name="properties" |
| 491 |
separator="true"/> |
| 492 |
</popupMenu> |
| 493 |
</viewer> |
| 494 |
</extension> |
| 495 |
|
| 496 |
<!-- *************** Synchronize View Participant **************** --> |
| 497 |
<extension |
| 498 |
point="org.eclipse.team.ui.synchronizeParticipants"> |
| 499 |
<participant |
| 500 |
class="org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant" |
| 501 |
icon="$nl$/icons/full/eview16/synch_synch.gif" |
| 502 |
id="org.eclipse.team.ui.synchronization_context_synchronize_participant" |
| 503 |
name="%ModelSyncParticipant" |
| 504 |
persistent="false"> |
| 505 |
</participant> |
| 506 |
</extension> |
| 507 |
<extension |
| 508 |
id="teamContentProvider" |
| 509 |
name="%Workspace" |
| 510 |
point="org.eclipse.team.ui.teamContentProviders"> |
| 511 |
<teamContentProvider |
| 512 |
contentExtensionId="org.eclipse.team.ui.resourceContent" |
| 513 |
icon="/$nl$/icons/full/obj/workspace_obj.gif" |
| 514 |
modelProviderId="org.eclipse.core.resources.modelProvider" |
| 515 |
preferencePage="org.eclipse.team.internal.ui.preferences.ResourceModelPreferencePage" |
| 516 |
supportsFlatLayout="true"/> |
| 517 |
</extension> |
| 518 |
<extension |
| 519 |
point="org.eclipse.team.core.storageMergers"> |
| 520 |
<storageMerger |
| 521 |
class="org.eclipse.team.internal.ui.mapping.TextStorageMerger" |
| 522 |
extensions="txt" |
| 523 |
id="org.eclipse.team.ui.textStorageMerger"/> |
| 524 |
<contentTypeBinding |
| 525 |
contentTypeId="org.eclipse.core.runtime.text" |
| 526 |
storageMergerId="org.eclipse.team.ui.textStorageMerger"/> |
| 527 |
</extension> |
| 528 |
|
| 529 |
<!-- *************** Activity Support **************** --> |
| 530 |
<extension |
| 531 |
point="org.eclipse.ui.activitySupport"> |
| 532 |
<triggerPoint id="org.eclipse.team.ui.activityTriggerPoint"> |
| 533 |
<hint |
| 534 |
id="interactive" |
| 535 |
value="true"/> |
| 536 |
</triggerPoint> |
| 537 |
</extension> |
| 538 |
|
| 539 |
<!-- *************** Menus **************** --> |
| 540 |
<extension |
| 541 |
point="org.eclipse.ui.menus"> |
| 542 |
<menuContribution |
| 543 |
locationURI="menu:project?after=additions"> |
| 544 |
<!-- always enabled --> |
| 545 |
<command |
| 546 |
commandId="org.eclipse.team.ui.applyPatch" |
| 547 |
label="%ApplyPatch.label" |
| 548 |
mnemonic="%ApplyPatch.mnemonic" |
| 549 |
style="push" |
| 550 |
tooltip="%ApplyPatch.tooltip"> |
| 551 |
<visibleWhen |
| 552 |
checkEnabled="false"> |
| 553 |
</visibleWhen> |
| 554 |
</command> |
| 555 |
</menuContribution> |
| 556 |
<menuContribution |
| 557 |
locationURI="menu:project?after=open.ext"> |
| 558 |
<!-- enablement? --> |
| 559 |
<command |
| 560 |
commandId="org.eclipse.team.ui.configureProject" |
| 561 |
id="org.eclipse.team.ui.ConfigureProject" |
| 562 |
label="%ConfigureProject.label" |
| 563 |
mnemonic="%ConfigureProject.mnemonic" |
| 564 |
style="push" |
| 565 |
tooltip="%ConfigureProject.tooltip"> |
| 566 |
</command> |
| 567 |
</menuContribution> |
| 568 |
<menuContribution |
| 569 |
locationURI="toolbar:org.eclipse.ui.main.toolbar"> |
| 570 |
<toolbar |
| 571 |
id="whatever"> |
| 572 |
<command |
| 573 |
commandId="org.eclipse.team.ui.synchronizeAll" |
| 574 |
icon="$nl$/icons/full/elcl16/synch_participants.gif" |
| 575 |
label="%Command.syncAll.name" |
| 576 |
style="pulldown"> |
| 577 |
</command> |
| 578 |
</toolbar> |
| 579 |
<!--toolbar |
| 580 |
id="toolbar:org.eclipse.ui.main.toolbar?after=search"> |
| 581 |
<command |
| 582 |
commandId="org.eclipse.team.ui.synchronizeAll2" |
| 583 |
icon="$nl$/icons/full/elcl16/synch_participants.gif" |
| 584 |
label="%Command.syncAll.name" |
| 585 |
style="pulldown"> |
| 586 |
</command> |
| 587 |
</toolbar--> |
| 588 |
</menuContribution> |
| 589 |
<menuContribution |
| 590 |
locationURI="popup:org.eclipse.ui.popup.any?after=team.main"> |
| 591 |
<!-- should be enabled only for IFiles with *.psf extension, multiselection is allowed --> |
| 592 |
<command |
| 593 |
commandId="org.eclipse.team.ui.importProjectSet" |
| 594 |
label="%Command.importProjectSet.name" |
| 595 |
style="push"> |
| 596 |
</command> |
| 597 |
</menuContribution> |
| 598 |
<menuContribution |
| 599 |
locationURI="popup:team.main?after=projectGroup"> |
| 600 |
<command |
| 601 |
commandId="org.eclipse.team.ui.configureProject" |
| 602 |
id="nonbound.org.eclipse.team.ui.ConfigureProject" |
| 603 |
label="%ConfigureProject.label" |
| 604 |
mnemonic="%ConfigureProject.mnemonic" |
| 605 |
style="push" |
| 606 |
tooltip="%ConfigureProject.tooltip"> |
| 607 |
</command> |
| 608 |
</menuContribution> |
| 609 |
<menuContribution |
| 610 |
locationURI="popup:org.eclipse.ui.popup.any"> |
| 611 |
<menu |
| 612 |
id="team.main" |
| 613 |
label="%TeamGroupMenu.label" |
| 614 |
mnemonic="%TeamGroupMenu.mnemonic"> |
| 615 |
<separator |
| 616 |
name="group1" |
| 617 |
visible="true"> |
| 618 |
</separator> |
| 619 |
<separator |
| 620 |
name="group2" |
| 621 |
visible="true"> |
| 622 |
</separator> |
| 623 |
<separator |
| 624 |
name="group3" |
| 625 |
visible="true"> |
| 626 |
</separator> |
| 627 |
<separator |
| 628 |
name="group4" |
| 629 |
visible="true"> |
| 630 |
</separator> |
| 631 |
<separator |
| 632 |
name="group5" |
| 633 |
visible="true"> |
| 634 |
</separator> |
| 635 |
<separator |
| 636 |
name="group6" |
| 637 |
visible="true"> |
| 638 |
</separator> |
| 639 |
<separator |
| 640 |
name="group7" |
| 641 |
visible="true"> |
| 642 |
</separator> |
| 643 |
<separator |
| 644 |
name="group8" |
| 645 |
visible="true"> |
| 646 |
</separator> |
| 647 |
<separator |
| 648 |
name="group9" |
| 649 |
visible="true"> |
| 650 |
</separator> |
| 651 |
<separator |
| 652 |
name="group10" |
| 653 |
visible="true"> |
| 654 |
</separator> |
| 655 |
<separator |
| 656 |
name="targetGroup" |
| 657 |
visible="true"> |
| 658 |
</separator> |
| 659 |
<separator |
| 660 |
name="projectGroup" |
| 661 |
visible="true"> |
| 662 |
</separator> |
| 663 |
</menu> |
| 664 |
</menuContribution> |
| 665 |
<menuContribution |
| 666 |
locationURI="popup:compareWithMenu?after=compareWithGroup"> |
| 667 |
<command |
| 668 |
commandId="org.eclipse.team.ui.compareLocalHistory" |
| 669 |
label="%CompareLocalHistory.label" |
| 670 |
style="push" |
| 671 |
tooltip="%CompareLocalHistory.tooltip"> |
| 672 |
</command> |
| 673 |
</menuContribution> |
| 674 |
<menuContribution |
| 675 |
locationURI="popup:team.main?after=group4"> |
| 676 |
<command |
| 677 |
commandId="org.eclipse.team.ui.showLocalHistory" |
| 678 |
label="%ShowLocalHistory.label" |
| 679 |
mnemonic="%ShowLocalHistory.mnemonic" |
| 680 |
style="push" |
| 681 |
> |
| 682 |
</command> |
| 683 |
</menuContribution> |
| 684 |
<menuContribution |
| 685 |
locationURI="popup:compareWithMenu?after=compareWithGroup"> |
| 686 |
<command |
| 687 |
commandId="org.eclipse.team.ui.compareLocalHistory" |
| 688 |
label="%CompareLocalHistory.label" |
| 689 |
mnemonic="%CompareLocalHistory.mnemonic" |
| 690 |
style="push" |
| 691 |
tooltip="%CompareLocalHistory.tooltip"> |
| 692 |
</command> |
| 693 |
</menuContribution> |
| 694 |
</extension> |
| 695 |
|
| 696 |
</plugin> |