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 100281 Details for
Bug 222309
Review of the metadata translation support
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]
Correct handling of feature jars
222309Patch6.txt (text/plain), 1.21 KB, created by
Dave Stevenson
on 2008-05-14 15:39:34 EDT
(
hide
)
Description:
Correct handling of feature jars
Filename:
MIME Type:
Creator:
Dave Stevenson
Created:
2008-05-14 15:39:34 EDT
Size:
1.21 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.equinox.p2.metadata.generator >Index: src/org/eclipse/equinox/internal/p2/metadata/generator/features/FeatureParser.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.metadata.generator/src/org/eclipse/equinox/internal/p2/metadata/generator/features/FeatureParser.java,v >retrieving revision 1.21 >diff -u -r1.21 FeatureParser.java >--- src/org/eclipse/equinox/internal/p2/metadata/generator/features/FeatureParser.java 12 May 2008 18:05:43 -0000 1.21 >+++ src/org/eclipse/equinox/internal/p2/metadata/generator/features/FeatureParser.java 14 May 2008 19:17:10 -0000 >@@ -176,7 +176,7 @@ > feature = parse(input, properties); > if (feature != null) { > String[] keyStrings = (String[]) messageKeys.toArray(new String[messageKeys.size()]); >- feature.setLocalizations(LocalizationHelper.getDirPropertyLocalizations(location, "feature", null, keyStrings)); //$NON-NLS-1$ >+ feature.setLocalizations(LocalizationHelper.getJarPropertyLocalizations(location, "feature", null, keyStrings)); //$NON-NLS-1$ > } > } catch (IOException e) { > e.printStackTrace();
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 222309
:
93829
|
94301
|
99221
|
99406
|
100028
| 100281