build.properties

Example build.properties:

main.class=project.main.Clazz
bin.includes = conf/
bin.excludes = conf/exclude.txt

main.class

The project main class (will be used for generated jar manifest (to enable running with java -jar)

bin.includes and bin.excludes

Optional stuff to copy next to the jar file.
This can be edited with the Eclipse build.properties editor (UI) by double clicking on the build.properties file.