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

Back to the top