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"?>
<feature
      id="com.example.xyzbogus"
      label="XYZ & Bogus"
      version="1.0.0"
      provider-name="EXAMPLE">

   <description>
      This feature includes XYZ and Bogus features, both optional.
   </description>

   <copyright>
      Copyright 2002, IBM and others.
   </copyright>

   <license>
      A placeholder license.
   </license>

   <url>
    <discovery label="Discovery Optional URL (from XYZBogus)" 
               url="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-update-home/optionalSite/"/>
   </url>

   <includes
         id="com.example.bogus"
         name="Bogus Plug-in 1.0.0"
	 match="equivalent"
         version="1.0.0" optional="true">
   </includes>

   <includes
         id="com.example.xyz"
         name="XYZ Plug-in 1.0.0"
	 match="equivalent"
         version="1.0.0" optional="true">
   </includes>

</feature>
... 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.