131N/A*** GENERATED FROM project.xml - DO NOT EDIT ***
131N/A <target name="profile-init" depends="-profile-pre-init, init, -profile-post-init, -profile-init-macrodef-profile, -profile-init-check"/>
131N/A <java fork="true" classname="@{classname}" dir="${profiler.info.dir}" jvm="${profiler.info.jvm}">
131N/A <env key="${profiler.info.pathvar}" path="${profiler.info.agentpath}:${profiler.current.path}"/>
131N/A <target name="-profile-init-check" depends="-profile-pre-init, init, -profile-post-init, -profile-init-macrodef-profile">
131N/A <fail unless="profiler.info.jvm">Must set JVM to use for profiling in profiler.info.jvm</fail>
131N/A <fail unless="profiler.info.jvmargs.agent">Must set profiler agent JVM arguments in profiler.info.jvmargs.agent</fail>
131N/A <target name="profile" if="netbeans.home" depends="profile-init,compile" description="Profile a project in the IDE.">
131N/A <target name="profile-single" if="netbeans.home" depends="profile-init,compile-single" description="Profile a selected class in the IDE.">
131N/A <target name="profile-test-single" if="netbeans.home" depends="profile-init,compile-test-single">
131N/A <junit showoutput="true" fork="true" dir="${profiler.info.dir}" jvm="${profiler.info.jvm}" failureproperty="tests.failed" errorproperty="tests.failed">
131N/A <env key="${profiler.info.pathvar}" path="${profiler.info.agentpath}:${profiler.current.path}"/>