Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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