Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.expressions.editor/build.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.expressions.editor/build.properties16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.expressions.editor/build.properties b/plugins/org.eclipse.emf.cdo.expressions.editor/build.properties
index 9d0c07221a..be9788fe39 100644
--- a/plugins/org.eclipse.emf.cdo.expressions.editor/build.properties
+++ b/plugins/org.eclipse.emf.cdo.expressions.editor/build.properties
@@ -1,3 +1,14 @@
+# 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/,\
@@ -10,3 +21,8 @@ jars.compile.order = .
source.. = src/
src.includes = copyright.txt,\
about.html
+
+doc.project = org.eclipse.emf.cdo.doc
+
+generateSourceReferences = true
+ \ No newline at end of file

Back to the top