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

Back to the top