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

Back to the top