Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 532fe48252547c7482fbbf7e34e6ecf5eda723fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
src.includes = about.html
bin.includes = plugin.xml,\
               test.xml,\
               META-INF/,\
               epl-v10.html,\
               lib/,\
               library.jar,\
               copyright.txt
jars.compile.order = library.jar
source.library.jar = src/
output.library.jar = bin/

Back to the top