======================================
 BUILDING THE NDPITools PLUGIN BUNDLE
======================================

-------------
PRESEQUISITES
-------------
 
  * Java compiler, tested with Oracle Java SE 6 
  (http://www.oracle.com/technetwork/java/javase/downloads/index.html)
    
  * Ant (http://ant.apache.org)
    - tested with 1.8.1 and 1.8.2
    
--------
BUILDING
--------

To rebuild and start included version of ImageJ type:
  $ ant run

To greate the plugins JAR file type:
  $ ant jar
The plugins JAR will be placed in sandbox/plugins. You can copy it into 
the plugins directory of ImageJ.

For summary of other top level Ant targets type:
  $ ant -projecthelp
  
-------------------
DIRECTORY STRUCTURE
-------------------

Source directories:

docs - documentation
lib  - dependent libraries
src  - source code

Directories created and used by Ant (they are removed using clean-all target):

build   - where binaries are built
dist    - where generated distribution files are placed
sandbox - directory used for running Image/J
