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 46417 Details for
Bug 128236
[Manifest Editor] Opening plugin.xml then Manifest.mf no longer shares same editor
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]
org.eclipse.pde.ui.patch
org.eclipse.pde.ui.patch (text/plain), 1.29 KB, created by
Chris Aniszczyk
on 2006-07-18 01:37:33 EDT
(
hide
)
Description:
org.eclipse.pde.ui.patch
Filename:
MIME Type:
Creator:
Chris Aniszczyk
Created:
2006-07-18 01:37:33 EDT
Size:
1.29 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.pde.ui >Index: src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditorMatchingStrategy.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditorMatchingStrategy.java,v >retrieving revision 1.9 >diff -u -r1.9 ManifestEditorMatchingStrategy.java >--- src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditorMatchingStrategy.java 15 Oct 2005 05:00:26 -0000 1.9 >+++ src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditorMatchingStrategy.java 18 Jul 2006 05:40:28 -0000 >@@ -31,7 +31,9 @@ > if (input.equals(editorRef.getEditorInput())) > return true; > String path = inputFile.getProjectRelativePath().toString(); >- if (path.equals("build.properties")) { //$NON-NLS-1$ >+ if (path.equals("build.properties") || //$NON-NLS-1$ >+ path.equals("META-INF/MANIFEST.MF") || //$NON-NLS-1$ >+ path.equals("plugin.xml")) { //$NON-NLS-1$ > IFile editorFile = ResourceUtil.getFile(editorRef.getEditorInput()); > return editorFile != null && inputFile.getProject().equals(editorFile.getProject()); > }
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 128236
: 46417