diff mx/commands.py @ 9343:cdc21fd3d389

removed obsolete JaCoCo inclusion filter
author Doug Simon <doug.simon@oracle.com>
date Fri, 26 Apr 2013 22:19:21 +0200
parents 90ee20fd2c05
children 0fc67e300471
line wrap: on
line diff
--- a/mx/commands.py	Fri Apr 26 22:18:59 2013 +0200
+++ b/mx/commands.py	Fri Apr 26 22:19:21 2013 +0200
@@ -749,7 +749,7 @@
             excludes += _find_classes_with_annotations(p, None, ['@Snippet', '@ClassSubstitution', '@Test'], includeInnerClasses=True).keys()
             excludes += p.find_classes_with_matching_source_line(None, lambda line: 'JaCoCo Exclude' in line, includeInnerClasses=True).keys()
             
-        includes = ['com.oracle.graal.*', 'com.oracle.max.*']
+        includes = ['com.oracle.graal.*']
         agentOptions = {
                         'append' : 'true' if _jacoco == 'append' else 'false',
                         'bootclasspath' : 'true',