Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-11-12 17:37:52 +0000
committerEike Stepper2010-11-12 17:37:52 +0000
commit7251cc0e0a009444373763794da5e698b6b48f5b (patch)
tree1b5298597f23b333ae1d206b341385323fc21b94 /features/org.eclipse.net4j.db.db2-feature/build.properties
parent8dfd5bce28e3fb13dfd8bafeef03faad3c436f7a (diff)
downloadcdo-7251cc0e0a009444373763794da5e698b6b48f5b.tar.gz
cdo-7251cc0e0a009444373763794da5e698b6b48f5b.tar.xz
cdo-7251cc0e0a009444373763794da5e698b6b48f5b.zip
[330072] Provide a DB Adapter for DB2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=330072
Diffstat (limited to 'features/org.eclipse.net4j.db.db2-feature/build.properties')
-rw-r--r--features/org.eclipse.net4j.db.db2-feature/build.properties23
1 files changed, 23 insertions, 0 deletions
diff --git a/features/org.eclipse.net4j.db.db2-feature/build.properties b/features/org.eclipse.net4j.db.db2-feature/build.properties
new file mode 100644
index 0000000000..a78395fe16
--- /dev/null
+++ b/features/org.eclipse.net4j.db.db2-feature/build.properties
@@ -0,0 +1,23 @@
+# Copyright (c) 2004 - 2010 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
+
+# NLS_MESSAGEFORMAT_VAR
+
+bin.includes = feature.xml,\
+ license.html,\
+ feature.properties,\
+ epl-v10.html,\
+ about.html,\
+ copyright.txt,\
+ eclipse.gif,\
+ eclipse_update_120.jpg
+src.includes = about.html,\
+ copyright.txt,\
+ epl-v10.html,\
+ license.html

Back to the top