Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/installer/org.eclipse.papyrusrt.installer/build.properties')
-rw-r--r--releng/installer/org.eclipse.papyrusrt.installer/build.properties7
1 files changed, 5 insertions, 2 deletions
diff --git a/releng/installer/org.eclipse.papyrusrt.installer/build.properties b/releng/installer/org.eclipse.papyrusrt.installer/build.properties
index a63274efb..cb77d6604 100644
--- a/releng/installer/org.eclipse.papyrusrt.installer/build.properties
+++ b/releng/installer/org.eclipse.papyrusrt.installer/build.properties
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2016 Christian W. Damus and others.
+# Copyright (c) 2016, 2017 Christian W. Damus 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
@@ -16,5 +16,8 @@ bin.includes = META-INF/,\
splash.bmp,\
icons/,\
plugin.properties,\
- pom.xml
+ pom.xml,\
+ about.mappings,\
+ about.html
bin.excludes = icons/**/*.pxm
+src.includes = about.html

Back to the top