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

(-)a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/OverviewPage.java (-2 / +5 lines)
Lines 146-151 Link Here
146
				} else {
146
				} else {
147
					content = PDEUIMessages.OverviewPage_NoPluginConverterPlugin;
147
					content = PDEUIMessages.OverviewPage_NoPluginConverterPlugin;
148
				}
148
				}
149
				FormText errorText = createClient(container, content, toolkit);
150
				errorText.setImage("error", lp.get(PDEPluginImages.DESC_ERROR_ST_OBJ, 0)); //$NON-NLS-1$
149
			} else {
151
			} else {
150
				// Provide link to run the conversion service
152
				// Provide link to run the conversion service
151
				if (isFragment()) {
153
				if (isFragment()) {
Lines 153-161 Link Here
153
				} else {
155
				} else {
154
					content = PDEUIMessages.OverviewPage_osgi;
156
					content = PDEUIMessages.OverviewPage_osgi;
155
				}
157
				}
158
				FormText warningText = createClient(container, content, toolkit);
159
				warningText.setImage("warning", lp.get(PDEPluginImages.DESC_WARNING_ST_OBJ, 0)); //$NON-NLS-1$
156
			}
160
			}
157
			FormText warningText = createClient(container, content, toolkit);
161
158
			warningText.setImage("warning", lp.get(PDEPluginImages.DESC_WARNING_ST_OBJ, 0)); //$NON-NLS-1$
159
		}
162
		}
160
163
161
		FormText text = createClient(container, isFragment() ? PDEUIMessages.OverviewPage_fContent : PDEUIMessages.OverviewPage_content, toolkit);
164
		FormText text = createClient(container, isFragment() ? PDEUIMessages.OverviewPage_fContent : PDEUIMessages.OverviewPage_content, toolkit);
(-)a/ui/org.eclipse.pde.ui/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