Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4b9547b7df0d4e0fc4e76ba846fb7ed21092c531 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# This is my code.

bin.includes = .,\
               model/,\
               META-INF/,\
               plugin.xml,\
               plugin.properties
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top