Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3fee1f7b82aec6ab1f68e83804de33ff88c82bce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.xml,\
               icons/
src.includes = .classpath,\
               .project,\
               META-INF/,\
               build.properties,\
               icons/,\
               plugin.properties,\
               plugin.xml,\
               src/

Back to the top