Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 41dc3a9fc219174cdf4ba3c902fd4adbf3429623 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source.. = src/
output.. = bin/
bin.includes = plugin.properties,\
               META-INF/,\
               epl-v10.html,\
               modeling32.png,\
               about.ini,\
               about.properties,\
               copyright.txt,\
               about.html,\
               .
src.includes = about.html,\
               epl-v10.html,\
               copyright.txt,\
               modeling32.png,\
               license.html,\
               about.properties,\
               about.ini
jars.compile.order = .
javacSource=1.5
javacTarget=1.5

Back to the top