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

Back to the top