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 152832 Details for
Bug 290201
Symbolic link support doesn't work on the Mac
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_v06
290201_v06.txt (text/plain), 1.73 KB, created by
Pawel Pogorzelski
on 2009-11-23 05:09:54 EST
(
hide
)
Description:
Patch_v06
Filename:
MIME Type:
Creator:
Pawel Pogorzelski
Created:
2009-11-23 05:09:54 EST
Size:
1.73 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.core.filesystem >Index: src/org/eclipse/core/internal/filesystem/local/LocalFileSystem.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/LocalFileSystem.java,v >retrieving revision 1.20 >diff -u -r1.20 LocalFileSystem.java >--- src/org/eclipse/core/internal/filesystem/local/LocalFileSystem.java 23 Nov 2009 09:43:25 -0000 1.20 >+++ src/org/eclipse/core/internal/filesystem/local/LocalFileSystem.java 23 Nov 2009 10:03:54 -0000 >@@ -93,14 +93,14 @@ > //all known platforms with native implementation support the read only flag > attributes |= EFS.ATTRIBUTE_READ_ONLY; > >- //this must be kept in sync with the actual native implementations. >+ // this must be kept in sync with functionality of previous libs not implementing nativeAttributes method > String os = getOS(); > String arch = System.getProperty("osgi.arch", ""); //$NON-NLS-1$ //$NON-NLS-2$ > if (os.equals(Constants.OS_WIN32)) > attributes |= EFS.ATTRIBUTE_ARCHIVE | EFS.ATTRIBUTE_HIDDEN; >- else if (os.equals(Constants.OS_LINUX) || (os.equals(Constants.OS_SOLARIS) && arch.equals(Constants.ARCH_SPARC)) || os.equals(Constants.OS_MACOSX)) >+ else if (os.equals(Constants.OS_LINUX) || (os.equals(Constants.OS_SOLARIS) && arch.equals(Constants.ARCH_SPARC))) > attributes |= EFS.ATTRIBUTE_EXECUTABLE | EFS.ATTRIBUTE_SYMLINK | EFS.ATTRIBUTE_LINK_TARGET; >- else if (os.equals(Constants.OS_HPUX) || os.equals(Constants.OS_QNX)) >+ else if (os.equals(Constants.OS_MACOSX) || os.equals(Constants.OS_HPUX) || os.equals(Constants.OS_QNX)) > attributes |= EFS.ATTRIBUTE_EXECUTABLE; > return attributes; > }
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 290201
:
150138
|
150139
|
150210
|
150211
|
150214
|
150215
|
150216
|
150217
|
152830
| 152832