remote pack removed profiler-release711
authorTomas Hurka <thurka@netbeans.org>
Wed, 21 Mar 2012 18:38:10 +0100
branchprofiler-release711
changeset 2228932bf4867f8109
parent 222892 6e18076422d2
child 230454 82cfe4a10783
remote pack removed
lib.profiler/build.xml
lib.profiler/release/remote-pack-defs/README.txt
lib.profiler/release/remote-pack-defs/build.xml
lib.profiler/release/remote-pack-defs/calibrate-15.bat
lib.profiler/release/remote-pack-defs/calibrate-15.sh
lib.profiler/release/remote-pack-defs/calibrate-16.sh
lib.profiler/release/remote-pack-defs/calibrate-linux-cvm.sh
lib.profiler/release/remote-pack-defs/calibrate-mac-15.sh
lib.profiler/release/remote-pack-defs/calibrate-solaris64-15.sh
lib.profiler/release/remote-pack-defs/calibrate-win-cvm.bat
lib.profiler/release/remote-pack-defs/nb-profile-15.bat
lib.profiler/release/remote-pack-defs/nb-profile-amd64-15.bat
lib.profiler/release/remote-pack-defs/profile-linux-15.sh
lib.profiler/release/remote-pack-defs/profile-linux-16.sh
lib.profiler/release/remote-pack-defs/profile-linux-cvm.sh
lib.profiler/release/remote-pack-defs/profile-linuxamd64-15.sh
lib.profiler/release/remote-pack-defs/profile-linuxamd64-16.sh
lib.profiler/release/remote-pack-defs/profile-mac-15.sh
lib.profiler/release/remote-pack-defs/profile-mac-16.sh
lib.profiler/release/remote-pack-defs/profile-solamd64-15.sh
lib.profiler/release/remote-pack-defs/profile-solamd64-16.sh
lib.profiler/release/remote-pack-defs/profile-solsparc-15.sh
lib.profiler/release/remote-pack-defs/profile-solsparc-16.sh
lib.profiler/release/remote-pack-defs/profile-solsparcv9-15.sh
lib.profiler/release/remote-pack-defs/profile-solsparcv9-16.sh
lib.profiler/release/remote-pack-defs/profile-solx86-15.sh
lib.profiler/release/remote-pack-defs/profile-solx86-16.sh
lib.profiler/release/remote-pack-defs/profile-win-15.bat
lib.profiler/release/remote-pack-defs/profile-win-16.bat
lib.profiler/release/remote-pack-defs/profile-win-cvm.bat
lib.profiler/release/remote-pack-defs/profile-winamd64-15.bat
lib.profiler/release/remote-pack-defs/profile-winamd64-16.bat
     1.1 --- a/lib.profiler/build.xml	Tue Mar 20 19:55:59 2012 +0100
     1.2 +++ b/lib.profiler/build.xml	Wed Mar 21 18:38:10 2012 +0100
     1.3 @@ -101,15 +101,4 @@
     1.4          <fixcrlf eol="crlf" srcdir="${cluster}/lib/deployed" includes="**/*.map"/>
     1.5      </target>
     1.6  
     1.7 -    <target name="netbeans-extra">
     1.8 -       <ant dir="release/remote-pack-defs" target="profiler-server-all" inheritall="false">
     1.9 -           <property name="cluster" location="${cluster}"/>
    1.10 -           <property name="dest.dir" location="${build.dir}"/>
    1.11 -       </ant>
    1.12 -    </target>
    1.13 -
    1.14 -    <target name="clean" depends="projectized-common.clean">
    1.15 -       <delete dir="remote-packs/build"/>
    1.16 -    </target>
    1.17 -
    1.18  </project>
     2.1 --- a/lib.profiler/release/remote-pack-defs/README.txt	Tue Mar 20 19:55:59 2012 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,9 +0,0 @@
     2.4 -NetBeans Profiler Server Pack 6.5 README
     2.5 -
     2.6 -This server pack allows you to do remote profiling. First you need to
     2.7 -run the calibrate.bat/calibrate.sh/calibrate-(5|6).sh script located in the bin directory.
     2.8 -You can use profile.sh or profile.bat script located in the bin directory
     2.9 -instead of java command to run your application in profiling mode. 
    2.10 -Check the script for any additional modifications according to your 
    2.11 -system configuration.
    2.12 -
     3.1 --- a/lib.profiler/release/remote-pack-defs/build.xml	Tue Mar 20 19:55:59 2012 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,287 +0,0 @@
     3.4 -<?xml version="1.0" encoding="UTF-8"?>
     3.5 -<!--
     3.6 -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     3.7 -
     3.8 -Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     3.9 -
    3.10 -Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    3.11 -Other names may be trademarks of their respective owners.
    3.12 -
    3.13 -
    3.14 -The contents of this file are subject to the terms of either the GNU
    3.15 -General Public License Version 2 only ("GPL") or the Common
    3.16 -Development and Distribution License("CDDL") (collectively, the
    3.17 -"License"). You may not use this file except in compliance with the
    3.18 -License. You can obtain a copy of the License at
    3.19 -http://www.netbeans.org/cddl-gplv2.html
    3.20 -or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    3.21 -specific language governing permissions and limitations under the
    3.22 -License.  When distributing the software, include this License Header
    3.23 -Notice in each file and include the License file at
    3.24 -nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    3.25 -particular file as subject to the "Classpath" exception as provided
    3.26 -by Oracle in the GPL Version 2 section of the License file that
    3.27 -accompanied this code. If applicable, add the following below the
    3.28 -License Header, with the fields enclosed by brackets [] replaced by
    3.29 -your own identifying information:
    3.30 -"Portions Copyrighted [year] [name of copyright owner]"
    3.31 -
    3.32 -Contributor(s):
    3.33 -
    3.34 -The Original Software is NetBeans. The Initial Developer of the Original
    3.35 -Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    3.36 -Microsystems, Inc. All Rights Reserved.
    3.37 -
    3.38 -If you wish your version of this file to be governed by only the CDDL
    3.39 -or only the GPL Version 2, indicate your decision by adding
    3.40 -"[Contributor] elects to include this software in this distribution
    3.41 -under the [CDDL or GPL Version 2] license." If you do not indicate a
    3.42 -single choice of license, a recipient has the option to distribute
    3.43 -your version of this file under either the CDDL, the GPL Version 2 or
    3.44 -to extend the choice of license to its licensees as provided above.
    3.45 -However, if you add GPL Version 2 code and therefore, elected the GPL
    3.46 -Version 2 license, then the option applies only if the new code is
    3.47 -made subject to such option by the copyright holder.
    3.48 --->
    3.49 -
    3.50 -
    3.51 -<project name="remote-packs" basedir="." default="profiler-server-all">
    3.52 -  <!--
    3.53 -  <import file="../../../nbbuild/templates/projectized.xml"/>
    3.54 -  -->
    3.55 -  
    3.56 -  <property name="lib.dir" value="${cluster}/lib"/>
    3.57 -  <property name="build.dir" value="${dest.dir}/nb-profiler-server"/>
    3.58 -  <property name="profiler.cluster" value=".."/>
    3.59 -  
    3.60 -  <!-- ** Targets for remote-packs zips. These zips are used to facilitate remote profiling -->
    3.61 -
    3.62 -  <target name="profiler-server-win-15">
    3.63 -    <antcall target="profiler-server-windows">
    3.64 -      <param name="os-version" value="win"/>
    3.65 -      <param name="os-long-version" value="windows"/>
    3.66 -    </antcall>
    3.67 -  </target>
    3.68 -   
    3.69 -  <target name="profiler-server-winamd64-15">
    3.70 -    <antcall target="profiler-server-windows">
    3.71 -      <param name="os-version" value="winamd64"/>
    3.72 -      <param name="os-long-version" value="windows-amd64"/>
    3.73 -    </antcall>
    3.74 -  </target>
    3.75 -
    3.76 -  <target name="profiler-server-win-cvm">
    3.77 -    <antcall target="profiler-server-windows-cvm">
    3.78 -      <param name="os-version" value="win"/>
    3.79 -      <param name="os-long-version" value="windows"/>
    3.80 -      <param name="jdk-version" value="cvm"/>
    3.81 -      <param name="calibrate-suffix" value="-win-cvm"/>
    3.82 -    </antcall>
    3.83 -  </target>
    3.84 -
    3.85 -
    3.86 -  <target name="profiler-server-windows">
    3.87 -    <property name="calibrate-suffix" value="-15"/>
    3.88 -    <antcall target="profiler-server-common-windows">
    3.89 -    </antcall>
    3.90 -    <antcall target="profiler-server-jdkspecific-windows">
    3.91 -      <param name="jdk-version" value="15"/>
    3.92 -    </antcall>
    3.93 -    <antcall target="profiler-server-jdkspecific-windows">
    3.94 -      <param name="jdk-version" value="16"/>
    3.95 -    </antcall>
    3.96 -     <antcall target="profiler-server-zip-windows">
    3.97 -    </antcall>
    3.98 - </target>
    3.99 -
   3.100 -  <target name="profiler-server-windows-cvm">
   3.101 -    <antcall target="profiler-server-common-windows">
   3.102 -    </antcall>
   3.103 -    <copy tofile="${build.dir}/bin/profile.bat" file="profile-${os-version}-${jdk-version}.bat" />
   3.104 -    <copy todir="${build.dir}/lib">
   3.105 -      <fileset file="${lib.dir}/jfluid-server-${jdk-version}.jar" />
   3.106 -    </copy>
   3.107 -    <mkdir dir="${build.dir}/lib/deployed/${jdk-version}"/>
   3.108 -    <copy todir="${build.dir}/lib/deployed/${jdk-version}/${os-long-version}">
   3.109 -      <fileset dir="${profiler.cluster}/lib/deployed/${jdk-version}/${os-long-version}" />
   3.110 -    </copy>
   3.111 -    <antcall target="profiler-server-zip-windows">
   3.112 -      <param name="os-version" value="${os-version}cvm"/>
   3.113 -    </antcall>
   3.114 - </target>
   3.115 -
   3.116 -
   3.117 -  <target name="profiler-server-mac-15">
   3.118 -    <property name="jdk-version" value="15"/>
   3.119 -    <antcall target="profiler-server-unix">
   3.120 -      <param name="os-version" value="mac"/>
   3.121 -      <param name="os-long-version" value="mac"/>
   3.122 -      <param name="calibrate-suffix" value="-mac-${jdk-version}"/>
   3.123 -    </antcall>
   3.124 -  </target>
   3.125 -
   3.126 -  <target name="profiler-server-linux-15">
   3.127 -    <antcall target="profiler-server-15">
   3.128 -      <param name="os-version" value="linux"/>
   3.129 -      <param name="os-long-version" value="linux"/>
   3.130 -    </antcall>
   3.131 -  </target>
   3.132 -
   3.133 -  <target name="profiler-server-linuxamd64-15">
   3.134 -    <antcall target="profiler-server-15">
   3.135 -      <param name="os-version" value="linuxamd64"/>
   3.136 -      <param name="os-long-version" value="linux-amd64"/>
   3.137 -    </antcall>
   3.138 -  </target>
   3.139 -
   3.140 -  <target name="profiler-server-linux-cvm">
   3.141 -    <antcall target="profiler-server-unix-cvm">
   3.142 -      <param name="os-version" value="linux"/>
   3.143 -      <param name="os-long-version" value="linux"/>
   3.144 -      <param name="jdk-version" value="cvm"/>
   3.145 -      <param name="calibrate-suffix" value="-linux-cvm"/>
   3.146 -    </antcall>
   3.147 -  </target>
   3.148 -
   3.149 -  <target name="profiler-server-solx86-15">
   3.150 -    <antcall target="profiler-server-15">
   3.151 -      <param name="os-version" value="solx86"/>
   3.152 -      <param name="os-long-version" value="solaris-i386"/>
   3.153 -    </antcall>
   3.154 -  </target>
   3.155 -
   3.156 -  <target name="profiler-server-solamd64-15">
   3.157 -    <antcall target="profiler-server-solaris64-15">
   3.158 -      <param name="os-version" value="solamd64"/>
   3.159 -      <param name="os-long-version" value="solaris-amd64"/>
   3.160 -    </antcall>
   3.161 -  </target>
   3.162 -
   3.163 -  <target name="profiler-server-solsparc-15">
   3.164 -    <antcall target="profiler-server-15">
   3.165 -      <param name="os-version" value="solsparc"/>
   3.166 -      <param name="os-long-version" value="solaris-sparc"/>
   3.167 -    </antcall>
   3.168 -  </target>
   3.169 -
   3.170 -  <target name="profiler-server-solsparcv9-15">
   3.171 -    <antcall target="profiler-server-solaris64-15">
   3.172 -      <param name="os-version" value="solsparcv9"/>
   3.173 -      <param name="os-long-version" value="solaris-sparcv9"/>
   3.174 -    </antcall>
   3.175 -  </target>
   3.176 -
   3.177 -  <target name="profiler-server-solaris64-15">
   3.178 -    <property name="jdk-version" value="15"/>
   3.179 -    <antcall target="profiler-server-unix">
   3.180 -      <param name="calibrate-suffix" value="-solaris64-${jdk-version}"/>
   3.181 -    </antcall>
   3.182 -  </target>
   3.183 -
   3.184 -  <target name="profiler-server-15">
   3.185 -    <property name="jdk-version" value="15"/>
   3.186 -    <antcall target="profiler-server-unix">
   3.187 -      <param name="calibrate-suffix" value="-${jdk-version}"/>
   3.188 -    </antcall>
   3.189 -  </target>
   3.190 -
   3.191 -  <target name="profiler-server-unix-cvm">
   3.192 -    <antcall target="profiler-server-common-unix">
   3.193 -    </antcall>
   3.194 -    <copy tofile="${build.dir}/bin/profile.sh" file="profile-${os-version}-${jdk-version}.sh" />
   3.195 -    <copy todir="${build.dir}/lib">
   3.196 -       <fileset file="${lib.dir}/jfluid-server-${jdk-version}.jar" />
   3.197 -    </copy>
   3.198 -    <mkdir dir="${build.dir}/lib/deployed/${jdk-version}"/>
   3.199 -    <copy todir="${build.dir}/lib/deployed/${jdk-version}/${os-long-version}">
   3.200 -       <fileset dir="${profiler.cluster}/lib/deployed/${jdk-version}/${os-long-version}" />
   3.201 -    </copy>
   3.202 -    <antcall target="profiler-server-zip-unix">
   3.203 -       <param name="os-version" value="${os-version}cvm"/>
   3.204 -    </antcall>
   3.205 - </target>
   3.206 -
   3.207 -  <target name="profiler-server-unix">
   3.208 -    <antcall target="profiler-server-common-unix">
   3.209 -    </antcall>
   3.210 -    <antcall target="profiler-server-jdkspecific-unix">
   3.211 -      <param name="jdk-version" value="15"/>
   3.212 -    </antcall>
   3.213 -    <antcall target="profiler-server-jdkspecific-unix">
   3.214 -      <param name="jdk-version" value="16"/>
   3.215 -    </antcall>
   3.216 -     <antcall target="profiler-server-zip-unix">
   3.217 -    </antcall>
   3.218 - </target>
   3.219 -
   3.220 -  <target name="profiler-server-calibration-linux" if="isLinux">
   3.221 -      <copy tofile="${build.dir}/bin/calibrate-${jdk-version}.sh" file="calibrate-${jdk-version}.sh" />
   3.222 -  </target>
   3.223 -  <target name="profiler-server-common-unix" depends="profiler-server-common" unless="isLinux">
   3.224 -     <copy tofile="${build.dir}/bin/calibrate.sh" file="calibrate${calibrate-suffix}.sh" />
   3.225 -  </target>
   3.226 -
   3.227 -  <target name="profiler-server-common-windows" depends="profiler-server-common">
   3.228 -    <copy tofile="${build.dir}/bin/calibrate.bat" file="calibrate${calibrate-suffix}.bat" />
   3.229 -  </target>
   3.230 -
   3.231 -  <target name="profiler-server-common">
   3.232 -    <mkdir dir="${build.dir}"/>
   3.233 -    <mkdir dir="${build.dir}/bin"/>
   3.234 -    <mkdir dir="${build.dir}/lib"/>
   3.235 -    <copy todir="${build.dir}/lib" file="${lib.dir}/jfluid-server.jar" />
   3.236 -  </target>
   3.237 -
   3.238 -  <target name="profiler-server-jdkspecific-unix" depends="profiler-server-jdkspecific">
   3.239 -    <condition property="isLinux">
   3.240 -        <or>
   3.241 -            <equals arg1="${os-version}" arg2="linux"/>
   3.242 -            <equals arg1="${os-version}" arg2="linuxamd64"/>
   3.243 -        </or>
   3.244 -    </condition>
   3.245 -    <antcall target="profiler-server-calibration-linux"/>
   3.246 -    <copy tofile="${build.dir}/bin/profile-${jdk-version}.sh" file="profile-${os-version}-${jdk-version}.sh" />
   3.247 -  </target>
   3.248 -
   3.249 -  <target name="profiler-server-jdkspecific-windows" depends="profiler-server-jdkspecific">
   3.250 -     <copy tofile="${build.dir}/bin/profile-${jdk-version}.bat" file="profile-${os-version}-${jdk-version}.bat" />
   3.251 -  </target>
   3.252 -
   3.253 -  <target name="profiler-server-jdkspecific">
   3.254 -    <copy todir="${build.dir}/lib">	 
   3.255 -       <fileset file="${lib.dir}/jfluid-server-${jdk-version}.jar" />	 
   3.256 -    </copy>	 
   3.257 -    <mkdir dir="${build.dir}/lib/deployed/jdk${jdk-version}"/>
   3.258 -    <copy todir="${build.dir}/lib/deployed/jdk${jdk-version}/${os-long-version}">	 
   3.259 -       <fileset dir="${profiler.cluster}/lib/deployed/jdk${jdk-version}/${os-long-version}" />	 
   3.260 -    </copy>
   3.261 -  </target>
   3.262 -
   3.263 -  <target name="profiler-server-zip-unix">
   3.264 -    <fixcrlf srcdir="${build.dir}/bin" includes="*.sh" eol="unix" />
   3.265 -    <copy tofile="${build.dir}/README" file="README.txt" />
   3.266 -    <fixcrlf srcdir="${build.dir}" includes="README" eol="unix" />
   3.267 -    <zip destfile="${dest.dir}/profiler-server-${os-version}.zip">
   3.268 -      <zipfileset dir="${build.dir}" filemode="755" includes="bin/*">
   3.269 -        <type type="file"/>
   3.270 -      </zipfileset>
   3.271 -      <zipfileset dir="${build.dir}" includes="**/*">
   3.272 -        <exclude name="bin/*"/>
   3.273 -      </zipfileset>
   3.274 -    </zip>
   3.275 -    <delete dir="${build.dir}" />
   3.276 -  </target>
   3.277 -
   3.278 -  <target name="profiler-server-zip-windows">
   3.279 -    <fixcrlf srcdir="${build.dir}/bin" includes="*.bat" eol="dos" />
   3.280 -    <copy tofile="${build.dir}/README.txt" file="README.txt" />
   3.281 -    <fixcrlf srcdir="${build.dir}" includes="README.txt" eol="dos" />
   3.282 -    <zip destfile="${dest.dir}/profiler-server-${os-version}.zip" basedir="${build.dir}" includes="**/*" />
   3.283 -    <delete dir="${build.dir}" />
   3.284 -  </target>
   3.285 -
   3.286 -  <!-- creates the remote packs as a profiler-server for all platforms -->
   3.287 -  <target name="profiler-server-all" depends="profiler-server-win-15, profiler-server-winamd64-15, profiler-server-win-cvm, profiler-server-mac-15, profiler-server-linux-15, profiler-server-linuxamd64-15, profiler-server-linux-cvm, profiler-server-solx86-15, profiler-server-solamd64-15, profiler-server-solsparc-15, profiler-server-solsparcv9-15" />
   3.288 -
   3.289 -</project>
   3.290 -
     4.1 --- a/lib.profiler/release/remote-pack-defs/calibrate-15.bat	Tue Mar 20 19:55:59 2012 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,50 +0,0 @@
     4.4 -rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     4.5 -rem
     4.6 -rem Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     4.7 -rem
     4.8 -rem Oracle and Java are registered trademarks of Oracle and/or its affiliates.
     4.9 -rem Other names may be trademarks of their respective owners.
    4.10 -rem
    4.11 -rem The contents of this file are subject to the terms of either the GNU
    4.12 -rem General Public License Version 2 only ("GPL") or the Common
    4.13 -rem Development and Distribution License("CDDL") (collectively, the
    4.14 -rem "License"). You may not use this file except in compliance with the
    4.15 -rem License. You can obtain a copy of the License at
    4.16 -rem http://www.netbeans.org/cddl-gplv2.html
    4.17 -rem or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    4.18 -rem specific language governing permissions and limitations under the
    4.19 -rem License.  When distributing the software, include this License Header
    4.20 -rem Notice in each file and include the License file at
    4.21 -rem nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    4.22 -rem particular file as subject to the "Classpath" exception as provided
    4.23 -rem by Oracle in the GPL Version 2 section of the License file that
    4.24 -rem accompanied this code. If applicable, add the following below the
    4.25 -rem License Header, with the fields enclosed by brackets [] replaced by
    4.26 -rem your own identifying information:
    4.27 -rem "Portions Copyrighted [year] [name of copyright owner]"
    4.28 -rem
    4.29 -rem Contributor(s):
    4.30 -rem
    4.31 -rem The Original Software is NetBeans. The Initial Developer of the Original
    4.32 -rem Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    4.33 -rem Microsystems, Inc. All Rights Reserved.
    4.34 -rem
    4.35 -rem If you wish your version of this file to be governed by only the CDDL
    4.36 -rem or only the GPL Version 2, indicate your decision by adding
    4.37 -rem "[Contributor] elects to include this software in this distribution
    4.38 -rem under the [CDDL or GPL Version 2] license." If you do not indicate a
    4.39 -rem single choice of license, a recipient has the option to distribute
    4.40 -rem your version of this file under either the CDDL, the GPL Version 2 or
    4.41 -rem to extend the choice of license to its licensees as provided above.
    4.42 -rem However, if you add GPL Version 2 code and therefore, elected the GPL
    4.43 -rem Version 2 license, then the option applies only if the new code is
    4.44 -rem made subject to such option by the copyright holder.
    4.45 -
    4.46 -@echo off
    4.47 -
    4.48 -REM This script expects JAVA_HOME to point to the correct JDK 5.0 installation
    4.49 -REM A JDK 5.0 update 4 (JDK 1.5_04) or newer is needed for the profiler to work correctly
    4.50 -REM In case you need to customize it, please uncomment and modify the following line
    4.51 -REM set JAVA_HOME=C:\Software\jdk15_04
    4.52 -
    4.53 -"%JAVA_HOME%\bin\java.exe" -javaagent:"%~dp0\..\lib\jfluid-server-15.jar" org.netbeans.lib.profiler.server.ProfilerCalibrator
     5.1 --- a/lib.profiler/release/remote-pack-defs/calibrate-15.sh	Tue Mar 20 19:55:59 2012 +0100
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,57 +0,0 @@
     5.4 -#!/bin/sh
     5.5 -
     5.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     5.7 -#
     5.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     5.9 -#
    5.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    5.11 -# Other names may be trademarks of their respective owners.
    5.12 -#
    5.13 -# The contents of this file are subject to the terms of either the GNU
    5.14 -# General Public License Version 2 only ("GPL") or the Common
    5.15 -# Development and Distribution License("CDDL") (collectively, the
    5.16 -# "License"). You may not use this file except in compliance with the
    5.17 -# License. You can obtain a copy of the License at
    5.18 -# http://www.netbeans.org/cddl-gplv2.html
    5.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    5.20 -# specific language governing permissions and limitations under the
    5.21 -# License.  When distributing the software, include this License Header
    5.22 -# Notice in each file and include the License file at
    5.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    5.24 -# particular file as subject to the "Classpath" exception as provided
    5.25 -# by Oracle in the GPL Version 2 section of the License file that
    5.26 -# accompanied this code. If applicable, add the following below the
    5.27 -# License Header, with the fields enclosed by brackets [] replaced by
    5.28 -# your own identifying information:
    5.29 -# "Portions Copyrighted [year] [name of copyright owner]"
    5.30 -#
    5.31 -# Contributor(s):
    5.32 -#
    5.33 -# The Original Software is NetBeans. The Initial Developer of the Original
    5.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    5.35 -# Microsystems, Inc. All Rights Reserved.
    5.36 -#
    5.37 -# If you wish your version of this file to be governed by only the CDDL
    5.38 -# or only the GPL Version 2, indicate your decision by adding
    5.39 -# "[Contributor] elects to include this software in this distribution
    5.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
    5.41 -# single choice of license, a recipient has the option to distribute
    5.42 -# your version of this file under either the CDDL, the GPL Version 2 or
    5.43 -# to extend the choice of license to its licensees as provided above.
    5.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
    5.45 -# Version 2 license, then the option applies only if the new code is
    5.46 -# made subject to such option by the copyright holder.
    5.47 -
    5.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
    5.49 -# In case you need to customize it, please uncomment and modify the following lines
    5.50 -
    5.51 -# JAVA_HOME=/opt/java/jdk1.5.0_04
    5.52 -# export JAVA_HOME
    5.53 -
    5.54 -OLD_PWD=`pwd`
    5.55 -cd `dirname $0`
    5.56 -INSTALL_DIR=`pwd`
    5.57 -cd $OLD_PWD
    5.58 -unset OLD_PWD
    5.59 -
    5.60 -$JAVA_HOME/bin/java -javaagent:$INSTALL_DIR/../lib/jfluid-server-15.jar org.netbeans.lib.profiler.server.ProfilerCalibrator
     6.1 --- a/lib.profiler/release/remote-pack-defs/calibrate-16.sh	Tue Mar 20 19:55:59 2012 +0100
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,57 +0,0 @@
     6.4 -#!/bin/sh
     6.5 -
     6.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     6.7 -#
     6.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     6.9 -#
    6.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    6.11 -# Other names may be trademarks of their respective owners.
    6.12 -#
    6.13 -# The contents of this file are subject to the terms of either the GNU
    6.14 -# General Public License Version 2 only ("GPL") or the Common
    6.15 -# Development and Distribution License("CDDL") (collectively, the
    6.16 -# "License"). You may not use this file except in compliance with the
    6.17 -# License. You can obtain a copy of the License at
    6.18 -# http://www.netbeans.org/cddl-gplv2.html
    6.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    6.20 -# specific language governing permissions and limitations under the
    6.21 -# License.  When distributing the software, include this License Header
    6.22 -# Notice in each file and include the License file at
    6.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    6.24 -# particular file as subject to the "Classpath" exception as provided
    6.25 -# by Oracle in the GPL Version 2 section of the License file that
    6.26 -# accompanied this code. If applicable, add the following below the
    6.27 -# License Header, with the fields enclosed by brackets [] replaced by
    6.28 -# your own identifying information:
    6.29 -# "Portions Copyrighted [year] [name of copyright owner]"
    6.30 -#
    6.31 -# Contributor(s):
    6.32 -#
    6.33 -# The Original Software is NetBeans. The Initial Developer of the Original
    6.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    6.35 -# Microsystems, Inc. All Rights Reserved.
    6.36 -#
    6.37 -# If you wish your version of this file to be governed by only the CDDL
    6.38 -# or only the GPL Version 2, indicate your decision by adding
    6.39 -# "[Contributor] elects to include this software in this distribution
    6.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
    6.41 -# single choice of license, a recipient has the option to distribute
    6.42 -# your version of this file under either the CDDL, the GPL Version 2 or
    6.43 -# to extend the choice of license to its licensees as provided above.
    6.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
    6.45 -# Version 2 license, then the option applies only if the new code is
    6.46 -# made subject to such option by the copyright holder.
    6.47 -
    6.48 -# This script expects JAVA_HOME to point to the correct JDK 6.0 installation
    6.49 -# In case you need to customize it, please uncomment and modify the following lines
    6.50 -
    6.51 -# JAVA_HOME=/opt/java/jdk1.6.0_21
    6.52 -# export JAVA_HOME
    6.53 -
    6.54 -OLD_PWD=`pwd`
    6.55 -cd `dirname $0`
    6.56 -INSTALL_DIR=`pwd`
    6.57 -cd $OLD_PWD
    6.58 -unset OLD_PWD
    6.59 -
    6.60 -$JAVA_HOME/bin/java -XX:+UseLinuxPosixThreadCPUClocks -javaagent:$INSTALL_DIR/../lib/jfluid-server-15.jar org.netbeans.lib.profiler.server.ProfilerCalibrator
     7.1 --- a/lib.profiler/release/remote-pack-defs/calibrate-linux-cvm.sh	Tue Mar 20 19:55:59 2012 +0100
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,57 +0,0 @@
     7.4 -#!/bin/sh
     7.5 -
     7.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     7.7 -#
     7.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     7.9 -#
    7.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    7.11 -# Other names may be trademarks of their respective owners.
    7.12 -#
    7.13 -# The contents of this file are subject to the terms of either the GNU
    7.14 -# General Public License Version 2 only ("GPL") or the Common
    7.15 -# Development and Distribution License("CDDL") (collectively, the
    7.16 -# "License"). You may not use this file except in compliance with the
    7.17 -# License. You can obtain a copy of the License at
    7.18 -# http://www.netbeans.org/cddl-gplv2.html
    7.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    7.20 -# specific language governing permissions and limitations under the
    7.21 -# License.  When distributing the software, include this License Header
    7.22 -# Notice in each file and include the License file at
    7.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    7.24 -# particular file as subject to the "Classpath" exception as provided
    7.25 -# by Oracle in the GPL Version 2 section of the License file that
    7.26 -# accompanied this code. If applicable, add the following below the
    7.27 -# License Header, with the fields enclosed by brackets [] replaced by
    7.28 -# your own identifying information:
    7.29 -# "Portions Copyrighted [year] [name of copyright owner]"
    7.30 -#
    7.31 -# Contributor(s):
    7.32 -#
    7.33 -# The Original Software is NetBeans. The Initial Developer of the Original
    7.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    7.35 -# Microsystems, Inc. All Rights Reserved.
    7.36 -#
    7.37 -# If you wish your version of this file to be governed by only the CDDL
    7.38 -# or only the GPL Version 2, indicate your decision by adding
    7.39 -# "[Contributor] elects to include this software in this distribution
    7.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
    7.41 -# single choice of license, a recipient has the option to distribute
    7.42 -# your version of this file under either the CDDL, the GPL Version 2 or
    7.43 -# to extend the choice of license to its licensees as provided above.
    7.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
    7.45 -# Version 2 license, then the option applies only if the new code is
    7.46 -# made subject to such option by the copyright holder.
    7.47 -
    7.48 -# This script expects CVM_HOME to point to the correct CVM installation
    7.49 -# In case you need to customize it, please uncomment and modify the following lines
    7.50 -
    7.51 -# CVM_HOME=/opt/cvm
    7.52 -# export CVM_HOME
    7.53 -
    7.54 -OLD_PWD=`pwd`
    7.55 -cd `dirname $0`
    7.56 -INSTALL_DIR=`pwd`
    7.57 -cd $OLD_PWD
    7.58 -unset OLD_PWD
    7.59 -
    7.60 -$CVM_HOME/bin/cvm -Djava.library.path=$CVM_HOME/lib:$INSTALL_DIR/../lib/deployed/cvm/linux  -classpath $INSTALL_DIR/../lib/jfluid-server.jar:$INSTALL_DIR/../lib/jfluid-server-cvm.jar org.netbeans.lib.profiler.server.ProfilerCalibrator
     8.1 --- a/lib.profiler/release/remote-pack-defs/calibrate-mac-15.sh	Tue Mar 20 19:55:59 2012 +0100
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,57 +0,0 @@
     8.4 -#!/bin/sh
     8.5 -
     8.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     8.7 -#
     8.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     8.9 -#
    8.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    8.11 -# Other names may be trademarks of their respective owners.
    8.12 -#
    8.13 -# The contents of this file are subject to the terms of either the GNU
    8.14 -# General Public License Version 2 only ("GPL") or the Common
    8.15 -# Development and Distribution License("CDDL") (collectively, the
    8.16 -# "License"). You may not use this file except in compliance with the
    8.17 -# License. You can obtain a copy of the License at
    8.18 -# http://www.netbeans.org/cddl-gplv2.html
    8.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    8.20 -# specific language governing permissions and limitations under the
    8.21 -# License.  When distributing the software, include this License Header
    8.22 -# Notice in each file and include the License file at
    8.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    8.24 -# particular file as subject to the "Classpath" exception as provided
    8.25 -# by Oracle in the GPL Version 2 section of the License file that
    8.26 -# accompanied this code. If applicable, add the following below the
    8.27 -# License Header, with the fields enclosed by brackets [] replaced by
    8.28 -# your own identifying information:
    8.29 -# "Portions Copyrighted [year] [name of copyright owner]"
    8.30 -#
    8.31 -# Contributor(s):
    8.32 -#
    8.33 -# The Original Software is NetBeans. The Initial Developer of the Original
    8.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    8.35 -# Microsystems, Inc. All Rights Reserved.
    8.36 -#
    8.37 -# If you wish your version of this file to be governed by only the CDDL
    8.38 -# or only the GPL Version 2, indicate your decision by adding
    8.39 -# "[Contributor] elects to include this software in this distribution
    8.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
    8.41 -# single choice of license, a recipient has the option to distribute
    8.42 -# your version of this file under either the CDDL, the GPL Version 2 or
    8.43 -# to extend the choice of license to its licensees as provided above.
    8.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
    8.45 -# Version 2 license, then the option applies only if the new code is
    8.46 -# made subject to such option by the copyright holder.
    8.47 -
    8.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
    8.49 -# In case you need to customize it, please uncomment and modify the following lines
    8.50 -
    8.51 -JAVA_HOME=/Library/Java/Home
    8.52 -export JAVA_HOME
    8.53 -
    8.54 -OLD_PWD=`pwd`
    8.55 -cd `dirname $0`
    8.56 -INSTALL_DIR=`pwd`
    8.57 -cd $OLD_PWD
    8.58 -unset OLD_PWD
    8.59 -
    8.60 -$JAVA_HOME/bin/java -javaagent:$INSTALL_DIR/../lib/jfluid-server-15.jar org.netbeans.lib.profiler.server.ProfilerCalibrator
     9.1 --- a/lib.profiler/release/remote-pack-defs/calibrate-solaris64-15.sh	Tue Mar 20 19:55:59 2012 +0100
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,57 +0,0 @@
     9.4 -#!/bin/sh
     9.5 -
     9.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     9.7 -#
     9.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     9.9 -#
    9.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    9.11 -# Other names may be trademarks of their respective owners.
    9.12 -#
    9.13 -# The contents of this file are subject to the terms of either the GNU
    9.14 -# General Public License Version 2 only ("GPL") or the Common
    9.15 -# Development and Distribution License("CDDL") (collectively, the
    9.16 -# "License"). You may not use this file except in compliance with the
    9.17 -# License. You can obtain a copy of the License at
    9.18 -# http://www.netbeans.org/cddl-gplv2.html
    9.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    9.20 -# specific language governing permissions and limitations under the
    9.21 -# License.  When distributing the software, include this License Header
    9.22 -# Notice in each file and include the License file at
    9.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    9.24 -# particular file as subject to the "Classpath" exception as provided
    9.25 -# by Oracle in the GPL Version 2 section of the License file that
    9.26 -# accompanied this code. If applicable, add the following below the
    9.27 -# License Header, with the fields enclosed by brackets [] replaced by
    9.28 -# your own identifying information:
    9.29 -# "Portions Copyrighted [year] [name of copyright owner]"
    9.30 -#
    9.31 -# Contributor(s):
    9.32 -#
    9.33 -# The Original Software is NetBeans. The Initial Developer of the Original
    9.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    9.35 -# Microsystems, Inc. All Rights Reserved.
    9.36 -#
    9.37 -# If you wish your version of this file to be governed by only the CDDL
    9.38 -# or only the GPL Version 2, indicate your decision by adding
    9.39 -# "[Contributor] elects to include this software in this distribution
    9.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
    9.41 -# single choice of license, a recipient has the option to distribute
    9.42 -# your version of this file under either the CDDL, the GPL Version 2 or
    9.43 -# to extend the choice of license to its licensees as provided above.
    9.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
    9.45 -# Version 2 license, then the option applies only if the new code is
    9.46 -# made subject to such option by the copyright holder.
    9.47 -
    9.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
    9.49 -# In case you need to customize it, please uncomment and modify the following lines
    9.50 -
    9.51 -# JAVA_HOME=/opt/java/jdk1.5.0_04
    9.52 -# export JAVA_HOME
    9.53 -
    9.54 -OLD_PWD=`pwd`
    9.55 -cd `dirname $0`
    9.56 -INSTALL_DIR=`pwd`
    9.57 -cd $OLD_PWD
    9.58 -unset OLD_PWD
    9.59 -
    9.60 -$JAVA_HOME/bin/java -d64 -javaagent:$INSTALL_DIR/../lib/jfluid-server-15.jar org.netbeans.lib.profiler.server.ProfilerCalibrator
    10.1 --- a/lib.profiler/release/remote-pack-defs/calibrate-win-cvm.bat	Tue Mar 20 19:55:59 2012 +0100
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,50 +0,0 @@
    10.4 -rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    10.5 -rem
    10.6 -rem Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    10.7 -rem
    10.8 -rem Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    10.9 -rem Other names may be trademarks of their respective owners.
   10.10 -rem
   10.11 -rem The contents of this file are subject to the terms of either the GNU
   10.12 -rem General Public License Version 2 only ("GPL") or the Common
   10.13 -rem Development and Distribution License("CDDL") (collectively, the
   10.14 -rem "License"). You may not use this file except in compliance with the
   10.15 -rem License. You can obtain a copy of the License at
   10.16 -rem http://www.netbeans.org/cddl-gplv2.html
   10.17 -rem or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   10.18 -rem specific language governing permissions and limitations under the
   10.19 -rem License.  When distributing the software, include this License Header
   10.20 -rem Notice in each file and include the License file at
   10.21 -rem nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   10.22 -rem particular file as subject to the "Classpath" exception as provided
   10.23 -rem by Oracle in the GPL Version 2 section of the License file that
   10.24 -rem accompanied this code. If applicable, add the following below the
   10.25 -rem License Header, with the fields enclosed by brackets [] replaced by
   10.26 -rem your own identifying information:
   10.27 -rem "Portions Copyrighted [year] [name of copyright owner]"
   10.28 -rem
   10.29 -rem Contributor(s):
   10.30 -rem
   10.31 -rem The Original Software is NetBeans. The Initial Developer of the Original
   10.32 -rem Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   10.33 -rem Microsystems, Inc. All Rights Reserved.
   10.34 -rem
   10.35 -rem If you wish your version of this file to be governed by only the CDDL
   10.36 -rem or only the GPL Version 2, indicate your decision by adding
   10.37 -rem "[Contributor] elects to include this software in this distribution
   10.38 -rem under the [CDDL or GPL Version 2] license." If you do not indicate a
   10.39 -rem single choice of license, a recipient has the option to distribute
   10.40 -rem your version of this file under either the CDDL, the GPL Version 2 or
   10.41 -rem to extend the choice of license to its licensees as provided above.
   10.42 -rem However, if you add GPL Version 2 code and therefore, elected the GPL
   10.43 -rem Version 2 license, then the option applies only if the new code is
   10.44 -rem made subject to such option by the copyright holder.
   10.45 -
   10.46 -@echo off
   10.47 -
   10.48 -REM This script expects CVM_HOME to point to the correct CVM installation
   10.49 -REM In case you need to customize it, please uncomment and modify the following line
   10.50 -REM set CVM_HOME=C:\Software\CVM
   10.51 -
   10.52 -
   10.53 -"%CVM_HOME%\bin\cvm.exe" -cp "%~dp0\..\lib\jfluid-server.jar;%~dp0\..\lib\jfluid-server-cvm.jar" -Djava.library.path="%CVM_HOME%\lib;%~dp0\..\lib\deployed\cvm\windows" org.netbeans.lib.profiler.server.ProfilerCalibrator
    11.1 --- a/lib.profiler/release/remote-pack-defs/nb-profile-15.bat	Tue Mar 20 19:55:59 2012 +0100
    11.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.3 @@ -1,49 +0,0 @@
    11.4 -rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    11.5 -rem
    11.6 -rem Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    11.7 -rem
    11.8 -rem Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    11.9 -rem Other names may be trademarks of their respective owners.
   11.10 -rem
   11.11 -rem The contents of this file are subject to the terms of either the GNU
   11.12 -rem General Public License Version 2 only ("GPL") or the Common
   11.13 -rem Development and Distribution License("CDDL") (collectively, the
   11.14 -rem "License"). You may not use this file except in compliance with the
   11.15 -rem License. You can obtain a copy of the License at
   11.16 -rem http://www.netbeans.org/cddl-gplv2.html
   11.17 -rem or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   11.18 -rem specific language governing permissions and limitations under the
   11.19 -rem License.  When distributing the software, include this License Header
   11.20 -rem Notice in each file and include the License file at
   11.21 -rem nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   11.22 -rem particular file as subject to the "Classpath" exception as provided
   11.23 -rem by Oracle in the GPL Version 2 section of the License file that
   11.24 -rem accompanied this code. If applicable, add the following below the
   11.25 -rem License Header, with the fields enclosed by brackets [] replaced by
   11.26 -rem your own identifying information:
   11.27 -rem "Portions Copyrighted [year] [name of copyright owner]"
   11.28 -rem
   11.29 -rem Contributor(s):
   11.30 -rem
   11.31 -rem The Original Software is NetBeans. The Initial Developer of the Original
   11.32 -rem Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   11.33 -rem Microsystems, Inc. All Rights Reserved.
   11.34 -rem
   11.35 -rem If you wish your version of this file to be governed by only the CDDL
   11.36 -rem or only the GPL Version 2, indicate your decision by adding
   11.37 -rem "[Contributor] elects to include this software in this distribution
   11.38 -rem under the [CDDL or GPL Version 2] license." If you do not indicate a
   11.39 -rem single choice of license, a recipient has the option to distribute
   11.40 -rem your version of this file under either the CDDL, the GPL Version 2 or
   11.41 -rem to extend the choice of license to its licensees as provided above.
   11.42 -rem However, if you add GPL Version 2 code and therefore, elected the GPL
   11.43 -rem Version 2 license, then the option applies only if the new code is
   11.44 -rem made subject to such option by the copyright holder.
   11.45 -
   11.46 -@echo off
   11.47 -
   11.48 -REM This script expects that NetBeans IDE runs under JDK 5.0 update 4 (or later) by default.
   11.49 -REM If you need to specify the JDK explicitely, you can force the IDE to start with specific JDK
   11.50 -REM by passing -jdkhome <path> parameter to nb.exe/netbeans.exe e.g. "nb.exe -jdkhome C:\Software\jdk15_04"
   11.51 -
   11.52 -nb.exe -J-agentpath:"%~dp0\..\profiler\lib\deployed\jdk15\windows\profilerinterface.dll"="\"%~dp0\..\profiler\lib\"",5140 %*
   11.53 \ No newline at end of file
    12.1 --- a/lib.profiler/release/remote-pack-defs/nb-profile-amd64-15.bat	Tue Mar 20 19:55:59 2012 +0100
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,49 +0,0 @@
    12.4 -rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    12.5 -rem
    12.6 -rem Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    12.7 -rem
    12.8 -rem Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    12.9 -rem Other names may be trademarks of their respective owners.
   12.10 -rem
   12.11 -rem The contents of this file are subject to the terms of either the GNU
   12.12 -rem General Public License Version 2 only ("GPL") or the Common
   12.13 -rem Development and Distribution License("CDDL") (collectively, the
   12.14 -rem "License"). You may not use this file except in compliance with the
   12.15 -rem License. You can obtain a copy of the License at
   12.16 -rem http://www.netbeans.org/cddl-gplv2.html
   12.17 -rem or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   12.18 -rem specific language governing permissions and limitations under the
   12.19 -rem License.  When distributing the software, include this License Header
   12.20 -rem Notice in each file and include the License file at
   12.21 -rem nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   12.22 -rem particular file as subject to the "Classpath" exception as provided
   12.23 -rem by Oracle in the GPL Version 2 section of the License file that
   12.24 -rem accompanied this code. If applicable, add the following below the
   12.25 -rem License Header, with the fields enclosed by brackets [] replaced by
   12.26 -rem your own identifying information:
   12.27 -rem "Portions Copyrighted [year] [name of copyright owner]"
   12.28 -rem
   12.29 -rem Contributor(s):
   12.30 -rem
   12.31 -rem The Original Software is NetBeans. The Initial Developer of the Original
   12.32 -rem Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   12.33 -rem Microsystems, Inc. All Rights Reserved.
   12.34 -rem
   12.35 -rem If you wish your version of this file to be governed by only the CDDL
   12.36 -rem or only the GPL Version 2, indicate your decision by adding
   12.37 -rem "[Contributor] elects to include this software in this distribution
   12.38 -rem under the [CDDL or GPL Version 2] license." If you do not indicate a
   12.39 -rem single choice of license, a recipient has the option to distribute
   12.40 -rem your version of this file under either the CDDL, the GPL Version 2 or
   12.41 -rem to extend the choice of license to its licensees as provided above.
   12.42 -rem However, if you add GPL Version 2 code and therefore, elected the GPL
   12.43 -rem Version 2 license, then the option applies only if the new code is
   12.44 -rem made subject to such option by the copyright holder.
   12.45 -
   12.46 -@echo off
   12.47 -
   12.48 -REM This script expects that NetBeans IDE runs under JDK 5.0 update 4 (or later) by default.
   12.49 -REM If you need to specify the JDK explicitely, you can force the IDE to start with specific JDK
   12.50 -REM by passing -jdkhome <path> parameter to nb.exe/netbeans.exe e.g. "nb.exe -jdkhome C:\Software\jdk15_04"
   12.51 -
   12.52 -nb.exe -J-agentpath:"%~dp0\..\profiler\lib\deployed\jdk15\windows-amd64\profilerinterface.dll"="\"%~dp0\..\profiler\lib\"",5140 %*
    13.1 --- a/lib.profiler/release/remote-pack-defs/profile-linux-15.sh	Tue Mar 20 19:55:59 2012 +0100
    13.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.3 @@ -1,59 +0,0 @@
    13.4 -#!/bin/sh
    13.5 -
    13.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    13.7 -#
    13.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    13.9 -#
   13.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   13.11 -# Other names may be trademarks of their respective owners.
   13.12 -#
   13.13 -# The contents of this file are subject to the terms of either the GNU
   13.14 -# General Public License Version 2 only ("GPL") or the Common
   13.15 -# Development and Distribution License("CDDL") (collectively, the
   13.16 -# "License"). You may not use this file except in compliance with the
   13.17 -# License. You can obtain a copy of the License at
   13.18 -# http://www.netbeans.org/cddl-gplv2.html
   13.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   13.20 -# specific language governing permissions and limitations under the
   13.21 -# License.  When distributing the software, include this License Header
   13.22 -# Notice in each file and include the License file at
   13.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   13.24 -# particular file as subject to the "Classpath" exception as provided
   13.25 -# by Oracle in the GPL Version 2 section of the License file that
   13.26 -# accompanied this code. If applicable, add the following below the
   13.27 -# License Header, with the fields enclosed by brackets [] replaced by
   13.28 -# your own identifying information:
   13.29 -# "Portions Copyrighted [year] [name of copyright owner]"
   13.30 -#
   13.31 -# Contributor(s):
   13.32 -#
   13.33 -# The Original Software is NetBeans. The Initial Developer of the Original
   13.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   13.35 -# Microsystems, Inc. All Rights Reserved.
   13.36 -#
   13.37 -# If you wish your version of this file to be governed by only the CDDL
   13.38 -# or only the GPL Version 2, indicate your decision by adding
   13.39 -# "[Contributor] elects to include this software in this distribution
   13.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
   13.41 -# single choice of license, a recipient has the option to distribute
   13.42 -# your version of this file under either the CDDL, the GPL Version 2 or
   13.43 -# to extend the choice of license to its licensees as provided above.
   13.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
   13.45 -# Version 2 license, then the option applies only if the new code is
   13.46 -# made subject to such option by the copyright holder.
   13.47 -
   13.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   13.49 -# In case you need to customize it, please uncomment and modify the following lines
   13.50 -
   13.51 -# JAVA_HOME=/opt/java/jdk1.5.0_04
   13.52 -# export JAVA_HOME
   13.53 -
   13.54 -# Determine the location of the profile script as an absolute directory
   13.55 -ORIG_DIR=`pwd`
   13.56 -PROG_NAME=`type $0 | awk '{print $3}'`
   13.57 -INSTALL_DIR=`dirname $PROG_NAME`
   13.58 -cd $INSTALL_DIR
   13.59 -INSTALL_DIR=`pwd`
   13.60 -cd $ORIG_DIR
   13.61 -
   13.62 -$JAVA_HOME/bin/java -agentpath:$INSTALL_DIR/../lib/deployed/jdk15/linux/libprofilerinterface.so=$INSTALL_DIR/../lib/,5140 $@
   13.63 \ No newline at end of file
    14.1 --- a/lib.profiler/release/remote-pack-defs/profile-linux-16.sh	Tue Mar 20 19:55:59 2012 +0100
    14.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.3 @@ -1,59 +0,0 @@
    14.4 -#!/bin/sh
    14.5 -
    14.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    14.7 -#
    14.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    14.9 -#
   14.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   14.11 -# Other names may be trademarks of their respective owners.
   14.12 -#
   14.13 -# The contents of this file are subject to the terms of either the GNU
   14.14 -# General Public License Version 2 only ("GPL") or the Common
   14.15 -# Development and Distribution License("CDDL") (collectively, the
   14.16 -# "License"). You may not use this file except in compliance with the
   14.17 -# License. You can obtain a copy of the License at
   14.18 -# http://www.netbeans.org/cddl-gplv2.html
   14.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   14.20 -# specific language governing permissions and limitations under the
   14.21 -# License.  When distributing the software, include this License Header
   14.22 -# Notice in each file and include the License file at
   14.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   14.24 -# particular file as subject to the "Classpath" exception as provided
   14.25 -# by Oracle in the GPL Version 2 section of the License file that
   14.26 -# accompanied this code. If applicable, add the following below the
   14.27 -# License Header, with the fields enclosed by brackets [] replaced by
   14.28 -# your own identifying information:
   14.29 -# "Portions Copyrighted [year] [name of copyright owner]"
   14.30 -#
   14.31 -# Contributor(s):
   14.32 -#
   14.33 -# The Original Software is NetBeans. The Initial Developer of the Original
   14.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   14.35 -# Microsystems, Inc. All Rights Reserved.
   14.36 -#
   14.37 -# If you wish your version of this file to be governed by only the CDDL
   14.38 -# or only the GPL Version 2, indicate your decision by adding
   14.39 -# "[Contributor] elects to include this software in this distribution
   14.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
   14.41 -# single choice of license, a recipient has the option to distribute
   14.42 -# your version of this file under either the CDDL, the GPL Version 2 or
   14.43 -# to extend the choice of license to its licensees as provided above.
   14.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
   14.45 -# Version 2 license, then the option applies only if the new code is
   14.46 -# made subject to such option by the copyright holder.
   14.47 -
   14.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   14.49 -# In case you need to customize it, please uncomment and modify the following lines
   14.50 -
   14.51 -# JAVA_HOME=/opt/java/jdk1.6.0_02
   14.52 -# export JAVA_HOME
   14.53 -
   14.54 -# Determine the location of the profile script as an absolute directory
   14.55 -ORIG_DIR=`pwd`
   14.56 -PROG_NAME=`type $0 | awk '{print $3}'`
   14.57 -INSTALL_DIR=`dirname $PROG_NAME`
   14.58 -cd $INSTALL_DIR
   14.59 -INSTALL_DIR=`pwd`
   14.60 -cd $ORIG_DIR
   14.61 -
   14.62 -$JAVA_HOME/bin/java -XX:+UseLinuxPosixThreadCPUClocks -agentpath:$INSTALL_DIR/../lib/deployed/jdk16/linux/libprofilerinterface.so=$INSTALL_DIR/../lib/,5140 $@
    15.1 --- a/lib.profiler/release/remote-pack-defs/profile-linux-cvm.sh	Tue Mar 20 19:55:59 2012 +0100
    15.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.3 @@ -1,59 +0,0 @@
    15.4 -#!/bin/sh
    15.5 -
    15.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    15.7 -#
    15.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    15.9 -#
   15.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   15.11 -# Other names may be trademarks of their respective owners.
   15.12 -#
   15.13 -# The contents of this file are subject to the terms of either the GNU
   15.14 -# General Public License Version 2 only ("GPL") or the Common
   15.15 -# Development and Distribution License("CDDL") (collectively, the
   15.16 -# "License"). You may not use this file except in compliance with the
   15.17 -# License. You can obtain a copy of the License at
   15.18 -# http://www.netbeans.org/cddl-gplv2.html
   15.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   15.20 -# specific language governing permissions and limitations under the
   15.21 -# License.  When distributing the software, include this License Header
   15.22 -# Notice in each file and include the License file at
   15.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   15.24 -# particular file as subject to the "Classpath" exception as provided
   15.25 -# by Oracle in the GPL Version 2 section of the License file that
   15.26 -# accompanied this code. If applicable, add the following below the
   15.27 -# License Header, with the fields enclosed by brackets [] replaced by
   15.28 -# your own identifying information:
   15.29 -# "Portions Copyrighted [year] [name of copyright owner]"
   15.30 -#
   15.31 -# Contributor(s):
   15.32 -#
   15.33 -# The Original Software is NetBeans. The Initial Developer of the Original
   15.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   15.35 -# Microsystems, Inc. All Rights Reserved.
   15.36 -#
   15.37 -# If you wish your version of this file to be governed by only the CDDL
   15.38 -# or only the GPL Version 2, indicate your decision by adding
   15.39 -# "[Contributor] elects to include this software in this distribution
   15.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
   15.41 -# single choice of license, a recipient has the option to distribute
   15.42 -# your version of this file under either the CDDL, the GPL Version 2 or
   15.43 -# to extend the choice of license to its licensees as provided above.
   15.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
   15.45 -# Version 2 license, then the option applies only if the new code is
   15.46 -# made subject to such option by the copyright holder.
   15.47 -
   15.48 -# This script expects CVM_HOME to point to the correct CVM installation
   15.49 -# In case you need to customize it, please uncomment and modify the following lines
   15.50 -
   15.51 -# CVM_HOME=/opt/cvm
   15.52 -# export CVM_HOME
   15.53 -
   15.54 -# Determine the location of the profile script as an absolute directory
   15.55 -ORIG_DIR=`pwd`
   15.56 -PROG_NAME=`type $0 | awk '{print $3}'`
   15.57 -INSTALL_DIR=`dirname $PROG_NAME`
   15.58 -cd $INSTALL_DIR
   15.59 -INSTALL_DIR=`pwd`
   15.60 -cd $ORIG_DIR
   15.61 -
   15.62 -$CVM_HOME/bin/cvm -agentpath:$INSTALL_DIR/../lib/deployed/cvm/linux/libprofilerinterface.so=$INSTALL_DIR/../lib/,5140 $@
    16.1 --- a/lib.profiler/release/remote-pack-defs/profile-linuxamd64-15.sh	Tue Mar 20 19:55:59 2012 +0100
    16.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.3 @@ -1,59 +0,0 @@
    16.4 -#!/bin/sh
    16.5 -
    16.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    16.7 -#
    16.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    16.9 -#
   16.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   16.11 -# Other names may be trademarks of their respective owners.
   16.12 -#
   16.13 -# The contents of this file are subject to the terms of either the GNU
   16.14 -# General Public License Version 2 only ("GPL") or the Common
   16.15 -# Development and Distribution License("CDDL") (collectively, the
   16.16 -# "License"). You may not use this file except in compliance with the
   16.17 -# License. You can obtain a copy of the License at
   16.18 -# http://www.netbeans.org/cddl-gplv2.html
   16.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   16.20 -# specific language governing permissions and limitations under the
   16.21 -# License.  When distributing the software, include this License Header
   16.22 -# Notice in each file and include the License file at
   16.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   16.24 -# particular file as subject to the "Classpath" exception as provided
   16.25 -# by Oracle in the GPL Version 2 section of the License file that
   16.26 -# accompanied this code. If applicable, add the following below the
   16.27 -# License Header, with the fields enclosed by brackets [] replaced by
   16.28 -# your own identifying information:
   16.29 -# "Portions Copyrighted [year] [name of copyright owner]"
   16.30 -#
   16.31 -# Contributor(s):
   16.32 -#
   16.33 -# The Original Software is NetBeans. The Initial Developer of the Original
   16.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   16.35 -# Microsystems, Inc. All Rights Reserved.
   16.36 -#
   16.37 -# If you wish your version of this file to be governed by only the CDDL
   16.38 -# or only the GPL Version 2, indicate your decision by adding
   16.39 -# "[Contributor] elects to include this software in this distribution
   16.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
   16.41 -# single choice of license, a recipient has the option to distribute
   16.42 -# your version of this file under either the CDDL, the GPL Version 2 or
   16.43 -# to extend the choice of license to its licensees as provided above.
   16.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
   16.45 -# Version 2 license, then the option applies only if the new code is
   16.46 -# made subject to such option by the copyright holder.
   16.47 -
   16.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   16.49 -# In case you need to customize it, please uncomment and modify the following lines
   16.50 -
   16.51 -# JAVA_HOME=/opt/java/jdk1.5.0_04
   16.52 -# export JAVA_HOME
   16.53 -
   16.54 -# Determine the location of the profile script as an absolute directory
   16.55 -ORIG_DIR=`pwd`
   16.56 -PROG_NAME=`type $0 | awk '{print $3}'`
   16.57 -INSTALL_DIR=`dirname $PROG_NAME`
   16.58 -cd $INSTALL_DIR
   16.59 -INSTALL_DIR=`pwd`
   16.60 -cd $ORIG_DIR
   16.61 -
   16.62 -$JAVA_HOME/bin/java -agentpath:$INSTALL_DIR/../lib/deployed/jdk15/linux-amd64/libprofilerinterface.so=$INSTALL_DIR/../lib/,5140 $@
    17.1 --- a/lib.profiler/release/remote-pack-defs/profile-linuxamd64-16.sh	Tue Mar 20 19:55:59 2012 +0100
    17.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.3 @@ -1,59 +0,0 @@
    17.4 -#!/bin/sh
    17.5 -
    17.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    17.7 -#
    17.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    17.9 -#
   17.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   17.11 -# Other names may be trademarks of their respective owners.
   17.12 -#
   17.13 -# The contents of this file are subject to the terms of either the GNU
   17.14 -# General Public License Version 2 only ("GPL") or the Common
   17.15 -# Development and Distribution License("CDDL") (collectively, the
   17.16 -# "License"). You may not use this file except in compliance with the
   17.17 -# License. You can obtain a copy of the License at
   17.18 -# http://www.netbeans.org/cddl-gplv2.html
   17.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   17.20 -# specific language governing permissions and limitations under the
   17.21 -# License.  When distributing the software, include this License Header
   17.22 -# Notice in each file and include the License file at
   17.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   17.24 -# particular file as subject to the "Classpath" exception as provided
   17.25 -# by Oracle in the GPL Version 2 section of the License file that
   17.26 -# accompanied this code. If applicable, add the following below the
   17.27 -# License Header, with the fields enclosed by brackets [] replaced by
   17.28 -# your own identifying information:
   17.29 -# "Portions Copyrighted [year] [name of copyright owner]"
   17.30 -#
   17.31 -# Contributor(s):
   17.32 -#
   17.33 -# The Original Software is NetBeans. The Initial Developer of the Original
   17.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   17.35 -# Microsystems, Inc. All Rights Reserved.
   17.36 -#
   17.37 -# If you wish your version of this file to be governed by only the CDDL
   17.38 -# or only the GPL Version 2, indicate your decision by adding
   17.39 -# "[Contributor] elects to include this software in this distribution
   17.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
   17.41 -# single choice of license, a recipient has the option to distribute
   17.42 -# your version of this file under either the CDDL, the GPL Version 2 or
   17.43 -# to extend the choice of license to its licensees as provided above.
   17.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
   17.45 -# Version 2 license, then the option applies only if the new code is
   17.46 -# made subject to such option by the copyright holder.
   17.47 -
   17.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   17.49 -# In case you need to customize it, please uncomment and modify the following lines
   17.50 -
   17.51 -# JAVA_HOME=/opt/java/jdk1.6.0_02
   17.52 -# export JAVA_HOME
   17.53 -
   17.54 -# Determine the location of the profile script as an absolute directory
   17.55 -ORIG_DIR=`pwd`
   17.56 -PROG_NAME=`type $0 | awk '{print $3}'`
   17.57 -INSTALL_DIR=`dirname $PROG_NAME`
   17.58 -cd $INSTALL_DIR
   17.59 -INSTALL_DIR=`pwd`
   17.60 -cd $ORIG_DIR
   17.61 -
   17.62 -$JAVA_HOME/bin/java -agentpath:$INSTALL_DIR/../lib/deployed/jdk16/linux-amd64/libprofilerinterface.so=$INSTALL_DIR/../lib/,5140 $@
    18.1 --- a/lib.profiler/release/remote-pack-defs/profile-mac-15.sh	Tue Mar 20 19:55:59 2012 +0100
    18.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.3 @@ -1,59 +0,0 @@
    18.4 -#!/bin/sh
    18.5 -
    18.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    18.7 -#
    18.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    18.9 -#
   18.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   18.11 -# Other names may be trademarks of their respective owners.
   18.12 -#
   18.13 -# The contents of this file are subject to the terms of either the GNU
   18.14 -# General Public License Version 2 only ("GPL") or the Common
   18.15 -# Development and Distribution License("CDDL") (collectively, the
   18.16 -# "License"). You may not use this file except in compliance with the
   18.17 -# License. You can obtain a copy of the License at
   18.18 -# http://www.netbeans.org/cddl-gplv2.html
   18.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   18.20 -# specific language governing permissions and limitations under the
   18.21 -# License.  When distributing the software, include this License Header
   18.22 -# Notice in each file and include the License file at
   18.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   18.24 -# particular file as subject to the "Classpath" exception as provided
   18.25 -# by Oracle in the GPL Version 2 section of the License file that
   18.26 -# accompanied this code. If applicable, add the following below the
   18.27 -# License Header, with the fields enclosed by brackets [] replaced by
   18.28 -# your own identifying information:
   18.29 -# "Portions Copyrighted [year] [name of copyright owner]"
   18.30 -#
   18.31 -# Contributor(s):
   18.32 -#
   18.33 -# The Original Software is NetBeans. The Initial Developer of the Original
   18.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   18.35 -# Microsystems, Inc. All Rights Reserved.
   18.36 -#
   18.37 -# If you wish your version of this file to be governed by only the CDDL
   18.38 -# or only the GPL Version 2, indicate your decision by adding
   18.39 -# "[Contributor] elects to include this software in this distribution
   18.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
   18.41 -# single choice of license, a recipient has the option to distribute
   18.42 -# your version of this file under either the CDDL, the GPL Version 2 or
   18.43 -# to extend the choice of license to its licensees as provided above.
   18.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
   18.45 -# Version 2 license, then the option applies only if the new code is
   18.46 -# made subject to such option by the copyright holder.
   18.47 -
   18.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   18.49 -# In case you need to customize it, please uncomment and modify the following lines
   18.50 -
   18.51 -JAVA_HOME=/Library/Java/Home
   18.52 -export JAVA_HOME
   18.53 -
   18.54 -# Determine the location of the profile script as an absolute directory
   18.55 -ORIG_DIR=`pwd`
   18.56 -PROG_NAME=`type $0 | awk '{print $3}'`
   18.57 -INSTALL_DIR=`dirname $PROG_NAME`
   18.58 -cd $INSTALL_DIR
   18.59 -INSTALL_DIR=`pwd`
   18.60 -cd $ORIG_DIR
   18.61 -
   18.62 -$JAVA_HOME/bin/java -agentpath:$INSTALL_DIR/../lib/deployed/jdk15/mac/libprofilerinterface.jnilib=$INSTALL_DIR/../lib/,5140 $@
    19.1 --- a/lib.profiler/release/remote-pack-defs/profile-mac-16.sh	Tue Mar 20 19:55:59 2012 +0100
    19.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.3 @@ -1,59 +0,0 @@
    19.4 -#!/bin/sh
    19.5 -
    19.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    19.7 -#
    19.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    19.9 -#
   19.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   19.11 -# Other names may be trademarks of their respective owners.
   19.12 -#
   19.13 -# The contents of this file are subject to the terms of either the GNU
   19.14 -# General Public License Version 2 only ("GPL") or the Common
   19.15 -# Development and Distribution License("CDDL") (collectively, the
   19.16 -# "License"). You may not use this file except in compliance with the
   19.17 -# License. You can obtain a copy of the License at
   19.18 -# http://www.netbeans.org/cddl-gplv2.html
   19.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   19.20 -# specific language governing permissions and limitations under the
   19.21 -# License.  When distributing the software, include this License Header
   19.22 -# Notice in each file and include the License file at
   19.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   19.24 -# particular file as subject to the "Classpath" exception as provided
   19.25 -# by Oracle in the GPL Version 2 section of the License file that
   19.26 -# accompanied this code. If applicable, add the following below the
   19.27 -# License Header, with the fields enclosed by brackets [] replaced by
   19.28 -# your own identifying information:
   19.29 -# "Portions Copyrighted [year] [name of copyright owner]"
   19.30 -#
   19.31 -# Contributor(s):
   19.32 -#
   19.33 -# The Original Software is NetBeans. The Initial Developer of the Original
   19.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   19.35 -# Microsystems, Inc. All Rights Reserved.
   19.36 -#
   19.37 -# If you wish your version of this file to be governed by only the CDDL
   19.38 -# or only the GPL Version 2, indicate your decision by adding
   19.39 -# "[Contributor] elects to include this software in this distribution
   19.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
   19.41 -# single choice of license, a recipient has the option to distribute
   19.42 -# your version of this file under either the CDDL, the GPL Version 2 or
   19.43 -# to extend the choice of license to its licensees as provided above.
   19.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
   19.45 -# Version 2 license, then the option applies only if the new code is
   19.46 -# made subject to such option by the copyright holder.
   19.47 -
   19.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   19.49 -# In case you need to customize it, please uncomment and modify the following lines
   19.50 -
   19.51 -JAVA_HOME=/Library/Java/Home
   19.52 -export JAVA_HOME
   19.53 -
   19.54 -# Determine the location of the profile script as an absolute directory
   19.55 -ORIG_DIR=`pwd`
   19.56 -PROG_NAME=`type $0 | awk '{print $3}'`
   19.57 -INSTALL_DIR=`dirname $PROG_NAME`
   19.58 -cd $INSTALL_DIR
   19.59 -INSTALL_DIR=`pwd`
   19.60 -cd $ORIG_DIR
   19.61 -
   19.62 -$JAVA_HOME/bin/java -agentpath:$INSTALL_DIR/../lib/deployed/jdk16/mac/libprofilerinterface.jnilib=$INSTALL_DIR/../lib/,5140 $@
    20.1 --- a/lib.profiler/release/remote-pack-defs/profile-solamd64-15.sh	Tue Mar 20 19:55:59 2012 +0100
    20.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.3 @@ -1,60 +0,0 @@
    20.4 -#!/bin/sh
    20.5 -
    20.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    20.7 -#
    20.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    20.9 -#
   20.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   20.11 -# Other names may be trademarks of their respective owners.
   20.12 -#
   20.13 -# The contents of this file are subject to the terms of either the GNU
   20.14 -# General Public License Version 2 only ("GPL") or the Common
   20.15 -# Development and Distribution License("CDDL") (collectively, the
   20.16 -# "License"). You may not use this file except in compliance with the
   20.17 -# License. You can obtain a copy of the License at
   20.18 -# http://www.netbeans.org/cddl-gplv2.html
   20.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   20.20 -# specific language governing permissions and limitations under the
   20.21 -# License.  When distributing the software, include this License Header
   20.22 -# Notice in each file and include the License file at
   20.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   20.24 -# particular file as subject to the "Classpath" exception as provided
   20.25 -# by Oracle in the GPL Version 2 section of the License file that
   20.26 -# accompanied this code. If applicable, add the following below the
   20.27 -# License Header, with the fields enclosed by brackets [] replaced by
   20.28 -# your own identifying information:
   20.29 -# "Portions Copyrighted [year] [name of copyright owner]"
   20.30 -#
   20.31 -# Contributor(s):
   20.32 -#
   20.33 -# The Original Software is NetBeans. The Initial Developer of the Original
   20.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   20.35 -# Microsystems, Inc. All Rights Reserved.
   20.36 -#
   20.37 -# If you wish your version of this file to be governed by only the CDDL
   20.38 -# or only the GPL Version 2, indicate your decision by adding
   20.39 -# "[Contributor] elects to include this software in this distribution
   20.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
   20.41 -# single choice of license, a recipient has the option to distribute
   20.42 -# your version of this file under either the CDDL, the GPL Version 2 or
   20.43 -# to extend the choice of license to its licensees as provided above.
   20.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
   20.45 -# Version 2 license, then the option applies only if the new code is
   20.46 -# made subject to such option by the copyright holder.
   20.47 -
   20.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   20.49 -# In case you need to customize it, please uncomment and modify the following lines
   20.50 -
   20.51 -# JAVA_HOME=/opt/java/jdk1.5.0_04
   20.52 -# export JAVA_HOME
   20.53 -
   20.54 -# Determine the location of the profile script as an absolute directory
   20.55 -ORIG_DIR=`pwd`
   20.56 -PROG_NAME=`type $0 | awk '{print $3}'`
   20.57 -INSTALL_DIR=`dirname $PROG_NAME`
   20.58 -cd $INSTALL_DIR
   20.59 -INSTALL_DIR=`pwd`
   20.60 -cd $ORIG_DIR
   20.61 -
   20.62 -$JAVA_HOME/bin/java -d64 -agentpath:$INSTALL_DIR/../lib/deployed/jdk15/solaris-amd64/libprofilerinterface.so=$INSTALL_DIR/../lib/,5140 $@
   20.63 -
    21.1 --- a/lib.profiler/release/remote-pack-defs/profile-solamd64-16.sh	Tue Mar 20 19:55:59 2012 +0100
    21.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.3 @@ -1,60 +0,0 @@
    21.4 -#!/bin/sh
    21.5 -
    21.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    21.7 -#
    21.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    21.9 -#
   21.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   21.11 -# Other names may be trademarks of their respective owners.
   21.12 -#
   21.13 -# The contents of this file are subject to the terms of either the GNU
   21.14 -# General Public License Version 2 only ("GPL") or the Common
   21.15 -# Development and Distribution License("CDDL") (collectively, the
   21.16 -# "License"). You may not use this file except in compliance with the
   21.17 -# License. You can obtain a copy of the License at
   21.18 -# http://www.netbeans.org/cddl-gplv2.html
   21.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   21.20 -# specific language governing permissions and limitations under the
   21.21 -# License.  When distributing the software, include this License Header
   21.22 -# Notice in each file and include the License file at
   21.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   21.24 -# particular file as subject to the "Classpath" exception as provided
   21.25 -# by Oracle in the GPL Version 2 section of the License file that
   21.26 -# accompanied this code. If applicable, add the following below the
   21.27 -# License Header, with the fields enclosed by brackets [] replaced by
   21.28 -# your own identifying information:
   21.29 -# "Portions Copyrighted [year] [name of copyright owner]"
   21.30 -#
   21.31 -# Contributor(s):
   21.32 -#
   21.33 -# The Original Software is NetBeans. The Initial Developer of the Original
   21.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   21.35 -# Microsystems, Inc. All Rights Reserved.
   21.36 -#
   21.37 -# If you wish your version of this file to be governed by only the CDDL
   21.38 -# or only the GPL Version 2, indicate your decision by adding
   21.39 -# "[Contributor] elects to include this software in this distribution
   21.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
   21.41 -# single choice of license, a recipient has the option to distribute
   21.42 -# your version of this file under either the CDDL, the GPL Version 2 or
   21.43 -# to extend the choice of license to its licensees as provided above.
   21.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
   21.45 -# Version 2 license, then the option applies only if the new code is
   21.46 -# made subject to such option by the copyright holder.
   21.47 -
   21.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   21.49 -# In case you need to customize it, please uncomment and modify the following lines
   21.50 -
   21.51 -# JAVA_HOME=/opt/java/jdk1.6.0_02
   21.52 -# export JAVA_HOME
   21.53 -
   21.54 -# Determine the location of the profile script as an absolute directory
   21.55 -ORIG_DIR=`pwd`
   21.56 -PROG_NAME=`type $0 | awk '{print $3}'`
   21.57 -INSTALL_DIR=`dirname $PROG_NAME`
   21.58 -cd $INSTALL_DIR
   21.59 -INSTALL_DIR=`pwd`
   21.60 -cd $ORIG_DIR
   21.61 -
   21.62 -$JAVA_HOME/bin/java -d64 -agentpath:$INSTALL_DIR/../lib/deployed/jdk16/solaris-amd64/libprofilerinterface.so=$INSTALL_DIR/../lib/,5140 $@
   21.63 -
    22.1 --- a/lib.profiler/release/remote-pack-defs/profile-solsparc-15.sh	Tue Mar 20 19:55:59 2012 +0100
    22.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    22.3 @@ -1,59 +0,0 @@
    22.4 -#!/bin/sh
    22.5 -
    22.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    22.7 -#
    22.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    22.9 -#
   22.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   22.11 -# Other names may be trademarks of their respective owners.
   22.12 -#
   22.13 -# The contents of this file are subject to the terms of either the GNU
   22.14 -# General Public License Version 2 only ("GPL") or the Common
   22.15 -# Development and Distribution License("CDDL") (collectively, the
   22.16 -# "License"). You may not use this file except in compliance with the
   22.17 -# License. You can obtain a copy of the License at
   22.18 -# http://www.netbeans.org/cddl-gplv2.html
   22.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   22.20 -# specific language governing permissions and limitations under the
   22.21 -# License.  When distributing the software, include this License Header
   22.22 -# Notice in each file and include the License file at
   22.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   22.24 -# particular file as subject to the "Classpath" exception as provided
   22.25 -# by Oracle in the GPL Version 2 section of the License file that
   22.26 -# accompanied this code. If applicable, add the following below the
   22.27 -# License Header, with the fields enclosed by brackets [] replaced by
   22.28 -# your own identifying information:
   22.29 -# "Portions Copyrighted [year] [name of copyright owner]"
   22.30 -#
   22.31 -# Contributor(s):
   22.32 -#
   22.33 -# The Original Software is NetBeans. The Initial Developer of the Original
   22.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   22.35 -# Microsystems, Inc. All Rights Reserved.
   22.36 -#
   22.37 -# If you wish your version of this file to be governed by only the CDDL
   22.38 -# or only the GPL Version 2, indicate your decision by adding
   22.39 -# "[Contributor] elects to include this software in this distribution
   22.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
   22.41 -# single choice of license, a recipient has the option to distribute
   22.42 -# your version of this file under either the CDDL, the GPL Version 2 or
   22.43 -# to extend the choice of license to its licensees as provided above.
   22.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
   22.45 -# Version 2 license, then the option applies only if the new code is
   22.46 -# made subject to such option by the copyright holder.
   22.47 -
   22.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   22.49 -# In case you need to customize it, please uncomment and modify the following lines
   22.50 -
   22.51 -# JAVA_HOME=/opt/java/jdk1.5.0_04
   22.52 -# export JAVA_HOME
   22.53 -
   22.54 -# Determine the location of the profile script as an absolute directory
   22.55 -ORIG_DIR=`pwd`
   22.56 -PROG_NAME=`type $0 | awk '{print $3}'`
   22.57 -INSTALL_DIR=`dirname $PROG_NAME`
   22.58 -cd $INSTALL_DIR
   22.59 -INSTALL_DIR=`pwd`
   22.60 -cd $ORIG_DIR
   22.61 -
   22.62 -$JAVA_HOME/bin/java -agentpath:$INSTALL_DIR/../lib/deployed/jdk15/solaris-sparc/libprofilerinterface.so=$INSTALL_DIR/../lib/,5140 $@
   22.63 \ No newline at end of file
    23.1 --- a/lib.profiler/release/remote-pack-defs/profile-solsparc-16.sh	Tue Mar 20 19:55:59 2012 +0100
    23.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    23.3 @@ -1,59 +0,0 @@
    23.4 -#!/bin/sh
    23.5 -
    23.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    23.7 -#
    23.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    23.9 -#
   23.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   23.11 -# Other names may be trademarks of their respective owners.
   23.12 -#
   23.13 -# The contents of this file are subject to the terms of either the GNU
   23.14 -# General Public License Version 2 only ("GPL") or the Common
   23.15 -# Development and Distribution License("CDDL") (collectively, the
   23.16 -# "License"). You may not use this file except in compliance with the
   23.17 -# License. You can obtain a copy of the License at
   23.18 -# http://www.netbeans.org/cddl-gplv2.html
   23.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   23.20 -# specific language governing permissions and limitations under the
   23.21 -# License.  When distributing the software, include this License Header
   23.22 -# Notice in each file and include the License file at
   23.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   23.24 -# particular file as subject to the "Classpath" exception as provided
   23.25 -# by Oracle in the GPL Version 2 section of the License file that
   23.26 -# accompanied this code. If applicable, add the following below the
   23.27 -# License Header, with the fields enclosed by brackets [] replaced by
   23.28 -# your own identifying information:
   23.29 -# "Portions Copyrighted [year] [name of copyright owner]"
   23.30 -#
   23.31 -# Contributor(s):
   23.32 -#
   23.33 -# The Original Software is NetBeans. The Initial Developer of the Original
   23.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   23.35 -# Microsystems, Inc. All Rights Reserved.
   23.36 -#
   23.37 -# If you wish your version of this file to be governed by only the CDDL
   23.38 -# or only the GPL Version 2, indicate your decision by adding
   23.39 -# "[Contributor] elects to include this software in this distribution
   23.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
   23.41 -# single choice of license, a recipient has the option to distribute
   23.42 -# your version of this file under either the CDDL, the GPL Version 2 or
   23.43 -# to extend the choice of license to its licensees as provided above.
   23.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
   23.45 -# Version 2 license, then the option applies only if the new code is
   23.46 -# made subject to such option by the copyright holder.
   23.47 -
   23.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   23.49 -# In case you need to customize it, please uncomment and modify the following lines
   23.50 -
   23.51 -# JAVA_HOME=/opt/java/jdk1.6.0_02
   23.52 -# export JAVA_HOME
   23.53 -
   23.54 -# Determine the location of the profile script as an absolute directory
   23.55 -ORIG_DIR=`pwd`
   23.56 -PROG_NAME=`type $0 | awk '{print $3}'`
   23.57 -INSTALL_DIR=`dirname $PROG_NAME`
   23.58 -cd $INSTALL_DIR
   23.59 -INSTALL_DIR=`pwd`
   23.60 -cd $ORIG_DIR
   23.61 -
   23.62 -$JAVA_HOME/bin/java -agentpath:$INSTALL_DIR/../lib/deployed/jdk16/solaris-sparc/libprofilerinterface.so=$INSTALL_DIR/../lib/,5140 $@
    24.1 --- a/lib.profiler/release/remote-pack-defs/profile-solsparcv9-15.sh	Tue Mar 20 19:55:59 2012 +0100
    24.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.3 @@ -1,59 +0,0 @@
    24.4 -#!/bin/sh
    24.5 -
    24.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    24.7 -#
    24.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    24.9 -#
   24.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   24.11 -# Other names may be trademarks of their respective owners.
   24.12 -#
   24.13 -# The contents of this file are subject to the terms of either the GNU
   24.14 -# General Public License Version 2 only ("GPL") or the Common
   24.15 -# Development and Distribution License("CDDL") (collectively, the
   24.16 -# "License"). You may not use this file except in compliance with the
   24.17 -# License. You can obtain a copy of the License at
   24.18 -# http://www.netbeans.org/cddl-gplv2.html
   24.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   24.20 -# specific language governing permissions and limitations under the
   24.21 -# License.  When distributing the software, include this License Header
   24.22 -# Notice in each file and include the License file at
   24.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   24.24 -# particular file as subject to the "Classpath" exception as provided
   24.25 -# by Oracle in the GPL Version 2 section of the License file that
   24.26 -# accompanied this code. If applicable, add the following below the
   24.27 -# License Header, with the fields enclosed by brackets [] replaced by
   24.28 -# your own identifying information:
   24.29 -# "Portions Copyrighted [year] [name of copyright owner]"
   24.30 -#
   24.31 -# Contributor(s):
   24.32 -#
   24.33 -# The Original Software is NetBeans. The Initial Developer of the Original
   24.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   24.35 -# Microsystems, Inc. All Rights Reserved.
   24.36 -#
   24.37 -# If you wish your version of this file to be governed by only the CDDL
   24.38 -# or only the GPL Version 2, indicate your decision by adding
   24.39 -# "[Contributor] elects to include this software in this distribution
   24.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
   24.41 -# single choice of license, a recipient has the option to distribute
   24.42 -# your version of this file under either the CDDL, the GPL Version 2 or
   24.43 -# to extend the choice of license to its licensees as provided above.
   24.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
   24.45 -# Version 2 license, then the option applies only if the new code is
   24.46 -# made subject to such option by the copyright holder.
   24.47 -
   24.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   24.49 -# In case you need to customize it, please uncomment and modify the following lines
   24.50 -
   24.51 -# JAVA_HOME=/opt/java/jdk1.5.0_04
   24.52 -# export JAVA_HOME
   24.53 -
   24.54 -# Determine the location of the profile script as an absolute directory
   24.55 -ORIG_DIR=`pwd`
   24.56 -PROG_NAME=`type $0 | awk '{print $3}'`
   24.57 -INSTALL_DIR=`dirname $PROG_NAME`
   24.58 -cd $INSTALL_DIR
   24.59 -INSTALL_DIR=`pwd`
   24.60 -cd $ORIG_DIR
   24.61 -
   24.62 -$JAVA_HOME/bin/java -d64 -agentpath:$INSTALL_DIR/../lib/deployed/jdk15/solaris-sparcv9/libprofilerinterface.so=$INSTALL_DIR/../lib/,5140 $@
    25.1 --- a/lib.profiler/release/remote-pack-defs/profile-solsparcv9-16.sh	Tue Mar 20 19:55:59 2012 +0100
    25.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    25.3 @@ -1,59 +0,0 @@
    25.4 -#!/bin/sh
    25.5 -
    25.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    25.7 -#
    25.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    25.9 -#
   25.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   25.11 -# Other names may be trademarks of their respective owners.
   25.12 -#
   25.13 -# The contents of this file are subject to the terms of either the GNU
   25.14 -# General Public License Version 2 only ("GPL") or the Common
   25.15 -# Development and Distribution License("CDDL") (collectively, the
   25.16 -# "License"). You may not use this file except in compliance with the
   25.17 -# License. You can obtain a copy of the License at
   25.18 -# http://www.netbeans.org/cddl-gplv2.html
   25.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   25.20 -# specific language governing permissions and limitations under the
   25.21 -# License.  When distributing the software, include this License Header
   25.22 -# Notice in each file and include the License file at
   25.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   25.24 -# particular file as subject to the "Classpath" exception as provided
   25.25 -# by Oracle in the GPL Version 2 section of the License file that
   25.26 -# accompanied this code. If applicable, add the following below the
   25.27 -# License Header, with the fields enclosed by brackets [] replaced by
   25.28 -# your own identifying information:
   25.29 -# "Portions Copyrighted [year] [name of copyright owner]"
   25.30 -#
   25.31 -# Contributor(s):
   25.32 -#
   25.33 -# The Original Software is NetBeans. The Initial Developer of the Original
   25.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   25.35 -# Microsystems, Inc. All Rights Reserved.
   25.36 -#
   25.37 -# If you wish your version of this file to be governed by only the CDDL
   25.38 -# or only the GPL Version 2, indicate your decision by adding
   25.39 -# "[Contributor] elects to include this software in this distribution
   25.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
   25.41 -# single choice of license, a recipient has the option to distribute
   25.42 -# your version of this file under either the CDDL, the GPL Version 2 or
   25.43 -# to extend the choice of license to its licensees as provided above.
   25.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
   25.45 -# Version 2 license, then the option applies only if the new code is
   25.46 -# made subject to such option by the copyright holder.
   25.47 -
   25.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   25.49 -# In case you need to customize it, please uncomment and modify the following lines
   25.50 -
   25.51 -# JAVA_HOME=/opt/java/jdk1.6.0_02
   25.52 -# export JAVA_HOME
   25.53 -
   25.54 -# Determine the location of the profile script as an absolute directory
   25.55 -ORIG_DIR=`pwd`
   25.56 -PROG_NAME=`type $0 | awk '{print $3}'`
   25.57 -INSTALL_DIR=`dirname $PROG_NAME`
   25.58 -cd $INSTALL_DIR
   25.59 -INSTALL_DIR=`pwd`
   25.60 -cd $ORIG_DIR
   25.61 -
   25.62 -$JAVA_HOME/bin/java -d64 -agentpath:$INSTALL_DIR/../lib/deployed/jdk16/solaris-sparcv9/libprofilerinterface.so=$INSTALL_DIR/../lib/,5140 $@
    26.1 --- a/lib.profiler/release/remote-pack-defs/profile-solx86-15.sh	Tue Mar 20 19:55:59 2012 +0100
    26.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    26.3 @@ -1,60 +0,0 @@
    26.4 -#!/bin/sh
    26.5 -
    26.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    26.7 -#
    26.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    26.9 -#
   26.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   26.11 -# Other names may be trademarks of their respective owners.
   26.12 -#
   26.13 -# The contents of this file are subject to the terms of either the GNU
   26.14 -# General Public License Version 2 only ("GPL") or the Common
   26.15 -# Development and Distribution License("CDDL") (collectively, the
   26.16 -# "License"). You may not use this file except in compliance with the
   26.17 -# License. You can obtain a copy of the License at
   26.18 -# http://www.netbeans.org/cddl-gplv2.html
   26.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   26.20 -# specific language governing permissions and limitations under the
   26.21 -# License.  When distributing the software, include this License Header
   26.22 -# Notice in each file and include the License file at
   26.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   26.24 -# particular file as subject to the "Classpath" exception as provided
   26.25 -# by Oracle in the GPL Version 2 section of the License file that
   26.26 -# accompanied this code. If applicable, add the following below the
   26.27 -# License Header, with the fields enclosed by brackets [] replaced by
   26.28 -# your own identifying information:
   26.29 -# "Portions Copyrighted [year] [name of copyright owner]"
   26.30 -#
   26.31 -# Contributor(s):
   26.32 -#
   26.33 -# The Original Software is NetBeans. The Initial Developer of the Original
   26.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   26.35 -# Microsystems, Inc. All Rights Reserved.
   26.36 -#
   26.37 -# If you wish your version of this file to be governed by only the CDDL
   26.38 -# or only the GPL Version 2, indicate your decision by adding
   26.39 -# "[Contributor] elects to include this software in this distribution
   26.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
   26.41 -# single choice of license, a recipient has the option to distribute
   26.42 -# your version of this file under either the CDDL, the GPL Version 2 or
   26.43 -# to extend the choice of license to its licensees as provided above.
   26.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
   26.45 -# Version 2 license, then the option applies only if the new code is
   26.46 -# made subject to such option by the copyright holder.
   26.47 -
   26.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   26.49 -# In case you need to customize it, please uncomment and modify the following lines
   26.50 -
   26.51 -# JAVA_HOME=/opt/java/jdk1.5.0_04
   26.52 -# export JAVA_HOME
   26.53 -
   26.54 -# Determine the location of the profile script as an absolute directory
   26.55 -ORIG_DIR=`pwd`
   26.56 -PROG_NAME=`type $0 | awk '{print $3}'`
   26.57 -INSTALL_DIR=`dirname $PROG_NAME`
   26.58 -cd $INSTALL_DIR
   26.59 -INSTALL_DIR=`pwd`
   26.60 -cd $ORIG_DIR
   26.61 -
   26.62 -$JAVA_HOME/bin/java -agentpath:$INSTALL_DIR/../lib/deployed/jdk15/solaris-i386/libprofilerinterface.so=$INSTALL_DIR/../lib/,5140 $@
   26.63 -
    27.1 --- a/lib.profiler/release/remote-pack-defs/profile-solx86-16.sh	Tue Mar 20 19:55:59 2012 +0100
    27.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    27.3 @@ -1,60 +0,0 @@
    27.4 -#!/bin/sh
    27.5 -
    27.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    27.7 -#
    27.8 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    27.9 -#
   27.10 -# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   27.11 -# Other names may be trademarks of their respective owners.
   27.12 -#
   27.13 -# The contents of this file are subject to the terms of either the GNU
   27.14 -# General Public License Version 2 only ("GPL") or the Common
   27.15 -# Development and Distribution License("CDDL") (collectively, the
   27.16 -# "License"). You may not use this file except in compliance with the
   27.17 -# License. You can obtain a copy of the License at
   27.18 -# http://www.netbeans.org/cddl-gplv2.html
   27.19 -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   27.20 -# specific language governing permissions and limitations under the
   27.21 -# License.  When distributing the software, include this License Header
   27.22 -# Notice in each file and include the License file at
   27.23 -# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   27.24 -# particular file as subject to the "Classpath" exception as provided
   27.25 -# by Oracle in the GPL Version 2 section of the License file that
   27.26 -# accompanied this code. If applicable, add the following below the
   27.27 -# License Header, with the fields enclosed by brackets [] replaced by
   27.28 -# your own identifying information:
   27.29 -# "Portions Copyrighted [year] [name of copyright owner]"
   27.30 -#
   27.31 -# Contributor(s):
   27.32 -#
   27.33 -# The Original Software is NetBeans. The Initial Developer of the Original
   27.34 -# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   27.35 -# Microsystems, Inc. All Rights Reserved.
   27.36 -#
   27.37 -# If you wish your version of this file to be governed by only the CDDL
   27.38 -# or only the GPL Version 2, indicate your decision by adding
   27.39 -# "[Contributor] elects to include this software in this distribution
   27.40 -# under the [CDDL or GPL Version 2] license." If you do not indicate a
   27.41 -# single choice of license, a recipient has the option to distribute
   27.42 -# your version of this file under either the CDDL, the GPL Version 2 or
   27.43 -# to extend the choice of license to its licensees as provided above.
   27.44 -# However, if you add GPL Version 2 code and therefore, elected the GPL
   27.45 -# Version 2 license, then the option applies only if the new code is
   27.46 -# made subject to such option by the copyright holder.
   27.47 -
   27.48 -# This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   27.49 -# In case you need to customize it, please uncomment and modify the following lines
   27.50 -
   27.51 -# JAVA_HOME=/opt/java/jdk1.6.0_02
   27.52 -# export JAVA_HOME
   27.53 -
   27.54 -# Determine the location of the profile script as an absolute directory
   27.55 -ORIG_DIR=`pwd`
   27.56 -PROG_NAME=`type $0 | awk '{print $3}'`
   27.57 -INSTALL_DIR=`dirname $PROG_NAME`
   27.58 -cd $INSTALL_DIR
   27.59 -INSTALL_DIR=`pwd`
   27.60 -cd $ORIG_DIR
   27.61 -
   27.62 -$JAVA_HOME/bin/java -agentpath:$INSTALL_DIR/../lib/deployed/jdk16/solaris-i386/libprofilerinterface.so=$INSTALL_DIR/../lib/,5140 $@
   27.63 -
    28.1 --- a/lib.profiler/release/remote-pack-defs/profile-win-15.bat	Tue Mar 20 19:55:59 2012 +0100
    28.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    28.3 @@ -1,50 +0,0 @@
    28.4 -rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    28.5 -rem
    28.6 -rem Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    28.7 -rem
    28.8 -rem Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    28.9 -rem Other names may be trademarks of their respective owners.
   28.10 -rem
   28.11 -rem The contents of this file are subject to the terms of either the GNU
   28.12 -rem General Public License Version 2 only ("GPL") or the Common
   28.13 -rem Development and Distribution License("CDDL") (collectively, the
   28.14 -rem "License"). You may not use this file except in compliance with the
   28.15 -rem License. You can obtain a copy of the License at
   28.16 -rem http://www.netbeans.org/cddl-gplv2.html
   28.17 -rem or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   28.18 -rem specific language governing permissions and limitations under the
   28.19 -rem License.  When distributing the software, include this License Header
   28.20 -rem Notice in each file and include the License file at
   28.21 -rem nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   28.22 -rem particular file as subject to the "Classpath" exception as provided
   28.23 -rem by Oracle in the GPL Version 2 section of the License file that
   28.24 -rem accompanied this code. If applicable, add the following below the
   28.25 -rem License Header, with the fields enclosed by brackets [] replaced by
   28.26 -rem your own identifying information:
   28.27 -rem "Portions Copyrighted [year] [name of copyright owner]"
   28.28 -rem
   28.29 -rem Contributor(s):
   28.30 -rem
   28.31 -rem The Original Software is NetBeans. The Initial Developer of the Original
   28.32 -rem Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   28.33 -rem Microsystems, Inc. All Rights Reserved.
   28.34 -rem
   28.35 -rem If you wish your version of this file to be governed by only the CDDL
   28.36 -rem or only the GPL Version 2, indicate your decision by adding
   28.37 -rem "[Contributor] elects to include this software in this distribution
   28.38 -rem under the [CDDL or GPL Version 2] license." If you do not indicate a
   28.39 -rem single choice of license, a recipient has the option to distribute
   28.40 -rem your version of this file under either the CDDL, the GPL Version 2 or
   28.41 -rem to extend the choice of license to its licensees as provided above.
   28.42 -rem However, if you add GPL Version 2 code and therefore, elected the GPL
   28.43 -rem Version 2 license, then the option applies only if the new code is
   28.44 -rem made subject to such option by the copyright holder.
   28.45 -
   28.46 -@echo off
   28.47 -
   28.48 -REM This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   28.49 -REM A JDK 5.0 update 4 (JDK 1.5_04) or newer is needed for the profiler to work correctly
   28.50 -REM In case you need to customize it, please uncomment and modify the following line
   28.51 -REM set JAVA_HOME=C:\Software\jdk15_04
   28.52 -
   28.53 -"%JAVA_HOME%\bin\java.exe" -agentpath:"%~dp0\..\lib\deployed\jdk15\windows\profilerinterface.dll"="\"%~dp0\..\lib\"",5140 %*
   28.54 \ No newline at end of file
    29.1 --- a/lib.profiler/release/remote-pack-defs/profile-win-16.bat	Tue Mar 20 19:55:59 2012 +0100
    29.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    29.3 @@ -1,49 +0,0 @@
    29.4 -rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    29.5 -rem
    29.6 -rem Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    29.7 -rem
    29.8 -rem Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    29.9 -rem Other names may be trademarks of their respective owners.
   29.10 -rem
   29.11 -rem The contents of this file are subject to the terms of either the GNU
   29.12 -rem General Public License Version 2 only ("GPL") or the Common
   29.13 -rem Development and Distribution License("CDDL") (collectively, the
   29.14 -rem "License"). You may not use this file except in compliance with the
   29.15 -rem License. You can obtain a copy of the License at
   29.16 -rem http://www.netbeans.org/cddl-gplv2.html
   29.17 -rem or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   29.18 -rem specific language governing permissions and limitations under the
   29.19 -rem License.  When distributing the software, include this License Header
   29.20 -rem Notice in each file and include the License file at
   29.21 -rem nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   29.22 -rem particular file as subject to the "Classpath" exception as provided
   29.23 -rem by Oracle in the GPL Version 2 section of the License file that
   29.24 -rem accompanied this code. If applicable, add the following below the
   29.25 -rem License Header, with the fields enclosed by brackets [] replaced by
   29.26 -rem your own identifying information:
   29.27 -rem "Portions Copyrighted [year] [name of copyright owner]"
   29.28 -rem
   29.29 -rem Contributor(s):
   29.30 -rem
   29.31 -rem The Original Software is NetBeans. The Initial Developer of the Original
   29.32 -rem Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   29.33 -rem Microsystems, Inc. All Rights Reserved.
   29.34 -rem
   29.35 -rem If you wish your version of this file to be governed by only the CDDL
   29.36 -rem or only the GPL Version 2, indicate your decision by adding
   29.37 -rem "[Contributor] elects to include this software in this distribution
   29.38 -rem under the [CDDL or GPL Version 2] license." If you do not indicate a
   29.39 -rem single choice of license, a recipient has the option to distribute
   29.40 -rem your version of this file under either the CDDL, the GPL Version 2 or
   29.41 -rem to extend the choice of license to its licensees as provided above.
   29.42 -rem However, if you add GPL Version 2 code and therefore, elected the GPL
   29.43 -rem Version 2 license, then the option applies only if the new code is
   29.44 -rem made subject to such option by the copyright holder.
   29.45 -
   29.46 -@echo off
   29.47 -
   29.48 -REM This script expects JAVA_HOME to point to the correct JDK 6.0 installation
   29.49 -REM In case you need to customize it, please uncomment and modify the following line
   29.50 -REM set JAVA_HOME=C:\Software\jdk16
   29.51 -
   29.52 -"%JAVA_HOME%\bin\java.exe" -agentpath:"%~dp0\..\lib\deployed\jdk16\windows\profilerinterface.dll"="\"%~dp0\..\lib\"",5140 %*
    30.1 --- a/lib.profiler/release/remote-pack-defs/profile-win-cvm.bat	Tue Mar 20 19:55:59 2012 +0100
    30.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    30.3 @@ -1,49 +0,0 @@
    30.4 -rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    30.5 -rem
    30.6 -rem Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    30.7 -rem
    30.8 -rem Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    30.9 -rem Other names may be trademarks of their respective owners.
   30.10 -rem
   30.11 -rem The contents of this file are subject to the terms of either the GNU
   30.12 -rem General Public License Version 2 only ("GPL") or the Common
   30.13 -rem Development and Distribution License("CDDL") (collectively, the
   30.14 -rem "License"). You may not use this file except in compliance with the
   30.15 -rem License. You can obtain a copy of the License at
   30.16 -rem http://www.netbeans.org/cddl-gplv2.html
   30.17 -rem or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   30.18 -rem specific language governing permissions and limitations under the
   30.19 -rem License.  When distributing the software, include this License Header
   30.20 -rem Notice in each file and include the License file at
   30.21 -rem nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   30.22 -rem particular file as subject to the "Classpath" exception as provided
   30.23 -rem by Oracle in the GPL Version 2 section of the License file that
   30.24 -rem accompanied this code. If applicable, add the following below the
   30.25 -rem License Header, with the fields enclosed by brackets [] replaced by
   30.26 -rem your own identifying information:
   30.27 -rem "Portions Copyrighted [year] [name of copyright owner]"
   30.28 -rem
   30.29 -rem Contributor(s):
   30.30 -rem
   30.31 -rem The Original Software is NetBeans. The Initial Developer of the Original
   30.32 -rem Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   30.33 -rem Microsystems, Inc. All Rights Reserved.
   30.34 -rem
   30.35 -rem If you wish your version of this file to be governed by only the CDDL
   30.36 -rem or only the GPL Version 2, indicate your decision by adding
   30.37 -rem "[Contributor] elects to include this software in this distribution
   30.38 -rem under the [CDDL or GPL Version 2] license." If you do not indicate a
   30.39 -rem single choice of license, a recipient has the option to distribute
   30.40 -rem your version of this file under either the CDDL, the GPL Version 2 or
   30.41 -rem to extend the choice of license to its licensees as provided above.
   30.42 -rem However, if you add GPL Version 2 code and therefore, elected the GPL
   30.43 -rem Version 2 license, then the option applies only if the new code is
   30.44 -rem made subject to such option by the copyright holder.
   30.45 -
   30.46 -@echo off
   30.47 -
   30.48 -REM This script expects CVM_HOME to point to the correct CVM installation
   30.49 -REM In case you need to customize it, please uncomment and modify the following line
   30.50 -REM set CVM_HOME=C:\Software\CVM
   30.51 -
   30.52 -"%CVM_HOME%\bin\cvm.exe" -agentpath:"%~dp0\..\lib\deployed\cvm\windows\profilerinterface.dll"="\"%~dp0\..\lib\"",5140 %*
    31.1 --- a/lib.profiler/release/remote-pack-defs/profile-winamd64-15.bat	Tue Mar 20 19:55:59 2012 +0100
    31.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    31.3 @@ -1,50 +0,0 @@
    31.4 -rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    31.5 -rem
    31.6 -rem Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    31.7 -rem
    31.8 -rem Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    31.9 -rem Other names may be trademarks of their respective owners.
   31.10 -rem
   31.11 -rem The contents of this file are subject to the terms of either the GNU
   31.12 -rem General Public License Version 2 only ("GPL") or the Common
   31.13 -rem Development and Distribution License("CDDL") (collectively, the
   31.14 -rem "License"). You may not use this file except in compliance with the
   31.15 -rem License. You can obtain a copy of the License at
   31.16 -rem http://www.netbeans.org/cddl-gplv2.html
   31.17 -rem or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   31.18 -rem specific language governing permissions and limitations under the
   31.19 -rem License.  When distributing the software, include this License Header
   31.20 -rem Notice in each file and include the License file at
   31.21 -rem nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   31.22 -rem particular file as subject to the "Classpath" exception as provided
   31.23 -rem by Oracle in the GPL Version 2 section of the License file that
   31.24 -rem accompanied this code. If applicable, add the following below the
   31.25 -rem License Header, with the fields enclosed by brackets [] replaced by
   31.26 -rem your own identifying information:
   31.27 -rem "Portions Copyrighted [year] [name of copyright owner]"
   31.28 -rem
   31.29 -rem Contributor(s):
   31.30 -rem
   31.31 -rem The Original Software is NetBeans. The Initial Developer of the Original
   31.32 -rem Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   31.33 -rem Microsystems, Inc. All Rights Reserved.
   31.34 -rem
   31.35 -rem If you wish your version of this file to be governed by only the CDDL
   31.36 -rem or only the GPL Version 2, indicate your decision by adding
   31.37 -rem "[Contributor] elects to include this software in this distribution
   31.38 -rem under the [CDDL or GPL Version 2] license." If you do not indicate a
   31.39 -rem single choice of license, a recipient has the option to distribute
   31.40 -rem your version of this file under either the CDDL, the GPL Version 2 or
   31.41 -rem to extend the choice of license to its licensees as provided above.
   31.42 -rem However, if you add GPL Version 2 code and therefore, elected the GPL
   31.43 -rem Version 2 license, then the option applies only if the new code is
   31.44 -rem made subject to such option by the copyright holder.
   31.45 -
   31.46 -@echo off
   31.47 -
   31.48 -REM This script expects JAVA_HOME to point to the correct JDK 5.0 installation
   31.49 -REM A JDK 5.0 update 4 (JDK 1.5_04) or newer is needed for the profiler to work correctly
   31.50 -REM In case you need to customize it, please uncomment and modify the following line
   31.51 -REM set JAVA_HOME=C:\Software\jdk15_04
   31.52 -
   31.53 -"%JAVA_HOME%\bin\java.exe" -agentpath:"%~dp0\..\lib\deployed\jdk15\windows-amd64\profilerinterface.dll"="\"%~dp0\..\lib\"",5140 %*
    32.1 --- a/lib.profiler/release/remote-pack-defs/profile-winamd64-16.bat	Tue Mar 20 19:55:59 2012 +0100
    32.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    32.3 @@ -1,49 +0,0 @@
    32.4 -rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    32.5 -rem
    32.6 -rem Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    32.7 -rem
    32.8 -rem Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    32.9 -rem Other names may be trademarks of their respective owners.
   32.10 -rem
   32.11 -rem The contents of this file are subject to the terms of either the GNU
   32.12 -rem General Public License Version 2 only ("GPL") or the Common
   32.13 -rem Development and Distribution License("CDDL") (collectively, the
   32.14 -rem "License"). You may not use this file except in compliance with the
   32.15 -rem License. You can obtain a copy of the License at
   32.16 -rem http://www.netbeans.org/cddl-gplv2.html
   32.17 -rem or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   32.18 -rem specific language governing permissions and limitations under the
   32.19 -rem License.  When distributing the software, include this License Header
   32.20 -rem Notice in each file and include the License file at
   32.21 -rem nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
   32.22 -rem particular file as subject to the "Classpath" exception as provided
   32.23 -rem by Oracle in the GPL Version 2 section of the License file that
   32.24 -rem accompanied this code. If applicable, add the following below the
   32.25 -rem License Header, with the fields enclosed by brackets [] replaced by
   32.26 -rem your own identifying information:
   32.27 -rem "Portions Copyrighted [year] [name of copyright owner]"
   32.28 -rem
   32.29 -rem Contributor(s):
   32.30 -rem
   32.31 -rem The Original Software is NetBeans. The Initial Developer of the Original
   32.32 -rem Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   32.33 -rem Microsystems, Inc. All Rights Reserved.
   32.34 -rem
   32.35 -rem If you wish your version of this file to be governed by only the CDDL
   32.36 -rem or only the GPL Version 2, indicate your decision by adding
   32.37 -rem "[Contributor] elects to include this software in this distribution
   32.38 -rem under the [CDDL or GPL Version 2] license." If you do not indicate a
   32.39 -rem single choice of license, a recipient has the option to distribute
   32.40 -rem your version of this file under either the CDDL, the GPL Version 2 or
   32.41 -rem to extend the choice of license to its licensees as provided above.
   32.42 -rem However, if you add GPL Version 2 code and therefore, elected the GPL
   32.43 -rem Version 2 license, then the option applies only if the new code is
   32.44 -rem made subject to such option by the copyright holder.
   32.45 -
   32.46 -@echo off
   32.47 -
   32.48 -REM This script expects JAVA_HOME to point to the correct JDK 6.0 installation
   32.49 -REM In case you need to customize it, please uncomment and modify the following line
   32.50 -REM set JAVA_HOME=C:\Software\jdk16
   32.51 -
   32.52 -"%JAVA_HOME%\bin\java.exe" -agentpath:"%~dp0\..\lib\deployed\jdk16\windows-amd64\profilerinterface.dll"="\"%~dp0\..\lib\"",5140 %*