Author: pderop
Date: Sun Feb 28 21:30:23 2016
New Revision: 1732799
URL: http://svn.apache.org/viewvc?rev=1732799&view=rev
Log:
Turn off baselining by default.
Modified:
felix/trunk/dependencymanager/cnf/build.bnd
Modified: felix/trunk/dependencymanager/cnf/build.bnd
URL:
http://svn.apache.org/viewvc/felix/trunk/dependencymanager/cnf/build.bnd?rev=1732799&r1=1732798&r2=1732799&view=diff
==============================================================================
--- felix/trunk/dependencymanager/cnf/build.bnd (original)
+++ felix/trunk/dependencymanager/cnf/build.bnd Sun Feb 28 21:30:23 2016
@@ -67,7 +67,7 @@ javac.target: 1.8
## 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}