Quick & Dirty Readme
--------------------

This plugin requries the JFreeChart and JCommon libraries to be on the classpath when compiling and using. A copy is in the 'lib' directory for your convenience. Confluence 2.0 comes with these libraries installed.

Compiling with Maven
--------------------

If you'd like to compile with Maven there are a couple of steps (assuming you already have Maven installed).

1. Download the Confluence Development Kit (http://confluence.atlassian.com/x/AQ4C)
2. Create a file in this directory called 'build.properties' containing something like the following:

devkit.path = /my/path/to/confluence-development-kit

3. Enter 'maven jar' on the command line.
