From 1f9f3a19a0cda20214aa7893cab2f3e0ec263cfc Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Wed, 20 May 2015 23:02:08 -0400 Subject: [PATCH] Icons missing from the build.properties file. Added them. Also missing some properties files. Change-Id: I35a350bd33a4df2376df3f50d2a439335ba2943d --- bundles/org.eclipse.remote.jsch.ui/build.properties | 4 +++- bundles/org.eclipse.remote.serial.core/build.properties | 3 ++- bundles/org.eclipse.remote.serial.ui/build.properties | 4 +++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/bundles/org.eclipse.remote.jsch.ui/build.properties b/bundles/org.eclipse.remote.jsch.ui/build.properties index aca5ac03c49..a04702242bd 100644 --- a/bundles/org.eclipse.remote.jsch.ui/build.properties +++ b/bundles/org.eclipse.remote.jsch.ui/build.properties @@ -4,4 +4,6 @@ bin.includes = META-INF/,\ .,\ plugin.xml,\ plugin.properties,\ - about.html \ No newline at end of file + about.html,\ + icons/ + diff --git a/bundles/org.eclipse.remote.serial.core/build.properties b/bundles/org.eclipse.remote.serial.core/build.properties index 13880ee66f5..2b28ace8c9d 100644 --- a/bundles/org.eclipse.remote.serial.core/build.properties +++ b/bundles/org.eclipse.remote.serial.core/build.properties @@ -7,4 +7,5 @@ bin.includes = META-INF/,\ about.ini,\ about.mappings,\ about.properties,\ - ptp_logo_icon32.png + ptp_logo_icon32.png,\ + plugin.properties diff --git a/bundles/org.eclipse.remote.serial.ui/build.properties b/bundles/org.eclipse.remote.serial.ui/build.properties index 13880ee66f5..14495aefba3 100644 --- a/bundles/org.eclipse.remote.serial.ui/build.properties +++ b/bundles/org.eclipse.remote.serial.ui/build.properties @@ -7,4 +7,6 @@ bin.includes = META-INF/,\ about.ini,\ about.mappings,\ about.properties,\ - ptp_logo_icon32.png + ptp_logo_icon32.png,\ + icons/,\ + plugin.properties