Cross Reference: file-targets.xml
xref
: /
openjdk7
/
jdk
/
src
/
share
/
demo
/
nbproject
/
management
/
VerboseGC
/
nbproject
/
file-targets.xml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
0
N/A
<?
xml
version=
"1.0"
encoding=
"UTF-8"
?>
0
N/A
0
N/A
<!--
2362
N/A
Copyright (c) 2006, Oracle
and
/
or
its affiliates. All rights reserved.
0
N/A
0
N/A
Redistribution and use in source and binary forms, with or without
0
N/A
modification, are permitted provided that the following conditions
0
N/A
are met:
0
N/A
0
N/A
- Redistributions of source code must retain the above copyright
0
N/A
notice, this list of conditions and the following disclaimer.
0
N/A
0
N/A
- Redistributions in binary form must reproduce the above copyright
0
N/A
notice, this list of conditions and the following disclaimer in the
0
N/A
documentation
and
/
or
other materials provided with the distribution.
0
N/A
2362
N/A
- Neither the name of Oracle nor the names of its
0
N/A
contributors may be used to endorse or promote products derived
0
N/A
from this software without specific prior written permission.
0
N/A
0
N/A
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
0
N/A
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
0
N/A
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
0
N/A
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
0
N/A
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
0
N/A
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
0
N/A
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
0
N/A
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
0
N/A
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
0
N/A
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
0
N/A
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0
N/A
-->
0
N/A
0
N/A
<
project
basedir=
".."
name=
"
VerboseGC
/
file
"
>
0
N/A
0
N/A
<
import
file=
"/
build.xml
"
/>
0
N/A
0
N/A
<
target
name=
"compile-selected"
depends=
"-init"
>
0
N/A
<
fail
unless=
"includes"
>Must set property 'includes'</
fail
>
0
N/A
<
mkdir
dir=
"${
classes.dir
}"
/>
0
N/A
<
javac
srcdir=
"${
src.dir
}"
destdir=
"${
classes.dir
}"
debug=
"${debug}"
deprecation=
"${deprecation}"
includes=
"${includes}"
>
0
N/A
<
classpath
path=
"${cp}"
/>
0
N/A
</
javac
>
0
N/A
</
target
>
0
N/A
0
N/A
</
project
>