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

Back to the top