Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-03-09 18:26:11 +0000
committerEike Stepper2008-03-09 18:26:11 +0000
commitef2419ce8fe01f574c0668ff9c4a7fd3b94a0e40 (patch)
tree4377b7338e35db29d5a135073cf66f4c1f0bb12c /plugins/org.eclipse.net4j.db.tests/build.properties
parent122d35629cbb26ccc87975279207965ce4bb874b (diff)
downloadcdo-ef2419ce8fe01f574c0668ff9c4a7fd3b94a0e40.tar.gz
cdo-ef2419ce8fe01f574c0668ff9c4a7fd3b94a0e40.tar.xz
cdo-ef2419ce8fe01f574c0668ff9c4a7fd3b94a0e40.zip
Added DB Tests
Diffstat (limited to 'plugins/org.eclipse.net4j.db.tests/build.properties')
-rw-r--r--plugins/org.eclipse.net4j.db.tests/build.properties27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j.db.tests/build.properties b/plugins/org.eclipse.net4j.db.tests/build.properties
new file mode 100644
index 0000000000..52d5161e5d
--- /dev/null
+++ b/plugins/org.eclipse.net4j.db.tests/build.properties
@@ -0,0 +1,27 @@
+# Copyright (c) 2004 - 2008 Eike Stepper, Germany.
+# 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
+
+# NLS_MESSAGEFORMAT_VAR
+
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ about.html,\
+ copyright.txt,\
+ epl-v10.html,\
+ license.html,\
+ plugin.properties,\
+ test.xml,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png
+jars.extra.classpath = platform:/plugin/org.eclipse.net4j.db.derby/lib/derby.jar,\
+ platform:/plugin/org.eclipse.net4j.db.derby/lib/derbyclient.jar

Back to the top