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

Back to the top