Skip to main content
summaryrefslogtreecommitdiffstats
blob: 15f69b6bd743c28218caa2bc8df3938f59c13806 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#

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

Back to the top