Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re:[eclipse-dev] File permissions on HP-UX

If I read your entry correctly, all unix like executables (.so, .sl,
...) need to be referenced in the permissions.properties file.

I see some in the CVS 2_0_1 branch:
org.eclipse.core.resources.linux has a permissions.properties that
contains permissions.executable=os/linux/*.so

In that the dir structure in this plugin is
os/linux/x86/libcore_2_0_5.so - would the above entry actually work?

Also, if a permissions.properties is needed, should it also be
referenced in the build.properties bin.includes entry so it is added to
the packaged jar file?

Pat McCarthy



Back to the top