Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 74514944d064129d89f08b2407fdd99a674bca76 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                  
#
#Mon Oct 21 00:09:04 CEST 2013
bin.includes = .,\
               META-INF/,\
               plugin.properties,\
               target/classes/,\
               about.html
output..=target/classes/
jars.compile.order=.
source.. = src/,\
           xtend-gen/
src.includes = about.html

Back to the top