Removes Include-Resource header in order to reduce binary diff between same bundles.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1732798 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/cnf/build.bnd b/dependencymanager/cnf/build.bnd
index cd63f47..4c330f4 100644
--- a/dependencymanager/cnf/build.bnd
+++ b/dependencymanager/cnf/build.bnd
@@ -67,7 +67,7 @@
## To enable baselining, uncomment the following lines:
-#-baseline: *
+-baseline: *
## If you use git, you might want to uncomment the following lines:
# Git-Descriptor: ${system-allow-fail;git describe --dirty --always}
@@ -78,4 +78,4 @@
# Removes some headers in order to reduce binary diff between same bundles that are not changed between subsequent releases.
# see FELIX-4915
#
--removeheaders: Bnd-LastModified,Tool,Created-By
+-removeheaders: Bnd-LastModified,Tool,Created-By,Include-Resource