Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a6bab14a35792185c6334dcdc94cd889dba35cac (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
25
26
27
source.. = src/
output.. = bin/
bin.includes = plugin.properties,\
               META-INF/,\
               epl-v10.html,\
               modeling32.png,\
               about.ini,\
               about.properties,\
               copyright.txt,\
               about.html,\
               .,\
               test.xml,\
               run/,\
               src/dbadapters.properties,\
               src/emft_test.properties,\
               src/local_test.properties,\
               jdo/
src.includes = about.html,\
               epl-v10.html,\
               copyright.txt,\
               jdo/
jars.compile.order = .
bin.excludes = lib/jdo2-api-2.0-rc1.jar,\
               lib/jpox-1.1.0-rc-1.jar,\
               lib/jpox-enhancer-1.1.0-rc-1.jar
javacSource=1.5
javacTarget=1.5

Back to the top