author | ohair |
Tue, 28 Dec 2010 15:53:50 -0800 | |
changeset 7668 | d4a77089c587 |
parent 5506 | 202f599c92aa |
permissions | -rw-r--r-- |
4524 | 1 |
# |
7668 | 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 | 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 | 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 | 9 |
# by Oracle in the LICENSE file that accompanied this code. |
4524 | 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 | 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 | 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. |
|
4524 | 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} |