1
source.. = src/
2
output.. = bin/
3
bin.includes = plugin.xml,\
4
META-INF/,\
5
.,\
6
templates/,\
7
images/,\
8
about.html,\
9
about.ini,\
10
about.mappings,\
11
about.properties
12
javacSource=1.5
13
javacTarget=1.5
14