diff options
author | snowleo <schneeleo@gmail.com> | 2011-07-24 14:25:12 -0700 |
---|---|---|
committer | snowleo <schneeleo@gmail.com> | 2011-07-24 14:25:12 -0700 |
commit | e5f40f5b6f5cdff7159b4ab47530bf92e6bcf027 (patch) | |
tree | 455a84f9fd390510ce0bad67e95298005ea4f1b1 | |
parent | de498087fae32ec15b8c5a85f5d74b3ea94b4c53 (diff) | |
download | Essentials-e5f40f5b6f5cdff7159b4ab47530bf92e6bcf027.tar Essentials-e5f40f5b6f5cdff7159b4ab47530bf92e6bcf027.tar.gz Essentials-e5f40f5b6f5cdff7159b4ab47530bf92e6bcf027.tar.lz Essentials-e5f40f5b6f5cdff7159b4ab47530bf92e6bcf027.tar.xz Essentials-e5f40f5b6f5cdff7159b4ab47530bf92e6bcf027.zip |
Edited README.markdown via GitHub
-rw-r--r-- | README.markdown | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index dd0cf38d2..cfd6629d6 100644 --- a/README.markdown +++ b/README.markdown @@ -11,7 +11,10 @@ Recommended NetBeans plugins: * Git * PMD & FindBugs ( http://kenai.com/projects/sqe/pages/Home ) -In the root folder of the repository is a file called settings.zip. It contains the code guidelines settings. Open the preferences of NetBeans and import the zip file. Use "Source > Format" before each commit please. +You don't need to import settings.zip anymore, since the format guidelines have been added to the project properties. + +Windows users, please read this: http://help.github.com/line-endings/ +The default line ending is LF. To build all jars, select the BuildAll project and build that. You'll find all jars inside the dist/lib folder of the BuildAll project. |