diff --git a/remote/org.eclipse.remote.console/build.properties b/remote/org.eclipse.remote.console/build.properties index 71e10fe56e1..1e413e22bce 100644 --- a/remote/org.eclipse.remote.console/build.properties +++ b/remote/org.eclipse.remote.console/build.properties @@ -9,5 +9,6 @@ bin.includes = META-INF/,\ about.mappings,\ about.properties,\ cdt_logo_icon32.png,\ - about.html + about.html,\ + schema/ src.includes = about.html diff --git a/remote/org.eclipse.remote.core/build.properties b/remote/org.eclipse.remote.core/build.properties index 8ca7dfda26b..80d71a194b3 100644 --- a/remote/org.eclipse.remote.core/build.properties +++ b/remote/org.eclipse.remote.core/build.properties @@ -9,4 +9,5 @@ bin.includes = META-INF/,\ about.mappings,\ about.properties,\ ptp_logo_icon32.png,\ - schema/ + schema/,\ + .options diff --git a/remote/org.eclipse.remote.doc.isv/build.properties b/remote/org.eclipse.remote.doc.isv/build.properties index c89a38cacc6..8b6a6e3f262 100644 --- a/remote/org.eclipse.remote.doc.isv/build.properties +++ b/remote/org.eclipse.remote.doc.isv/build.properties @@ -3,4 +3,9 @@ bin.includes = plugin.xml,\ html/,\ toc*.xml,\ css/,\ - about.html + about.html,\ + toc.xml,\ + tocconcepts.xml,\ + tocgettingstarted.xml,\ + tocreference.xml,\ + tocsamples.xml