Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{rate}
Magnolia contributors are kindly request to follow these simple conventions below:
* [Standard Java coding conventions|http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html]
* Tab policy: spaces only (!)
* Indentation: 4 spaces
* Maximum line width: 120 (no strong rule here - don't put exceptions declarations on new lines just to respect this, for instance)
* We preferably don't use abbreviations in classnames (only exception to that rule is _MgnlSomething_)

Also ensure that you have the right license headers in place !

See the file attached for Eclipse Preferences (which you can simply import and everything should be done).
* [Formatting|^eclipse-format-settings.xml]
* [Code Templates|^eclipse-codetemplates.xml]


_Note: you have to reset the M2_REPO variable (Preferences > Java > Build Path > Classpath Variables) to match your local Maven 2 repository again.