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

Back to the top