diff options
author | snowleo <schneeleo@gmail.com> | 2011-06-07 23:01:28 +0200 |
---|---|---|
committer | snowleo <schneeleo@gmail.com> | 2011-06-07 23:01:28 +0200 |
commit | ce8d75df9444bf0dd92334ec6fc2b7968e1f638c (patch) | |
tree | ba122783b968b0f00a6a8d5ff79e28f6f15873c9 /README.markdown | |
parent | 40a919c9aafd15d1d4119599854bafb3e91a2de6 (diff) | |
download | Essentials-ce8d75df9444bf0dd92334ec6fc2b7968e1f638c.tar Essentials-ce8d75df9444bf0dd92334ec6fc2b7968e1f638c.tar.gz Essentials-ce8d75df9444bf0dd92334ec6fc2b7968e1f638c.tar.lz Essentials-ce8d75df9444bf0dd92334ec6fc2b7968e1f638c.tar.xz Essentials-ce8d75df9444bf0dd92334ec6fc2b7968e1f638c.zip |
Added developer readme and settings.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown new file mode 100644 index 000000000..3d21b2baf --- /dev/null +++ b/README.markdown @@ -0,0 +1,16 @@ +Essentials Development Readme +============================= + +The official repository is at: +https://github.com/essentials/Essentials + +We use NetBeans 7 for development. + +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. + +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.
\ No newline at end of file |