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

Back to the top