Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-05-01 06:34:16 +0000
committerEike Stepper2012-05-01 06:34:16 +0000
commit16ea94994536ee97ada5318f174a08f5108d0b07 (patch)
treee9e44376958acfe5c2e4040d7c29456883726b22 /plugins/org.eclipse.emf.cdo.tests.db/build.properties
parentd57f1d7713c7fbfbc023df2fae808bf50af3e857 (diff)
downloadcdo-16ea94994536ee97ada5318f174a08f5108d0b07.tar.gz
cdo-16ea94994536ee97ada5318f174a08f5108d0b07.tar.xz
cdo-16ea94994536ee97ada5318f174a08f5108d0b07.zip
Fix test launches
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.db/build.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db/build.properties65
1 files changed, 34 insertions, 31 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.db/build.properties b/plugins/org.eclipse.emf.cdo.tests.db/build.properties
index 65455211eb..d3d1d56ff7 100644
--- a/plugins/org.eclipse.emf.cdo.tests.db/build.properties
+++ b/plugins/org.eclipse.emf.cdo.tests.db/build.properties
@@ -1,31 +1,34 @@
-# Copyright (c) 2004 - 2012 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,\
- copyright.txt,\
- about.html,\
- .options
-jars.compile.order = .
-source.. = src/
-output.. = bin/
-src.includes = about.html,\
- copyright.txt,\
- 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 non-audit).launch,\
- CDO AllTests (DBStore).launch
+# Copyright (c) 2004 - 2012 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,\
+ copyright.txt,\
+ about.html,\
+ .options
+jars.compile.order = .
+source.. = src/
+output.. = bin/
+src.includes = about.html,\
+ copyright.txt,\
+ 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 non-audit).launch,\
+ CDO AllTests (DBStore).launch,\
+ CDO AllTests (H2 ALL).launch,\
+ CDO AllTests (H2 UUIDs).launch,\
+ CDO Performance Tests (H2 non-audit).launch

Back to the top