Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.team.cvs.ui/build.properties2
-rw-r--r--bundles/org.eclipse.team.ui/build.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/build.properties b/bundles/org.eclipse.team.cvs.ui/build.properties
index 3ec8fd9aa..deedfca10 100644
--- a/bundles/org.eclipse.team.cvs.ui/build.properties
+++ b/bundles/org.eclipse.team.cvs.ui/build.properties
@@ -1,4 +1,4 @@
# Eclipse build contribution
source.teamcvsui.jar=src/
src.includes=about.html
-bin.includes=about.html,icons/,plugin.xml,plugin.properties,*.jar,help_contexts.xml \ No newline at end of file
+bin.includes=about.html,icons/,plugin.xml,plugin.properties,*.jar \ No newline at end of file
diff --git a/bundles/org.eclipse.team.ui/build.properties b/bundles/org.eclipse.team.ui/build.properties
index 3ef4fb5d6..4db2fd6e8 100644
--- a/bundles/org.eclipse.team.ui/build.properties
+++ b/bundles/org.eclipse.team.ui/build.properties
@@ -1,4 +1,4 @@
# Eclipse build contribution
-bin.includes=about.html,icons/,plugin.xml,plugin.properties,*.jar,help_contexts.xml
+bin.includes=about.html,icons/,plugin.xml,plugin.properties,*.jar
source.teamui.jar=src/
src.includes=about.html

Back to the top