Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.projectconfig.editor/build.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.projectconfig.editor/build.properties15
1 files changed, 14 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.projectconfig.editor/build.properties b/plugins/org.eclipse.emf.cdo.releng.projectconfig.editor/build.properties
index 5fb07711cf..e970acd6fa 100644
--- a/plugins/org.eclipse.emf.cdo.releng.projectconfig.editor/build.properties
+++ b/plugins/org.eclipse.emf.cdo.releng.projectconfig.editor/build.properties
@@ -1,10 +1,23 @@
+# Copyright (c) 2013 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 = .,\
icons/,\
META-INF/,\
plugin.xml,\
- plugin.properties
+ plugin.properties,\
+ about.html,\
+ copyright.txt
jars.compile.order = .
source.. = src/
output.. = bin
+src.includes = about.html,\
+ copyright.txt

Back to the top