1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
4This is a template for the javavendors.xml. It shows how the file could
5look like.
6-->
7
8<javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0"
9    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10    xsi:schemaLocation="http://openoffice.org/2004/java/framework/1.0 file:/D:/cws-jl6/jvmfwk/source/javavendors.xsd" >
11
12 <updated>2004-01-30</updated>
13
14 <vendorInfos>
15  <vendor name="Sun Microsystems Inc.">
16    <minVersion>1.3.1</minVersion>
17    <maxVersion>1.5.0</maxVersion>
18    <excludeVersions>
19     <version>1.4.1</version>
20    </excludeVersions>
21  </vendor>
22  <vendor name="VendorX">
23  <minVersion>1.4.2</minVersion>
24  <excludeVersions>
25    <version>1.5.0</version>
26    <version>1.4.3</version>
27   </excludeVersions>
28  </vendor>
29 </vendorInfos>
30
31 <plugins>
32  <library vendor="Sun Microsystems Inc.">sunjavaplugin.dll</library>
33  <library vendor="VendorX">./pluginDir/vendorx.dll</library>
34 </plugins>
35</javaSelection>