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

Back to the top