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 18467 Details for
Bug 78588
Enhance PluginConverter API
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]
PDE patch
PDEPluginConverter.patch (text/plain), 851 bytes, created by
Thomas Watson
on 2005-03-04 15:32:24 EST
(
hide
)
Description:
PDE patch
Filename:
MIME Type:
Creator:
Thomas Watson
Created:
2005-03-04 15:32:24 EST
Size:
851 bytes
patch
obsolete
>Index: PDEPluginConverter.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEPluginConverter.java,v >retrieving revision 1.13 >diff -u -r1.13 PDEPluginConverter.java >--- PDEPluginConverter.java 4 Mar 2005 07:21:24 -0000 1.13 >+++ PDEPluginConverter.java 4 Mar 2005 20:23:43 -0000 >@@ -24,7 +24,7 @@ > try { > File outputFile = new File(project.getLocation().append( > "META-INF/MANIFEST.MF").toOSString()); //$NON-NLS-1$ >- File inputFile = new File(project.getLocation().append(filename).toOSString()); >+ File inputFile = new File(project.getLocation().toOSString()); > ServiceTracker tracker = new ServiceTracker(PDECore.getDefault() > .getBundleContext(), PluginConverter.class.getName(), null); > tracker.open();
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 78588
:
18372
| 18467