Community
Participate
Working Groups
} else {
content = PDEUIMessages.OverviewPage_NoPluginConverterPlugin;
}
FormText errorText = createClient(container, content, toolkit);
errorText.setImage("error", lp.get(PDEPluginImages.DESC_ERROR_ST_OBJ, 0)); //$NON-NLS-1$
// Provide link to run the conversion service
if (isFragment()) {
content = PDEUIMessages.OverviewPage_osgi;
FormText warningText = createClient(container, content, toolkit);
warningText.setImage("warning", lp.get(PDEPluginImages.DESC_WARNING_ST_OBJ, 0)); //$NON-NLS-1$
FormText text = createClient(container, isFragment() ? PDEUIMessages.OverviewPage_fContent : PDEUIMessages.OverviewPage_content, toolkit);
<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>\
</form>
OverviewPage_NoPluginConverterFragment = <form>\
<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>\
<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>\
OverviewPage_NoPluginConverterPlugin = <form>\
<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>\
<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>\
OverviewPage_error=Error
OverviewPage_fContent=<form>\