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