Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 525a89f2c3355630e2d53b1b92ed8f08c3c9e9b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               about.html,\
               build.properties,\
               plugin.xml,\
               schema/
src.includes = about.html,\
               schema/

Back to the top