Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-02-26 07:35:51 +0000
committerAlexander Kurtakov2014-02-26 07:35:51 +0000
commitc133536b2a8163c5476bfa1ed792024301427b7e (patch)
treeb16fca41a72b2c3a8dee8e796c9f7329572cf3a6
parent5392f35feadc22fdbd569e45a55885298d347843 (diff)
downloadeclipse.platform.ui-c133536b2a8163c5476bfa1ed792024301427b7e.tar.gz
eclipse.platform.ui-c133536b2a8163c5476bfa1ed792024301427b7e.tar.xz
eclipse.platform.ui-c133536b2a8163c5476bfa1ed792024301427b7e.zip
Bug 429108 - Remove deleted file from bin.includes
Remove deleted file from bin.includes. Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.ui.workbench/build.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui.workbench/build.properties b/bundles/org.eclipse.ui.workbench/build.properties
index 23b5af90f27..6629e0f3d86 100644
--- a/bundles/org.eclipse.ui.workbench/build.properties
+++ b/bundles/org.eclipse.ui.workbench/build.properties
@@ -5,8 +5,7 @@ bin.includes = plugin.properties,\
META-INF/,\
.options,\
LegacyIDE.e4xmi,\
- OSGI-INF/ColorAndFontProvider.xml,\
- OSGI-INF/localechangeservice.xml
+ OSGI-INF/ColorAndFontProvider.xml
src.includes = about.html
source.. = Eclipse UI/,\
Eclipse UI Editor Support/

Back to the top