[FELIX-4921] Don't activate baselining by default, because unmodified modules don't compile anymore once all bundles are recompiled after artifacts are released.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1715675 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/cnf/build.bnd b/dependencymanager/cnf/build.bnd
index a78277f..e999562 100644
--- a/dependencymanager/cnf/build.bnd
+++ b/dependencymanager/cnf/build.bnd
@@ -39,6 +39,7 @@
#bin: bin
#testsrc: test
#testbin: bin_test
+#test-reports: test-reports
#target-dir: generated
#target: ${project}/${target-dir}
#build: ${workspace}/cnf
@@ -51,6 +52,7 @@
#javac: javac
javac.source: 1.7
javac.target: 1.7
+#javac.profile:
#javac.debug: on
## Bnd Options
@@ -65,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}