Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0707de5c38aa9e137e65a81aa27a2ef584c5a938 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               OSGI-INF/,\
               OSGI-INF/l10n/,\
               copyright.txt,\
               epl-v10.html,\
               license.html,\
               about.html
src.includes = license.html,\
               epl-v10.html,\
               copyright.txt,\
               build.properties,\
               about.html,\
               OSGI-INF/,\
               META-INF/,\
               CDO AllTests (DB4O).launch,\
               .settings/,\
               .project,\
               .classpath,\
               src/

Back to the top