Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] .classpath file should be converted to <text> format

FYI - From F1 build on, the .classpath file is being written out using
platform specific delimiters. As a consequence, it should be tagged as
being in text format, so as to minimize synchronization issues when sharing
the same project in between platform (reminder: no line delimiter
conversions occur on CVS on file tagged as binaries).

====
Eclipse SDK Build 20020521 - 21st May 2002 - F1
What's new in this drop
      '.classpath' file is now written using platform line delimiters (used
      to be only using LFs). It is recommanded to convert it to 'text'
      format so as to avoid surfacing delimiter differences in between
      incompatible platforms.



Back to the top