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

Back to the top