Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Architecture Council/Metadata File Naming Recommendations

< Architecture Council
Revision as of 17:16, 13 May 2011 by John arthorne.ca.ibm.com (Talk | contribs) (New page: Many Eclipse projects use the convention of starting metadata file and folder names with a dot ('.'). This convention comes from the Unix world, where dot-files are hidden by default. Howe...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Many Eclipse projects use the convention of starting metadata file and folder names with a dot ('.'). This convention comes from the Unix world, where dot-files are hidden by default. However on other platforms, dot-files cause problems. For example the Windows UI will not let you name a file that starts with a dot, and on Unix/Mac it is painful for an end-user to navigate through metadata files and directories that are hidden.


References

Back to the top