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

Back to the top