Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 435810 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/pde/internal/ui/editor/plugin/OverviewPage.java (+1 lines)
Lines 156-161 Link Here
156
			}
156
			}
157
			FormText warningText = createClient(container, content, toolkit);
157
			FormText warningText = createClient(container, content, toolkit);
158
			warningText.setImage("warning", lp.get(PDEPluginImages.DESC_WARNING_ST_OBJ, 0)); //$NON-NLS-1$
158
			warningText.setImage("warning", lp.get(PDEPluginImages.DESC_WARNING_ST_OBJ, 0)); //$NON-NLS-1$
159
			warningText.setImage("error", lp.get(PDEPluginImages.DESC_ERROR_ST_OBJ, 0)); //$NON-NLS-1$
159
		}
160
		}
160
161
161
		FormText text = createClient(container, isFragment() ? PDEUIMessages.OverviewPage_fContent : PDEUIMessages.OverviewPage_content, toolkit);
162
		FormText text = createClient(container, isFragment() ? PDEUIMessages.OverviewPage_fContent : PDEUIMessages.OverviewPage_content, toolkit);
(-)src/org/eclipse/pde/internal/ui/pderesources.properties (-2 / +2 lines)
Lines 1704-1713 Link Here
1704
<li style="image" value="warning">You must <a href="action.convert">create an OSGi bundle manifest</a> to run this fragment without the compatibility software 'Eclipse 2.0 Style Plugin Support'.</li>\
1704
<li style="image" value="warning">You must <a href="action.convert">create an OSGi bundle manifest</a> to run this fragment without the compatibility software 'Eclipse 2.0 Style Plugin Support'.</li>\
1705
</form>
1705
</form>
1706
OverviewPage_NoPluginConverterFragment = <form>\
1706
OverviewPage_NoPluginConverterFragment = <form>\
1707
<li style="image" value="warning">You must either manually create an OSGi bundle manifest or <a href="action.installPluginConverter">install the 'Eclipse 2.0 Style Plugin Support'</a> from 'The Eclipse Project Updates' software site to run this fragment.</li>\
1707
<li style="image" value="error">You must either manually create an OSGi bundle manifest or <a href="action.installPluginConverter">install the 'Eclipse 2.0 Style Plugin Support'</a> from 'The Eclipse Project Updates' software site to compile or run this fragment.</li>\
1708
</form>
1708
</form>
1709
OverviewPage_NoPluginConverterPlugin = <form>\
1709
OverviewPage_NoPluginConverterPlugin = <form>\
1710
<li style="image" value="warning">You must either manually create an OSGi bundle manifest or <a href="action.installPluginConverter">install the 'Eclipse 2.0 Style Plugin Support'</a> from 'The Eclipse Project Updates' software site to run this plug-in.</li>\
1710
<li style="image" value="error">You must either manually create an OSGi bundle manifest or <a href="action.installPluginConverter">install the 'Eclipse 2.0 Style Plugin Support'</a> from 'The Eclipse Project Updates' software site to compile or run this plug-in.</li>\
1711
</form>
1711
</form>
1712
OverviewPage_error=Error
1712
OverviewPage_error=Error
1713
OverviewPage_fContent=<form>\
1713
OverviewPage_fContent=<form>\

Return to bug 435810