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 25311 Details for
Bug 103306
Failure when importing a WSDL file in another WSDL for WTP > M4
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 for FileBufferModelManager
FileBufferModelManager.patch (text/plain), 1.27 KB, created by
Nitin Dahyabhai
on 2005-07-26 12:58:36 EDT
(
hide
)
Description:
patch for FileBufferModelManager
Filename:
MIME Type:
Creator:
Nitin Dahyabhai
Created:
2005-07-26 12:58:36 EDT
Size:
1.27 KB
patch
obsolete
>Index: FileBufferModelManager.java >=================================================================== >RCS file: /home/webtools/wst/components/sse/plugins/org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/internal/FileBufferModelManager.java,v >retrieving revision 1.25 >diff -u -r1.25 FileBufferModelManager.java >--- FileBufferModelManager.java 22 Jun 2005 14:30:54 -0000 1.25 >+++ FileBufferModelManager.java 26 Jul 2005 16:50:26 -0000 >@@ -152,7 +152,7 @@ > IPath fLocation; > IPath fPath; > final static String SEPARATOR = "/"; //$NON-NLS-1$ >- final static String FILE_PREFIX = "file://"; >+ final static String FILE_PREFIX = "file:///"; > > CommonURIResolver(IPath path, IPath location) { > fLocation = location; >@@ -185,8 +185,7 @@ > reference = FILE_PREFIX + baseReference; > } > String result = URIResolverPlugin.createResolver().resolve(reference, null, uri); >- // System.out.println("URIResolverPlugin.createResolver().resolve(" >- // + reference + ", null, " +uri+") = " + result); >+ // System.out.println("URIResolverPlugin.createResolver().resolve(" + reference + ", null, " + uri + ") = " + result); > if (!baseHasPrefix && result.startsWith(FILE_PREFIX) && result.length() > FILE_PREFIX.length()) { > result = result.substring(FILE_PREFIX.length()); > }
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 103306
:
25033
|
25034
|
25123
|
25287
|
25310
| 25311