Bump for 3.6-28
[LibreOffice.git] / jvmfwk / distributions / OpenOfficeorg / javavendors_template.xml
blob508c93ec0cf1eae9a19a948854519bdabed8648d
1 <?xml version="1.0" encoding="UTF-8"?>
3 <!--
4 This is a template for the javavendors.xml. It shows how the file could
5 look like.
6 -->
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" >
12  <updated>2004-01-30</updated>
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>
31  <plugins>
32   <library vendor="Sun Microsystems Inc.">libsunjavaplugin.dll</library>
33   <library vendor="VendorX">./pluginDir/vendorx.dll</library>
34  </plugins>
35 </javaSelection>