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 160857 Details for
Bug 243582
Support embedding repository information in released bundles
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
sep-n-quote.patch (text/plain), 1.35 KB, created by
Darin Wright
on 2010-03-03 16:32:20 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Darin Wright
Created:
2010-03-03 16:32:20 EST
Size:
1.35 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.pde.build >Index: src/org/eclipse/pde/internal/build/fetch/CVSFetchTaskFactory.java >=================================================================== >RCS file: /cvsroot/eclipse/pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/fetch/CVSFetchTaskFactory.java,v >retrieving revision 1.16 >diff -u -r1.16 CVSFetchTaskFactory.java >--- src/org/eclipse/pde/internal/build/fetch/CVSFetchTaskFactory.java 3 Mar 2010 20:14:48 -0000 1.16 >+++ src/org/eclipse/pde/internal/build/fetch/CVSFetchTaskFactory.java 3 Mar 2010 21:28:56 -0000 >@@ -236,20 +236,22 @@ > } > String root = split[2]; > StringBuffer buffer = new StringBuffer(); >- buffer.append("scm:cvs:"); //$NON-NLS-1$ >+ buffer.append("scm:cvs"); //$NON-NLS-1$ >+ buffer.append(sep); > buffer.append(protocol); >- buffer.append(':'); >+ buffer.append(sep); > buffer.append(host); >- buffer.append(':'); >+ buffer.append(sep); > buffer.append(root); > >- buffer.append(':'); >+ buffer.append(sep); > buffer.append(module); > > Path modulePath = new Path(module); > if (!modulePath.lastSegment().equals(projectName)) { >- buffer.append(";project="); //$NON-NLS-1$ >+ buffer.append(";project=\""); //$NON-NLS-1$ > buffer.append(projectName); >+ buffer.append('"'); > } > > if (tagName != null) {
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 243582
:
158774
|
160008
|
160150
|
160528
|
160673
|
160676
| 160857