From 32a1b3134c490296fffc7851365790b90f6eb82f Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Thu, 21 May 2015 10:21:39 -0400 Subject: [PATCH] Fix missing about files. --- bundles/org.eclipse.launchbar.core/build.properties | 3 ++- bundles/org.eclipse.launchbar.ui/build.properties | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bundles/org.eclipse.launchbar.core/build.properties b/bundles/org.eclipse.launchbar.core/build.properties index e9863e281ea..786b1df9364 100644 --- a/bundles/org.eclipse.launchbar.core/build.properties +++ b/bundles/org.eclipse.launchbar.core/build.properties @@ -2,4 +2,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.xml + plugin.xml,\ + about.html diff --git a/bundles/org.eclipse.launchbar.ui/build.properties b/bundles/org.eclipse.launchbar.ui/build.properties index 6b4afb7a5a7..088f01d1b5a 100644 --- a/bundles/org.eclipse.launchbar.ui/build.properties +++ b/bundles/org.eclipse.launchbar.ui/build.properties @@ -4,4 +4,5 @@ bin.includes = META-INF/,\ .,\ plugin.xml,\ icons/,\ - plugin.properties + plugin.properties,\ + about.html