Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2017-05-11 07:13:20 +0000
committerDani Megert2017-05-11 07:13:20 +0000
commitbf7aaeffe4a71a533963b237e89031c1c2935dc3 (patch)
tree05bd4801b8aa469dcdd1d73b98f9be30999aa56a
parentb128cfb79dcaa0c963a0db03afc0b124fdc5860a (diff)
downloadeclipse.platform.text-bf7aaeffe4a71a533963b237e89031c1c2935dc3.tar.gz
eclipse.platform.text-bf7aaeffe4a71a533963b237e89031c1c2935dc3.tar.xz
eclipse.platform.text-bf7aaeffe4a71a533963b237e89031c1c2935dc3.zip
-rw-r--r--org.eclipse.ui.genericeditor.examples/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.ui.genericeditor.examples/build.properties b/org.eclipse.ui.genericeditor.examples/build.properties
index ccb89133f25..50cb5eea8f0 100644
--- a/org.eclipse.ui.genericeditor.examples/build.properties
+++ b/org.eclipse.ui.genericeditor.examples/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2016 Red Hat Inc. and others
+# Copyright (c) 2016, 2017 Red Hat Inc. 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
@@ -14,3 +14,4 @@ bin.includes = META-INF/,\
about.html,\
.,\
plugin.xml
+src.includes = about.html

Back to the top