make/nbproject/nbjdk.xml

Sat, 22 Dec 2018 12:48:43 -0800

author
diazhou
date
Sat, 22 Dec 2018 12:48:43 -0800
changeset 2457
694869cbd8b0
parent 7
5a1b0714df0e
child 952
6d5471a497fb
permissions
-rw-r--r--

Added tag jdk8u201-b25 for changeset 5a876140bff8

jlaskey@3 1 <?xml version="1.0" encoding="UTF-8"?>
jlaskey@3 2 <!--
jlaskey@7 3 Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
jlaskey@3 4 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
jlaskey@3 5
jlaskey@3 6 This code is free software; you can redistribute it and/or modify it
jlaskey@3 7 under the terms of the GNU General Public License version 2 only, as
jlaskey@3 8 published by the Free Software Foundation.
jlaskey@3 9
jlaskey@3 10 This code is distributed in the hope that it will be useful, but WITHOUT
jlaskey@3 11 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
jlaskey@3 12 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
jlaskey@3 13 version 2 for more details (a copy is included in the LICENSE file that
jlaskey@3 14 accompanied this code).
jlaskey@3 15
jlaskey@3 16 You should have received a copy of the GNU General Public License version
jlaskey@3 17 2 along with this work; if not, write to the Free Software Foundation,
jlaskey@3 18 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
jlaskey@3 19
jlaskey@3 20 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
jlaskey@3 21 or visit www.oracle.com if you need additional information or have any
jlaskey@3 22 questions.
jlaskey@3 23 -->
jlaskey@3 24 <project basedir="..">
jlaskey@3 25 <property file="../global.properties"/>
jlaskey@3 26 <property file="nbproject/nbjdk.properties"/>
jlaskey@3 27 <property location="${netbeans.user}/build.properties" name="user.properties.file"/>
jlaskey@3 28 <property file="${user.properties.file}"/>
jlaskey@3 29 <import file="jdk.xml"/>
jlaskey@3 30 <target depends="-jdk-init" name="jar">
jlaskey@3 31 <ant inheritall="false" target="jar"/>
jlaskey@3 32 </target>
jlaskey@3 33 <target depends="-jdk-init" name="clean">
jlaskey@3 34 <ant inheritall="false" target="clean"/>
jlaskey@3 35 </target>
jlaskey@3 36 <target depends="-jdk-init" name="javadoc">
jlaskey@3 37 <ant inheritall="false" target="javadoc"/>
jlaskey@3 38 </target>
jlaskey@3 39 <target depends="-jdk-init" name="test">
jlaskey@3 40 <ant inheritall="false" target="test"/>
jlaskey@3 41 </target>
jlaskey@3 42 <target depends="-jdk-init" name="run">
jlaskey@3 43 <ant inheritall="false" target="run"/>
jlaskey@3 44 </target>
jlaskey@3 45 <target depends="-jdk-init,-jdk-presetdef-nbjpdastart" name="debug-nb">
jlaskey@3 46 <ant antfile="nbproject/ide-targets.xml" inheritall="false" target="debug-nb"/>
jlaskey@3 47 </target>
jlaskey@3 48 </project>

mercurial