Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8a16a83848fa29b844cbf8b7ccf658d21342fe0b (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,\
               asl-v20.txt,\
               plugin.properties,\
               NOTICE.txt
src.includes = about.html,\
               asl-v20.txt,\
               plugin.properties,\
               NOTICE.txt
output.jmdns.jar = bin/
source.. = src/,\
           jmdns/
output.. = bin/

Back to the top