jdk/make/modules/tools/nbproject/project.properties
changeset 8852 c228cf346138
parent 8851 e630c590eb10
parent 8717 f75a1efb1412
child 8853 6aa795396cc8
child 9067 c0b85430843d
equal deleted inserted replaced
8851:e630c590eb10 8852:c228cf346138
     1 #
       
     2 # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
       
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     4 #
       
     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
       
     7 # published by the Free Software Foundation.  Oracle designates this
       
     8 # particular file as subject to the "Classpath" exception as provided
       
     9 # by Oracle in the LICENSE file that accompanied this code.
       
    10 #
       
    11 # This code is distributed in the hope that it will be useful, but WITHOUT
       
    12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    14 # version 2 for more details (a copy is included in the LICENSE file that
       
    15 # accompanied this code).
       
    16 #
       
    17 # You should have received a copy of the GNU General Public License version
       
    18 # 2 along with this work; if not, write to the Free Software Foundation,
       
    19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    20 #
       
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
       
    22 # or visit www.oracle.com if you need additional information or have any
       
    23 # questions.
       
    24 #
       
    25 
       
    26 application.title=classanalyzer
       
    27 application.vendor=mchung
       
    28 build.classes.dir=${build.dir}/classes
       
    29 build.classes.excludes=**/*.java,**/*.form
       
    30 
       
    31 # This directory is removed when the project is cleaned:
       
    32 build.dir=build
       
    33 build.generated.dir=${build.dir}/generated
       
    34 build.generated.sources.dir=${build.dir}/generated-sources
       
    35 
       
    36 # Only compile against the classpath explicitly listed here:
       
    37 build.sysclasspath=ignore
       
    38 build.test.classes.dir=${build.dir}/test/classes
       
    39 build.test.results.dir=${build.dir}/test/results
       
    40 
       
    41 cp.extra=${tools.jar} 
       
    42 
       
    43 debug.classpath=\
       
    44     ${run.classpath}
       
    45 debug.test.classpath=\
       
    46     ${run.test.classpath}
       
    47 
       
    48 # This directory is removed when the project is cleaned:
       
    49 dist.dir=dist
       
    50 dist.jar=${dist.dir}/classanalyzer.jar
       
    51 dist.javadoc.dir=${dist.dir}/javadoc
       
    52 
       
    53 excludes=
       
    54 
       
    55 file.reference.tools.jar=${jdk.home}/lib/tools.jar
       
    56 file.reference.tools-src=src
       
    57 includes=**
       
    58 jar.compress=false
       
    59 javac.classpath=\
       
    60     ${file.reference.tools.jar}
       
    61 javac.deprecation=false
       
    62 javac.source=1.5
       
    63 javac.target=1.5
       
    64 javac.test.classpath=
       
    65 javadoc.author=false
       
    66 javadoc.noindex=false
       
    67 javadoc.nonavbar=false
       
    68 javadoc.notree=false
       
    69 javadoc.private=false
       
    70 javadoc.splitindex=false
       
    71 javadoc.use=false
       
    72 javadoc.version=false
       
    73 main.class=com.sun.classanalyzer.ClassAnalyzer
       
    74 manifest.file=manifest.mf
       
    75 meta.inf.dir=${src.dir}/META-INF
       
    76 platform.active=JDK_1.6
       
    77 run.classpath=\
       
    78     ${javac.classpath}:\
       
    79     ${build.classes.dir}
       
    80 # Space-separated list of JVM arguments used when running the project
       
    81 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
       
    82 # or test-sys-prop.name=value to set system properties for unit tests):
       
    83 run.jvmargs=-Xmx256m
       
    84 run.test.classpath=
       
    85 source.encoding=UTF-8
       
    86 src.dir=${file.reference.tools-src}