Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b9ca46651c70057e650dfb0e13944b68f3eb18ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#

bin.includes = .,\
               icons/,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               about.html
jars.compile.order = .
source.. = src/
output.. = bin
src.includes = about.html

Back to the top