Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 076d73cb2379b1d1c6d0b29f02c389891440a6c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
bin.includes = META-INF/,\
               models/,\
               bin/,\
               about.html,\
               plugin.properties
src.includes = test/,\
               plugin.properties,\
               models/,\
               build.properties,\
               about.html,\
               META-INF/,\
               .classpath,\
               .project

Back to the top