Skip to main content
summaryrefslogtreecommitdiffstats
blob: 577d7296745bf5f7e5d4ff4a18e114a7f4429e5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
bin.includes = .,\
               META-INF/,\
               plugin.xml,\
               about.html,\
               asl-v20.txt,\
               plugin.properties,\
               NOTICE.txt
src.includes = about.html,\
               asl-v20.txt,\
               NOTICE.txt
source.. = src/,\
           jmdns/
output.. = bin/
javacSource = 1.5
javacTarget = 1.4
javacErrors.. = -assertIdentifier,-enumIdentifier

Back to the top