Skip to main content
summaryrefslogtreecommitdiffstats
blob: d549d60a0d71603b2accd6000480bcf7d8fcd3c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               fragment.properties,\
               fragment.xml,\
               about.html,\
               jnicrypt.dll
src.includes = cpp/,\
               META-INF/,\
               about.html

Back to the top