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

Back to the top