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

Back to the top