Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a8e46137a8b75396eb4a700c102a3814fd27f751 (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
28
29
30
31
32
33
34
35
36
37
# Copyright (c) 2009-2013 Eike Stepper (Berlin, Germany) and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#    Eike Stepper - initial API and implementation

bin.includes = .,\
               META-INF/,\
               plugin.properties,\
               about.html,\
               .options
jars.compile.order = .
source.. = src/
output.. = bin/
src.includes = about.html,\
               CDO AllTests (DB2 non-audit).launch,\
               CDO AllTests (Derby).launch,\
               CDO AllTests (H2 audit).launch,\
               CDO AllTests (H2 branching).launch,\
               CDO AllTests (H2 non-audit).launch,\
               CDO AllTests (H2 offline).launch,\
               CDO AllTests (Hsqldb audit).launch,\
               CDO AllTests (Hsqldb non-audit).launch,\
               CDO AllTests (Mysql).launch,\
               CDO AllTests (PostgreSQL ALL).launch,\
               CDO AllTests (DBStore).launch,\
               CDO AllTests (H2 ALL).launch,\
               CDO AllTests (H2 UUIDs).launch,\
               CDO Performance Tests (H2 non-audit).launch,\
               CDO AllTests (H2 ALL) with ServerBrowser.launch,\
               CDO AllTests (Mysql offline).launch,\
               CDO AllTests (Oracle).launch

generateSourceReferences = true

Back to the top