diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:26:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:26:36 +0000 |
commit | 8f558ee96b83afd0789cc008d6d9926ea8fe398e (patch) | |
tree | 5ea9b4e468f7d3517a1a990a125feeec99fdc1d4 /jvmfwk/distributions | |
parent | 00be4b8151baedbba3432453403b987ca20b3a9c (diff) |
INTEGRATION: CWS os2port02 (1.1.2); FILE ADDED
2007/10/06 16:42:58 ydario 1.1.2.1: Add OS/2 javavendors info.
Issue number: i81904
Submitted by: ydario
Reviewed by: ydario
Diffstat (limited to 'jvmfwk/distributions')
-rw-r--r-- | jvmfwk/distributions/OpenOfficeorg/javavendors_os2.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_os2.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_os2.xml new file mode 100644 index 000000000000..89f896104f89 --- /dev/null +++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_os2.xml @@ -0,0 +1,21 @@ +<?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.">sunjavap.dll</library> + <library vendor="IBM Corporation">sunjavap.dll</library> + </plugins> +</javaSelection> |