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