Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 749be67df4201c0467594fe904fc310872a260b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
output.. = target/classes/
bin.includes = .,\
               META-INF/,\
               OSGI-INF/,\
               about.html,\
               plugin.xml,\
               icons/,\
               schema/
source.. = src/main/java/
src.includes = about.html

Back to the top