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

Back to the top