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