diff mxtool/mx.py @ 22246:73366ceb98a8

Updating to 0.9-SNAPSHOT of Truffle that requires RootNode to be associated with a TruffleLanguage
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Mon, 20 Jul 2015 13:57:51 +0200
parents 4f56b2984531
children
line wrap: on
line diff
--- a/mxtool/mx.py	Mon Jul 20 04:21:24 2015 +0200
+++ b/mxtool/mx.py	Mon Jul 20 13:57:51 2015 +0200
@@ -647,7 +647,7 @@
         return self._annotationProcessors
 
     """
-    Gets the class path composed of the distribution jars containing the 
+    Gets the class path composed of the distribution jars containing the
     annotation processors that will be applied when compiling this project.
     """
     def annotation_processors_path(self):
@@ -800,7 +800,7 @@
 that may use functionality in one JRE (e.g., Oracle JRE)
 that is not present in another JRE (e.g., OpenJDK). A
 motivating example is the Java Flight Recorder library
-found in the Oracle JRE. 
+found in the Oracle JRE.
 """
 class JreLibrary(BaseLibrary):
     def __init__(self, suite, name, jar, optional):