Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: aef1cc58bba68f2f26860676af2636f1e44981ee (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,\
               plugin.properties
src.includes = src/,\
               plugin.xml,\
               icons/,\
               .settings/,\
               META-INF/,\
               about.html,\
               .classpath,\
               .project,\
               build.properties,\
               plugin.properties

Back to the top