Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f573cb2aa3c67596d2375c2358bef5fa048284bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
bin.includes = .,\
               model/,\
               about.html,\
               META-INF/,\
               plugin.xml,\
               plugin.properties
src.includes = about.html
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top