<?xml version="1.0" encoding="ISO-8859-1"?>

<!-- 
    ...........................................................................
    . Copyright 2002,2003 Rational Software Corporation. All Rights Reserved. .
    . This software contains proprietary and confidential information of      .
    . Rational and its suppliers. Use, disclosure or reproduction             .
    . is prohibited without the prior express written consent of Rational.    .
    ...........................................................................

    SitePrep interface for general product feature selection.
    
  -->

<product
    title="STR_PRODUCT_T"
    description="STR_PRODUCT_D"
    help="HLP_PRODUCT"
    feature="completion">

    <!-- PROPERTIES ..................................................... -->

    <property name="FILTER_FEATURES">
        <value>VAL_IS_VISIBLE</value>
    </property>

    <!-- PAGES .......................................................... -->
    
    <page title="STR_FEATURES_T" help="HLP_FEATURES">
        <if option="install" condition="false"/>
        <banner major="STR_FEATURES_T" minor="STR_FEATURES_D"/>
        <featurelist property="FILTER_FEATURES"/>
    </page>

</product>

