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

src.includes = about.html

Back to the top