Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
-->
<project basedir="." default="build" name="profiler/lib.profiler">
<description>Builds, tests, and runs the project org.netbeans.lib.profiler</description>
<import file="../../nbbuild/templates/projectized.xml"/>
<property name="profiler.cluster" value="./release"/>
<property name="header.dir" value="${basedir}/native/build"/>
<target name="-process.release.files"> <!-- CDDL licensed binaries, from the Oracle days -->
<unzip src="external/profiler-external-binaries-8.2.zip"
overwrite="false"
dest="${profiler.cluster}"/> <!-- AL2 licensed binaries from ASF code -->
<unzip src="external/profiler-external-binaries-1-24aefa9.zip"
overwrite="true"
dest="${profiler.cluster}">
<patternset>
<include name="lib/**"/>
</patternset>
</unzip>
</target>
<!-- Compile the JFluid engine system library, that depends on JDK version - so there are two libraries --> <!-- Compile the engine system library -->
<target name="compile-system" depends="init">
<mkdir dir="${jvmstat.classes.dir}"/>
<copy todir="${jvmstat.classes.dir}">
<resources>
<javaresource name="sun/jvmstat/monitor/HostIdentifier.class"/>
<javaresource name="sun/jvmstat/monitor/MonitorException.class"/>
<javaresource name="sun/jvmstat/monitor/MonitoredHost.class"/>
<javaresource name="sun/jvmstat/monitor/MonitoredVm.class"/>
<javaresource name="sun/jvmstat/monitor/MonitoredVmUtil.class"/>
<javaresource name="sun/jvmstat/monitor/VmIdentifier.class"/>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.