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

Back to the top