Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8d39fb7473e4d88d4d73ffebd92474b9ece719c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
source.. = src/
output.. = target/classes/
bin.includes = META-INF/,\
               .,\
               plugin.xml,\
               plugin.properties,\
               icons/,\
               intro/,\
               schema/,\
               help/,\
               helpContext.xml,\
               m2eclipse.gif,\
               about.html
src.includes = about.html

Back to the top