Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 243526 Details for
Bug 435810
PDE Manifest editor: Missing 2.0 compatibility should be shown as error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Simpler Fix
eclipse.pde.ui.patch (text/plain), 2.48 KB, created by
Dani Megert
on 2014-05-27 06:33:29 EDT
(
hide
)
Description:
Simpler Fix
Filename:
MIME Type:
Creator:
Dani Megert
Created:
2014-05-27 06:33:29 EDT
Size:
2.48 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.pde.ui >diff --git src/org/eclipse/pde/internal/ui/editor/plugin/OverviewPage.java src/org/eclipse/pde/internal/ui/editor/plugin/OverviewPage.java >index a5b0ea1..d16aeb8 100644 >--- src/org/eclipse/pde/internal/ui/editor/plugin/OverviewPage.java >+++ src/org/eclipse/pde/internal/ui/editor/plugin/OverviewPage.java >@@ -156,6 +156,7 @@ > } > FormText warningText = createClient(container, content, toolkit); > warningText.setImage("warning", lp.get(PDEPluginImages.DESC_WARNING_ST_OBJ, 0)); //$NON-NLS-1$ >+ warningText.setImage("error", lp.get(PDEPluginImages.DESC_ERROR_ST_OBJ, 0)); //$NON-NLS-1$ > } > > FormText text = createClient(container, isFragment() ? PDEUIMessages.OverviewPage_fContent : PDEUIMessages.OverviewPage_content, toolkit); >diff --git src/org/eclipse/pde/internal/ui/pderesources.properties src/org/eclipse/pde/internal/ui/pderesources.properties >index bdbd12f..afaa85d 100644 >--- src/org/eclipse/pde/internal/ui/pderesources.properties >+++ src/org/eclipse/pde/internal/ui/pderesources.properties >@@ -1704,10 +1704,10 @@ > <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>\ > </form> > 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>\ > </form> > OverviewPage_error=Error > OverviewPage_fContent=<form>\
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 435810
:
243524
| 243526