Paths can be defined in the following ways:

1. c:/xxx/yyy - all class files of directory
2. c:/xxx/yyy/zzz.jar - one explicit jar file
3. c:/xxx/yyy/*.jar - all jar files of directory

You may use "${project}" in order to dynamically reference the project directory.
