File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
terminal/bundles/org.eclipse.terminal.view.ui Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 427
427
428
428
<activityPatternBinding
429
429
activityId =" org.eclipse.terminal.view.ui.activity.views"
430
- pattern =" org\.eclipse\.tm\. terminal\.view\.ui/org\.eclipse\.tm \.terminal\.view\.ui\.TerminalsView" >
430
+ pattern =" org\.eclipse\.terminal\.view\.ui/org\.eclipse\.terminal\.view\.ui\.TerminalsView" >
431
431
</activityPatternBinding >
432
432
<activityPatternBinding
433
433
activityId =" org.eclipse.terminal.view.ui.activity.views"
434
- pattern =" org\.eclipse\.tm\. terminal\.view\.ui/org\.eclipse\.tm\. terminal\.view\.ui\.commands\.^(?!org\.eclipse\.tm \.terminal\.view\.ui\.commands\.launchToolbar).*" >
434
+ pattern =" org\.eclipse\.terminal\.view\.ui/org\.eclipse\.terminal\.view\.ui\.commands\.^(?!org\.eclipse\.terminal\.view\.ui\.commands\.launchToolbar).*" >
435
435
</activityPatternBinding >
436
436
437
437
<categoryActivityBinding
477
477
478
478
<activityPatternBinding
479
479
activityId =" org.eclipse.terminal.view.ui.activity.maintoolbar"
480
- pattern =" org\.eclipse\.tm\. terminal\.view\.ui/org\.eclipse\.tm \.terminal\.view\.ui\.toolbar" >
480
+ pattern =" org\.eclipse\.terminal\.view\.ui/org\.eclipse\.terminal\.view\.ui\.toolbar" >
481
481
</activityPatternBinding >
482
482
<activityPatternBinding
483
483
activityId =" org.eclipse.terminal.view.ui.activity.maintoolbar"
484
- pattern =" org\.eclipse\.tm\. terminal\.view\.ui/org\.eclipse\.tm\. terminal\.view\.ui\.commands \.launchToolbar" >
484
+ pattern =" org\.eclipse\.terminal\.view\.ui/org\.eclipse\.terminal\.view\.ui\.command.* \.launchToolbar" >
485
485
</activityPatternBinding >
486
486
487
487
<categoryActivityBinding
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ The terminal launcher delegate implementation class must be specified either by
125
125
The terminal launcher delegate implementation class must be specified either by the class attribute or the class child element!
126
126
</documentation >
127
127
<appinfo >
128
- <meta .attribute kind =" java" basedOn =" org.eclipse.terminal.view.ui.launcher.AbstractLauncherDelegate:org.eclipse.tm. terminal.view.ui.interfaces.ILauncherDelegate" />
128
+ <meta .attribute kind =" java" basedOn =" org.eclipse.terminal.view.ui.launcher.AbstractLauncherDelegate:org.eclipse.terminal.view.ui.interfaces.ILauncherDelegate" />
129
129
</appinfo >
130
130
</annotation >
131
131
</attribute >
You can’t perform that action at this time.
0 commit comments