Path: blob/aarch64-shenandoah-jdk8u272-b10/nashorn/make/nbproject/nbjdk.xml
32281 views
<?xml version="1.0" encoding="UTF-8"?>1<!--2Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.3DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.45This code is free software; you can redistribute it and/or modify it6under the terms of the GNU General Public License version 2 only, as7published by the Free Software Foundation.89This code is distributed in the hope that it will be useful, but WITHOUT10ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or11FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License12version 2 for more details (a copy is included in the LICENSE file that13accompanied this code).1415You should have received a copy of the GNU General Public License version162 along with this work; if not, write to the Free Software Foundation,17Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.1819Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA20or visit www.oracle.com if you need additional information or have any21questions.22-->23<project basedir="..">24<property file="../global.properties"/>25<property file="nbproject/nbjdk.properties"/>26<property location="${netbeans.user}/build.properties" name="user.properties.file"/>27<property file="${user.properties.file}"/>28<import file="jdk.xml"/>29<target depends="-jdk-init" name="jar">30<ant inheritall="false" target="jar"/>31</target>32<target depends="-jdk-init" name="clean">33<ant inheritall="false" target="clean"/>34</target>35<target depends="-jdk-init" name="javadoc">36<ant inheritall="false" target="javadoc"/>37</target>38<target depends="-jdk-init" name="test">39<ant inheritall="false" target="test"/>40</target>41<target depends="-jdk-init" name="run">42<ant inheritall="false" target="run"/>43</target>44<target depends="-jdk-init,-jdk-presetdef-nbjpdastart" name="debug-nb">45<ant antfile="nbproject/ide-targets.xml" inheritall="false" target="debug-nb"/>46</target>47</project>484950