Files
tge/TBE/Eclipse/eclipse/plugins/org.eclipse.jdt_3.0.1/tutorialsExtensionContent.xml
2026-01-14 10:27:57 -06:00

25 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<introContent>
<!-- Extension to the SDK Tutorials Page. -->
<extensionContent alt-style="css/swt.properties" style="css/tutorials.css" path="tutorials/page-content/jdtAnchor">
<group label="Java Development" id="java" style-id="tutorials-group">
<link url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&amp;input=org.eclipse.jdt.helloworld" label="Build a simple Java application" id="hello-world" style-id="tutorials-link">
<text>Create a small Java program that will print "Hello, World" on the console</text>
</link>
<!-- DG: commenting out missing tutorials
<link url="http://org.eclipse.ui.intro/showMessage?message=Action not implemented." label="Build a Java applet" id="applet" style-id="tutorials-link">
<text>Create a Java applet that can be embedded in a web page</text>
</link>
-->
<link url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&amp;input=org.eclipse.jdt.helloworld.swt" label="Build a standalone SWT application" id="swt" style-id="tutorials-link">
<text>Create a SWT application that runs without the workbench</text>
</link>
<!-- DG: commenting out missing tutorials
<link url="http://org.eclipse.ui.intro/showMessage?message=Action not implemented." label="Create and integrate an Ant script" id="ant" style-id="tutorials-link">
<text>Create an Ant script that can be executed using External Tools support</text>
</link>
-->
</group>
</extensionContent>
</introContent>