blob: 96d191ea7fab2718b1ef154c14b6264d6366301a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
bin.includes = plugin.xml,\
META-INF/,\
icons/,\
.,\
templates/,\
about.ini,\
libs/,\
about.properties,\
NOTICE,\
about.html,\
libs/common.jar
source.. = src/
output.. = bin/
bin.excludes = libs/.gitignore
|