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 61563 Details for
Bug 163421
NPE when installing a signed, packed bundle that contains a nested jar on Windows
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]
patch
163421.txt (text/plain), 996 bytes, created by
Andrew Niefer
on 2007-03-21 11:58:01 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Andrew Niefer
Created:
2007-03-21 11:58:01 EDT
Size:
996 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.update.core >Index: src/org/eclipse/update/internal/jarprocessor/Utils.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.update.core/src/org/eclipse/update/internal/jarprocessor/Utils.java,v >retrieving revision 1.7 >diff -u -r1.7 Utils.java >--- src/org/eclipse/update/internal/jarprocessor/Utils.java 20 Dec 2006 15:13:55 -0000 1.7 >+++ src/org/eclipse/update/internal/jarprocessor/Utils.java 21 Mar 2007 15:52:30 -0000 >@@ -300,7 +300,7 @@ > */ > public static void storeProperties(Properties props, OutputStream stream) { > PrintStream printStream = new PrintStream(stream); >- printStream.println("#Processed using Jarprocessor"); //$NON-NLS-1$ >+ printStream.print("#Processed using Jarprocessor\n"); //$NON-NLS-1$ > SortedMap sorted = new TreeMap(props); > for (Iterator iter = sorted.keySet().iterator(); iter.hasNext();) { > String key = (String) iter.next();
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 163421
:
53295
|
54102
|
54104
|
54105
|
61531
| 61563