Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a6bbb25ac25f518719fa7e2fb451b68bdc0eebf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
bin.includes = plugin.xml,\
               META-INF/,\
               icons/,\
               editor.jar,\
               about.html
jars.compile.order = editor.jar
source.editor.jar = src/
src.includes = META-INF/,\
               icons/,\
               plugin.xml,\
               about.html
output.editor.jar = bin/

Back to the top