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"?>
<!--
   An extension to the dynamicXML test intro that contributes a group into an anchor.
   The link should appear in the anchor examples page (see introContent.xml in same folder).
-->
<introContent>
	<!--
	   The group below will be placed where the anchor is in the anchor page in introContent.xml in
	   the same folder.
	-->
    <extensionContent path="anchor/my.id.anchor">
        <group>
            <link label="This link is from extension content ext.xml and is to be contributed into a page with an anchor." url="http://org.eclipse.ui.intro/showPage?id=anchor"/>
            <link label="The plug-in org.eclipse.help is installed" url="http://org.eclipse.ui.intro/showPage?id=anchor">
                <enablement>
                    <with variable="platform">
                        <test property="org.eclipse.core.runtime.isBundleInstalled" args="org.eclipse.help"/>
                    </with>
                </enablement>
            </link>
            <link label="Your OS is invalid" url="http://org.eclipse.ui.intro/showPage?id=anchor">
                <enablement>
                    <systemTest property="osgi.os" value="invalid"/>
                </enablement>
            </link>
        </group>
    </extensionContent>
</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.