Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2013-06-19 19:54:22 +0000
committerRoland Grunberg2013-06-20 20:56:58 +0000
commit398abd136aed831685ffca11ae2d6eba944e3a4b (patch)
tree76cee9ad53c3643e5852dac740ccdfec2830894d /profiling/org.eclipse.linuxtools.tools.launch.ui
parenta197e0af0d47d7cfec184ff987d164027aadfd29 (diff)
downloadorg.eclipse.linuxtools-398abd136aed831685ffca11ae2d6eba944e3a4b.tar.gz
org.eclipse.linuxtools-398abd136aed831685ffca11ae2d6eba944e3a4b.tar.xz
org.eclipse.linuxtools-398abd136aed831685ffca11ae2d6eba944e3a4b.zip
Bug 410367 - Add 'about.html' to 'src.includes'
- Fix feature source templates to get epl and license files included too. - Fix tools.launch.ui, libhover.newlib, and rdt.proxy plugins to include about.html with binary jar. Change-Id: I39a122a2cd74c7244ea3635f80cf14346dbe5ae6 Reviewed-on: https://git.eclipse.org/r/13960 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
Diffstat (limited to 'profiling/org.eclipse.linuxtools.tools.launch.ui')
-rw-r--r--profiling/org.eclipse.linuxtools.tools.launch.ui/build.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/profiling/org.eclipse.linuxtools.tools.launch.ui/build.properties b/profiling/org.eclipse.linuxtools.tools.launch.ui/build.properties
index 6170631293..7b3c227b84 100644
--- a/profiling/org.eclipse.linuxtools.tools.launch.ui/build.properties
+++ b/profiling/org.eclipse.linuxtools.tools.launch.ui/build.properties
@@ -2,6 +2,7 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml, \
- plugin.properties
+ plugin.xml,\
+ plugin.properties,\
+ about.html
src.includes = about.html

Back to the top