Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b0287adc471d0279b831ae89ca9fad29eac9baa6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.xml,\
               about.html,\
               icons/,\
               plugin.properties,\
               .options,\
               css/,\
               schema/,\
               OSGI-INF/
src.includes = about.html,\
               icons/

Back to the top