<?xml version="1.0" encoding="ISO-8859-1"?>

<!--
 Copyright (c) 2002-2003 Sun Microsystems, Inc. All Rights Reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 
 -Redistribution of source code must retain the above copyright notice,
 this list of conditions and the following disclaimer.
 
 -Redistribution in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 
 Neither the name of Sun Microsystems, Inc. or the names of
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 
 This software is provided "AS IS," without a warranty of any kind. 
 ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
 INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
 PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN
 MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE FOR
 ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
 DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR
 ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR
 DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
 DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY,
 ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF
 SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 
 You acknowledge that this software is not designed, licensed or
 intended for use in the design, construction, operation or maintenance
 of any nuclear facility.
-->


<matchers  xmlns="http://java.sun.com/xml/ns/j2ee-cp"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee-cp Matchers_1_0.xsd">

  <matcher>
    <attribute-name>SoftwarePlatform.JavaPlatform</attribute-name>
    <matcher-class>javax.provisioning.matcher.VersionMatcher</matcher-class>
    <init-param>
      <param-name>allMustMatch</param-name>
      <param-value>false</param-value>
    </init-param>
  </matcher>

  <matcher>
    <attribute-name>SoftwarePlatform.JavaPackage</attribute-name>
    <matcher-class>javax.provisioning.matcher.VersionMatcher</matcher-class>
    <init-param>
      <param-name>allMustMatch</param-name>
      <param-value>true</param-value>
    </init-param>
  </matcher>

  <matcher>
    <attribute-name>SoftwarePlatform.JavaProtocol</attribute-name>
    <matcher-class>javax.provisioning.matcher.VersionMatcher</matcher-class>
    <init-param>
      <param-name>allMustMatch</param-name>
      <param-value>true</param-value>
    </init-param>
  </matcher>

  <matcher>
    <attribute-name>SoftwarePlatform.CcppAccept-Language</attribute-name>
    <matcher-class>javax.provisioning.matcher.PreferenceMatcher</matcher-class>
    <init-param>
      <param-name>allMustMatch</param-name>
      <param-value>false</param-value>
    </init-param>
    <init-param>
      <param-name>caseInsensitive</param-name>
      <param-value>true</param-value>
    </init-param>
    <init-param>
      <param-name>wildcardsOn</param-name>
      <param-value>true</param-value>
    </init-param>
  </matcher>

  <matcher>
    <attribute-name>SoftwarePlatform.CcppAccept-Charset</attribute-name>
    <matcher-class>javax.provisioning.matcher.StringMatcher</matcher-class>
    <init-param>
      <param-name>allMustMatch</param-name>
      <param-value>false</param-value>
    </init-param>
    <init-param>
      <param-name>caseInsensitive</param-name>
      <param-value>true</param-value>
    </init-param>
    <init-param>
      <param-name>wildcardsOn</param-name>
      <param-value>true</param-value>
    </init-param>
  </matcher>

  <matcher>
    <attribute-name>HardwarePlatform.ScreenSize</attribute-name>
    <matcher-class>javax.provisioning.matcher.DimensionMatcher</matcher-class>
    <init-param>
      <param-name>allMustMatch</param-name>
      <param-value>false</param-value>
    </init-param>
  </matcher>

  <matcher>
    <attribute-name>HardwarePlatform.BitsPerPixel</attribute-name>
    <matcher-class>javax.provisioning.matcher.IntegerMatcher</matcher-class>
    <init-param>
      <param-name>allMustMatch</param-name>
      <param-value>false</param-value>
    </init-param>
  </matcher>

  <matcher>
    <attribute-name>SoftwarePlatform.CcppAccept</attribute-name>
    <matcher-class>javax.provisioning.matcher.StringMatcher</matcher-class>
    <init-param>
      <param-name>allMustMatch</param-name>
      <param-value>false</param-value>
    </init-param>
    <init-param>
      <param-name>caseInsensitive</param-name>
      <param-value>true</param-value>
    </init-param>
    <init-param>
      <param-name>wildcardsOn</param-name>
      <param-value>true</param-value>
    </init-param>
  </matcher>

  <matcher>
    <attribute-name>SoftwarePlatform.CcppAccept-Encoding</attribute-name>
    <matcher-class>javax.provisioning.matcher.StringMatcher</matcher-class>
    <init-param>
      <param-name>allMustMatch</param-name>
      <param-value>false</param-value>
    </init-param>
    <init-param>
      <param-name>caseInsensitive</param-name>
      <param-value>true</param-value>
    </init-param>
    <init-param>
      <param-name>wildcardsOn</param-name>
      <param-value>true</param-value>
    </init-param>
  </matcher>

  <matcher>
    <attribute-name>HardwarePlatform.DeviceIdentifier</attribute-name>
    <matcher-class>javax.provisioning.matcher.StringMatcher</matcher-class>
    <init-param>
      <param-name>allMustMatch</param-name>
      <param-value>false</param-value>
    </init-param>
    <init-param>
      <param-name>caseInsensitive</param-name>
      <param-value>true</param-value>
    </init-param>
    <init-param>
      <param-name>wildcardsOn</param-name>
      <param-value>false</param-value>
    </init-param>
  </matcher>

</matchers>

