Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.net4j.db.postgresql-feature/sourceTemplatePlugin/build.properties')
-rw-r--r--features/org.eclipse.net4j.db.postgresql-feature/sourceTemplatePlugin/build.properties24
1 files changed, 24 insertions, 0 deletions
diff --git a/features/org.eclipse.net4j.db.postgresql-feature/sourceTemplatePlugin/build.properties b/features/org.eclipse.net4j.db.postgresql-feature/sourceTemplatePlugin/build.properties
new file mode 100644
index 0000000000..f49dbc8752
--- /dev/null
+++ b/features/org.eclipse.net4j.db.postgresql-feature/sourceTemplatePlugin/build.properties
@@ -0,0 +1,24 @@
+# Copyright (c) 2004 - 2009 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 = plugin.xml,\
+ plugin.properties,\
+ epl-v10.html,\
+ license.html,\
+ copyright.txt,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png,\
+ src/,\
+ META-INF/
+sourcePlugin = true

Back to the top