commit | ddfe27973764d82001d52d5ba8306af8f2e79fee | [log] [tgz] |
---|---|---|
author | Xavier Ducrohet <[email protected]> | Fri Sep 24 08:11:12 2010 -0700 |
committer | Xavier Ducrohet <[email protected]> | Fri Sep 24 12:33:29 2010 -0700 |
tree | ab890cb261287271cf256041b5ab81a9c234b4e5 | |
parent | 4fb194e77970aa935067c589c90a6a6e03d3e6ea [diff] [blame] |
Make javac ant options configurable. Change-Id: I303acdb4fc8de6ba5d8de7c18e020e97fe01e3de
diff --git a/changes.txt b/changes.txt index 4fe7cd3..603c3e6 100644 --- a/changes.txt +++ b/changes.txt
@@ -7,6 +7,8 @@ the Android Manifest. "ant debug" will automatically insert debuggable==true, while "ant release" will not. +- new overridable Ant javac properties: java.encoding, java.source, and java.target + (default to "ascii", "1.5" and "1.5") Revision 7: