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 34650 Details for
Bug 34757
Support for other repository
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]
34757_fetchTag_fix.patch.txt
34757_fetchTag_fix.patch.txt (text/plain), 1003 bytes, created by
Gunnar Wagenknecht
on 2006-02-14 02:49:20 EST
(
hide
)
Description:
34757_fetchTag_fix.patch.txt
Filename:
MIME Type:
Creator:
Gunnar Wagenknecht
Created:
2006-02-14 02:49:20 EST
Size:
1003 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.pde.build >Index: src/org/eclipse/pde/internal/build/FetchScriptGenerator.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java,v >retrieving revision 1.48 >diff -u -r1.48 FetchScriptGenerator.java >--- src/org/eclipse/pde/internal/build/FetchScriptGenerator.java 13 Feb 2006 20:02:59 -0000 1.48 >+++ src/org/eclipse/pde/internal/build/FetchScriptGenerator.java 14 Feb 2006 07:01:12 -0000 >@@ -557,8 +557,8 @@ > fetchTags = new Properties(); > String[] entries = Utils.getArrayFromString(value); > //Backward compatibility >- if (entries.length == 1) { >- fetchTags.put(CVSFetchTaskFactory.OVERRIDE_TAG, fetchTags); >+ if (entries.length == 1 && (entries[0].indexOf('=') == -1)) { >+ fetchTags.put(CVSFetchTaskFactory.OVERRIDE_TAG, entries[0]); > return; > } > for (int i = 0; i < entries.length; i++) {
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 34757
:
12626
|
22206
|
30757
|
33845
|
33847
|
34178
|
34179
|
34327
|
34649
|
34650
|
34651
|
34743