Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties')
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties7
1 files changed, 5 insertions, 2 deletions
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
index 0402dd0f7c..5892213f17 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
@@ -1680,7 +1680,7 @@ OverviewPage_content=<form>\
</form>
OverviewPage_contentTitle=Content
OverviewPage_osgi = <form>\
-<p>For this plug-in to take advantage of additional runtime capabilities, <a href="action.convert">create an OSGi bundle manifest</a>.</p>\
+<li style="image" value="warning">For this plug-in to be able to run in future releases, you must <a href="action.convert">create an OSGi bundle manifest</a>.</li>\
</form>
OverviewPage_testing=<form>\
<p>Test this plug-in by launching a separate Eclipse application:</p>{0}</form>
@@ -1696,7 +1696,7 @@ OverviewPage_deploying=<form>\
<li style="text" value="4." bindent="5">Export the plug-in in a format suitable for deployment using the <a href="export">Export Wizard</a></li>\
</form>
OverviewPage_fOsgi = <form>\
-<p>For this fragment to take advantage of additional runtime capabilities, you need to <a href="action.convert">create an OSGi bundle manifest</a>.</p>\
+<li style="image" value="warning">For this fragment to be able to run in future releases, you must <a href="action.convert">create an OSGi bundle manifest</a>.</li>\
</form>
OverviewPage_error=Error
OverviewPage_fContent=<form>\
@@ -1732,6 +1732,9 @@ OverviewPage_contentDescription=<form>\
<p>The <a href="content">Content</a> section specifies the set of plug-ins that will be included in the target platform.</p>\
</form>
OverviewPage_buildTitle=Build Configuration
+OverviewPage_ManifestWarning=Manifest warning
+OverviewPage_WarnAboutMissingManifest=You must create an OSGi bundle manifest to run this plug-in in future releases.
+OverviewPage_WarnAboutMissingManifestFragment=You must create an OSGi bundle manifest to run this fragment in future releases.
OverwriteProjectsSelectionDialog_0=&Projects to delete:
ClassAttributeRow_dialogTitle=Select Type
ArchivePage_title=Description and Archives

Back to the top