Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b747cf89e1e1416b4ad6a56d08257fd946180d6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
bin.includes = test.build.jar,\
               about.html,\
               chkpiiIgnoreFiles_html.txt,\
               plugin.properties,\
               chkpiiIgnoreFiles_xml.txt,\
               META-INF/,\
               test.xml,\
               chkpiiIgnoreFiles_properties.txt
src.includes = about.html
output.test.build.jar = bin/
source.test.build.jar = src/
exclude.test.build.jar = **/doc-files/**

Back to the top