You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pd...@apache.org on 2015/11/22 19:45:51 UTC

svn commit: r1715675 - /felix/trunk/dependencymanager/cnf/build.bnd

Author: pderop
Date: Sun Nov 22 18:45:51 2015
New Revision: 1715675

URL: http://svn.apache.org/viewvc?rev=1715675&view=rev
Log:
[FELIX-4921] Don't activate baselining by default, because unmodified modules don't compile anymore once all bundles are recompiled after artifacts are released.

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=1715675&r1=1715674&r2=1715675&view=diff
==============================================================================
--- felix/trunk/dependencymanager/cnf/build.bnd (original)
+++ felix/trunk/dependencymanager/cnf/build.bnd Sun Nov 22 18:45:51 2015
@@ -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 @@ javac.target:          1.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}