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

Back to the top