Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ec18ed5476079fbbde74c30acdd417ab25f1d663 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
bin.includes = META-INF/,\
               .,\
               about.html,\
               plugin.properties,\
               models/
src.includes = about.html,\
               META-INF/MANIFEST.MF,\
               models/,\
               plugin.properties
source..=src/,test/
output..=bin/

Back to the top