Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2964bc2d7b12c0604945038e6f0482e19dc7267a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#

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

Back to the top