Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 18d13dc3ed61c5b8dd7cca7a0e46b26e5aea6701 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bin.includes = .,\
               META-INF/,\
               plugin.xml,\
               about.html,\
               plugin.properties
src.includes = META-INF/,\
               plugin.xml,\
               about.html,\
               plugin.properties,\
               src/
jars.compile.order = dsprovider.jar,\
                     .
output.dsprovider.jar = bin/
source.. = src/
output.. = bin/

Back to the top