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

Back to the top