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

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

Back to the top