blob: 6d35b6ffd663083ac7829c7aaa454b2dbcd6e32d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
bin.includes = .,\
src/main/xcore/,\
META-INF/,\
plugin.xml,\
plugin.properties
jars.compile.order = .
source.. = src/main/xcore-gen/,\
src/main/xcore/
output.. = target/classes/
|