| <?xml version="1.0" encoding="UTF-8" ?> |
| <introContent> |
| <!-- Extension to the Eclispe SDK Tutorials Page. --> |
| <extensionContent |
| alt-style="css/ajdt.properties" |
| style="css/ajdtTutorials.css" |
| path="tutorials/page-content/jdtAnchor"> |
| |
| <group |
| label="AspectJ Development" |
| id="aspectj" |
| style-id="tutorials-group"> |
| |
| <link |
| url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&input=org.eclipse.ajdt.helloworld" |
| label="Build a simple AspectJ application" |
| id="aspectj-hello-world" |
| style-id="tutorials-link"> |
| |
| <text> |
| Create a simple AspectJ program that will print "Hello World" to the console |
| </text> |
| </link> |
| |
| <!-- HH: when have other cheat sheets - link them from here........ --> |
| <link label="The AJDT Tutorial" |
| url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.ajdt.ui/doc/gettingStarted/basictutorial.htm" |
| id="ajdt-help-tutorial" |
| style-id="tutorials-link"> |
| |
| <text> |
| Follow the AJDT tutorial to create a simple AspectJ program |
| </text> |
| </link> |
| </group> |
| </extensionContent> |
| </introContent> |