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

Back to the top