Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 84735 Details for
Bug 210191
Add option for downloading the TPTP Profiler Development SDK to the TPTP 4.5 download page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Add JVMTI profiler SDK to TPTP download page
jvmti_sdk.patch (text/plain), 2.84 KB, created by
Kiryl Kazakevich
on 2007-12-07 09:34:04 EST
(
hide
)
Description:
Add JVMTI profiler SDK to TPTP download page
Filename:
MIME Type:
Creator:
Kiryl Kazakevich
Created:
2007-12-07 09:34:04 EST
Size:
2.84 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.releng.builder >Index: master/templateFiles/drop.html.template >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.hyades.releng.builder/master/templateFiles/drop.html.template,v >retrieving revision 1.184 >diff -u -r1.184 drop.html.template >--- master/templateFiles/drop.html.template 6 Dec 2007 21:19:34 -0000 1.184 >+++ master/templateFiles/drop.html.template 7 Dec 2007 14:29:31 -0000 >@@ -186,6 +186,35 @@ > <a href="http://www.eclipse.org/downloads/download.php?file=/tptp/@releaseVersion@/dev/@buildID@/buildToManageLibrary-@buildID@.zip" alt="Download now" title="Download now"><img src="http://www.eclipse.org/tptp/images/ico_download.gif" border="0"/></a><br /> > A library that allows users to execute applications instrumented using TPTP's Build-to-Manage toolkit in a standalone environment, such as an application server. > </li> >+ >+ <li><a name="jvmti"></a><b>Java 1.5+ (JVMTI) Profiler SDK</b> <br /> >+ The Java 1.5+ Profiler SDK package contains code and libraries for developing profiling tools for Java. >+ <form> >+ <table> >+ <tr> >+ <td> >+ <b>SDK:</b> >+ </td> >+ <td> >+ <select name="sdk"> >+ <option value="" selected>-- Select a platform --</option> >+ <option value="http://www.eclipse.org/downloads/download.php?file=/tptp/@releaseVersion@/dev/@buildID@/javaprofiler.all_platforms.sdk-@buildID@.zip">ALL</option> >+ <option value="http://www.eclipse.org/downloads/download.php?file=/tptp/@releaseVersion@/dev/@buildID@/javaprofiler.linux_ia32.sdk-@buildID@.zip">LINUX-IA32</option> >+ <option value="http://www.eclipse.org/downloads/download.php?file=/tptp/@releaseVersion@/dev/@buildID@/javaprofiler.linux_em64t.sdk-@buildID@.zip">LINUX-EM64T</option> >+ <option value="http://www.eclipse.org/downloads/download.php?file=/tptp/@releaseVersion@/dev/@buildID@/javaprofiler.linux_ipf.sdk-@buildID@.zip">LINUX-IPF</option> >+ <option value="http://www.eclipse.org/downloads/download.php?file=/tptp/@releaseVersion@/dev/@buildID@/javaprofiler.win_ia32.sdk-@buildID@.zip">WINDOWS-IA32</option> >+ <option value="http://www.eclipse.org/downloads/download.php?file=/tptp/@releaseVersion@/dev/@buildID@/javaprofiler.win_em64t.sdk-@buildID@.zip">WINDOWS-EM64T</option> >+ <option value="http://www.eclipse.org/downloads/download.php?file=/tptp/@releaseVersion@/dev/@buildID@/javaprofiler.win_ipf.sdk-@buildID@.zip">WINDOWS-IPF</option> >+ </select> >+ </td> >+ <td> >+ <input type="button" value="Download" onClick="selecturl(form.sdk);"/> >+ </td> >+ </tr> >+ </table> >+ </form> >+ </li> >+ > </ul> > </div> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210191
:
84735
|
85001
|
85019
|
88931
|
89009