alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?xml version="1.0" encoding="utf-8" ?>
<!-- 
	A content file for a simple non universal welcome theme
-->
<introContent>
	<!-- Root page -->
	<page id="root" alt-style="$theme$/swt/root.properties"  style-id="page">	    
        <title style-id="intro-header">Tests for intro anchors
        <text>This is used to test that extensions link to anchors correctly.
        <text>There is one root page and 5 extensions including extensions to extensions.
        <group id="action-links">
            <link url="http://org.eclipse.ui.intro/switchToLaunchBar" label="Go to the Workbench" id="workbench" style-id="$high-contrast$">
            </link>
        </group>
        <title style-id="intro-header">Fixed Anchor
		<anchor id="root-anchor"/>
        <title style-id="intro-header">Universal Anchor
		<anchor id="universal" path="*"/>       
    </page>
	
	<!-- Standby page -->
    <page id="standby" alt-style="$theme$/swt/standby.properties" style="$theme$/html/standby.css" style-id="page">
   		<anchor id="head-anchor"/>
        <title style-id="intro-header">Standby
    
    </page>    
    
</introContent>
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.