<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I'm re-posting this message for two reasons:<br>
<ol>
  <li>We have new committers on the project who may have missed it.</li>
  <li>The previous preferences file didn't import correctly (my
previous "testing" of this produced false results)<br>
  </li>
</ol>
This is all explained in a DNA wiki page
(<a class="moz-txt-link-freetext" href="http://wiki.jboss.org/wiki/DNA/Development">http://wiki.jboss.org/wiki/DNA/Development</a>), including why we supply
these files, but in summary:<br>
<br>
There are 2 files in trunk that all developers need to import into
their Eclipse IDE to help ensure the quality of our code and to avoid a
slew of non-structural or style-related changes appearing in the SVN
history:<br>
<ul>
  <li>eclipse-code-formatter-profile.xml - Contains the code
formatter profile XML that can be imported via the Formatter preference
page in Eclipse</li>
  <li>eclipse-preferences.epf - Contains eclipse preferences
related to compilation messages, code generation, code styles, and code
templates.&nbsp; It can be imported via the Eclipse Preferences importer. It
does NOT contain formatter preferences since their encoding within this
file would make them very difficult to maintain.</li>
</ul>
</body>
</html>