src/share/classes/com/sun/tools/javac/resources/javac.properties

changeset 1230
b14d9583ce92
parent 916
cb9493a80341
child 1416
c0f0c41cafa0
equal deleted inserted replaced
1226:97bec6ab1227 1230:b14d9583ce92
1 # 1 #
2 # Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
59 Control whether annotation processing and/or compilation is done. 59 Control whether annotation processing and/or compilation is done.
60 javac.opt.d=\ 60 javac.opt.d=\
61 Specify where to place generated class files 61 Specify where to place generated class files
62 javac.opt.sourceDest=\ 62 javac.opt.sourceDest=\
63 Specify where to place generated source files 63 Specify where to place generated source files
64 javac.opt.headerDest=\
65 Specify where to place generated native header files
64 javac.opt.J=\ 66 javac.opt.J=\
65 Pass <flag> directly to the runtime system 67 Pass <flag> directly to the runtime system
66 javac.opt.encoding=\ 68 javac.opt.encoding=\
67 Specify character encoding used by source files 69 Specify character encoding used by source files
68 javac.opt.target=\ 70 javac.opt.target=\

mercurial