Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 210191 | Differences between
and this patch

Collapse All | Expand All

(-)master/templateFiles/drop.html.template (+29 lines)
Lines 186-191 Link Here
186
	    <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 />
186
	    <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 />
187
		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.
187
		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.
188
	    </li>
188
	    </li>
189
190
	    <li><a name="jvmti"></a><b>Java 1.5+ (JVMTI) Profiler SDK</b> <br />
191
	  	The Java 1.5+ Profiler SDK package contains code and libraries for developing profiling tools for Java.
192
        <form>
193
        <table>
194
        <tr>
195
        <td>
196
        <b>SDK:</b>
197
        </td>
198
        <td>
199
        <select name="sdk">
200
                <option value="" selected>-- Select a platform --</option>
201
                <option value="http://www.eclipse.org/downloads/download.php?file=/tptp/@releaseVersion@/dev/@buildID@/javaprofiler.all_platforms.sdk-@buildID@.zip">ALL</option>
202
                <option value="http://www.eclipse.org/downloads/download.php?file=/tptp/@releaseVersion@/dev/@buildID@/javaprofiler.linux_ia32.sdk-@buildID@.zip">LINUX-IA32</option>
203
                <option value="http://www.eclipse.org/downloads/download.php?file=/tptp/@releaseVersion@/dev/@buildID@/javaprofiler.linux_em64t.sdk-@buildID@.zip">LINUX-EM64T</option>
204
                <option value="http://www.eclipse.org/downloads/download.php?file=/tptp/@releaseVersion@/dev/@buildID@/javaprofiler.linux_ipf.sdk-@buildID@.zip">LINUX-IPF</option>
205
                <option value="http://www.eclipse.org/downloads/download.php?file=/tptp/@releaseVersion@/dev/@buildID@/javaprofiler.win_ia32.sdk-@buildID@.zip">WINDOWS-IA32</option>
206
                <option value="http://www.eclipse.org/downloads/download.php?file=/tptp/@releaseVersion@/dev/@buildID@/javaprofiler.win_em64t.sdk-@buildID@.zip">WINDOWS-EM64T</option>
207
                <option value="http://www.eclipse.org/downloads/download.php?file=/tptp/@releaseVersion@/dev/@buildID@/javaprofiler.win_ipf.sdk-@buildID@.zip">WINDOWS-IPF</option>
208
        </select>
209
        </td>
210
        <td>
211
        <input type="button" value="Download" onClick="selecturl(form.sdk);"/>
212
        </td>
213
        </tr>
214
        </table>
215
        </form>
216
	    </li>
217
189
	</ul>
218
	</ul>
190
</div>
219
</div>
191
220

Return to bug 210191