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" ?>
<site>
<description url="index.html"/>
<feature url="features/com.example.root_1.0.0.jar" patch="false" type="org.eclipse.update.core.packaged">
   <category name="products"/>
</feature>
<feature url="features/com.example.root_1.0.1.jar" patch="false" type="org.eclipse.update.core.packaged">
   <category name="products"/>
</feature>
<feature url="features/com.example.root_1.1.0.jar" patch="false" type="org.eclipse.update.core.packaged">
   <category name="products"/>
</feature>
<feature url="features/com.example.xyz_1.0.1.jar" patch="false" type="org.eclipse.update.core.packaged">
   <category name="products"/>
</feature>
<feature url="features/com.example.bogus_1.0.1.jar" patch="false" type="org.eclipse.update.core.packaged">
   <category name="products"/>
</feature>
<feature url="features/com.example.xyzbogus_1.0.1.jar" patch="false" type="org.eclipse.update.core.packaged">
   <category name="products"/>
</feature>
<feature url="features/com.example.e334_1.0.0.jar" patch="true" type="org.eclipse.update.core.packaged">
   <category name="e-fixes"/>
</feature>
<feature url="features/com.example.e335_1.0.0.jar" patch="true" type="org.eclipse.update.core.packaged">
   <category name="e-fixes"/>
</feature>
<feature url="features/com.example.e388_1.0.0.jar" patch="true" type="org.eclipse.update.core.packaged">
   <category name="e-fixes"/>
</feature>
<feature url="features/com.example.e452_1.0.0.jar" patch="true" type="org.eclipse.update.core.packaged">
   <category name="e-fixes"/>
</feature>

<category-def name="products" label="Products">
   <description>Sample products
</category-def>

<category-def name="e-fixes" label="Emergency Fixes">
   <description>Emergency fixes that can be applied to the base product between
          regular service packs.</description>
</category-def>

</site>
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 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.