File tree 1 file changed +3
-3
lines changed
ui/org.eclipse.pde.ui.templates
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -388,19 +388,19 @@ pluginContent.e4Handler.description=\
388
388
<li>a menu contribution to the main menu</li>\
389
389
<li>a menu contribution to any popup</li>\
390
390
<p>It uses the standard xpath:/ notation to add these contributions to any application model.</p>\
391
- <p>The generated plug-in is also compliant with an Eclipse 3 application running with the compatibility layer .</p>\
391
+ <p>The generated plug-in is also compliant with an Eclipse 3 application running on a 4.x platform .</p>\
392
392
<p>The handler can be triggered by selecting <b>E4 Menu > Hello world</b> in the main menu or in any view popup menu</p>\
393
393
<p><b>Extensions Used</b></p>\
394
394
<li>org.eclipse.e4.workbench.model</li>
395
395
396
- pluginContent.e4ToolbarContribution.name = Toolbar contribution using e4 API
396
+ pluginContent.e4ToolbarContribution.name = Toolbar contribution using 4.x API
397
397
pluginContent.e4ToolbarContribution.description =\
398
398
<p>This template creates an Eclipse 4 plugin with a model application fragment containing :</p>\
399
399
<li>a 'Hello world' command</li>\
400
400
<li>a 'Hello world' handler</li>\
401
401
<li>a trim contribution to the main toolbar</li>\
402
402
<p>It uses the standard xpath:/ notation to add these contributions to any application model.</p>\
403
- <p>The generated plugin is also compliant with an Eclipse 3 application running with the compatibility layer. </p>\
403
+ <p>The generated plugin is also compliant with an Eclipse 3 application running on a 4.x platform </p>\
404
404
<p>The handler can be triggered by pressing the <b>Hello world</b> button in the main toolbar.</p>\
405
405
<p><b>Extensions Used</b></p>\
406
406
<li>org.eclipse.e4.workbench.model</li>
You can’t perform that action at this time.
0 commit comments