src/share/classes/com/sun/tools/javac/file/Locations.java

changeset 1230
b14d9583ce92
parent 1157
3809292620c9
child 1339
0e5899f09dab
     1.1 --- a/src/share/classes/com/sun/tools/javac/file/Locations.java	Fri Mar 09 17:10:56 2012 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/javac/file/Locations.java	Tue Mar 13 15:43:40 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -648,7 +648,8 @@
    1.11              new SimpleLocationHandler(StandardLocation.SOURCE_PATH, Option.SOURCEPATH),
    1.12              new SimpleLocationHandler(StandardLocation.ANNOTATION_PROCESSOR_PATH, Option.PROCESSORPATH),
    1.13              new OutputLocationHandler((StandardLocation.CLASS_OUTPUT), Option.D),
    1.14 -            new OutputLocationHandler((StandardLocation.SOURCE_OUTPUT), Option.S)
    1.15 +            new OutputLocationHandler((StandardLocation.SOURCE_OUTPUT), Option.S),
    1.16 +            new OutputLocationHandler((StandardLocation.NATIVE_HEADER_OUTPUT), Option.H)
    1.17          };
    1.18  
    1.19          for (LocationHandler h: handlers) {

mercurial