Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 61d14419ea64b77ae4eeac6ce71fbdf435391fe9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
bin.includes = META-INF/,\
               plugin.xml,\
               toc.xml,\
               cheatsheets/,\
               about.html,\
               plugin.properties,\
               doc/,\
               tools.xml,\
               index/,\
               images/,\
               book.css,\
               CDT/
jars.compile.order = .

Back to the top