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

Back to the top