d6aa9b87c1
2007/04/16 13:48:38 sb 1.6.96.1: #i75466# Use vnd.sun.star.expand URLs in javavendors.xml (so that the same files can now be used for OOo and URE).
21 lines
659 B
XML
21 lines
659 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
<updated>2004-01-30</updated>
|
|
|
|
<vendorInfos>
|
|
<vendor name="Sun Microsystems Inc.">
|
|
<minVersion>1.3.1</minVersion>
|
|
</vendor>
|
|
<vendor name="IBM Corporation">
|
|
<minVersion>1.3.1</minVersion>
|
|
</vendor>
|
|
</vendorInfos>
|
|
|
|
<plugins>
|
|
<library vendor="Sun Microsystems Inc.">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.dll</library>
|
|
<library vendor="IBM Corporation">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.dll</library>
|
|
</plugins>
|
|
</javaSelection>
|