Initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?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&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&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>
|
||||
Reference in New Issue
Block a user