diff options
author | Maho Nakata <maho@FreeBSD.org> | 2012-05-09 03:48:16 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2012-05-09 03:48:16 +0000 |
commit | 269adbc59185605252893f1dfb81da755aa91cf8 (patch) | |
tree | 1683b31d480403bd9c0151e7fd04a5d5909de84a /editors/openoffice-3/files/patch-java-vendors | |
parent | The project has been renamed and we renamed (diff) |
The Apache OpenOffice Project Announces Apache OpenOffice⢠3
in Tue, 08 May 2012 13:04:48 GMT.
* http://mail-archives.apache.org/mod_mbox/incubator-ooo-announce/201205.mbox/%3CCAP-ksohGnmq8bmo50Db5fhZW3NysNdg41RR7Rg2f8F00ueHHww%40mail.gmail.com%3E
* http://www.openoffice.org/news/aoo34.html
* http://www.youtube.com/watch?v=QQaZwDwf6tc
Notes
Notes:
svn path=/head/; revision=296269
Diffstat (limited to 'editors/openoffice-3/files/patch-java-vendors')
-rw-r--r-- | editors/openoffice-3/files/patch-java-vendors | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-java-vendors b/editors/openoffice-3/files/patch-java-vendors new file mode 100644 index 000000000000..0c3868e4eaef --- /dev/null +++ b/editors/openoffice-3/files/patch-java-vendors @@ -0,0 +1,24 @@ +--- jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml 2012/03/28 11:18:19 1306262 ++++ jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml 2012/04/24 04:16:01 1329547 +@@ -23,9 +23,12 @@ + <javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + +- <updated>2008-08-27</updated> ++ <updated>2011-01-07</updated> + + <vendorInfos> ++ <vendor name="Oracle Corporation"> ++ <minVersion>1.7.0</minVersion> ++ </vendor> + <vendor name="Sun Microsystems Inc."> + <minVersion>1.5.0</minVersion> + </vendor> +@@ -38,6 +41,7 @@ + </vendorInfos> + + <plugins> ++ <library vendor="Oracle Corporation">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.so</library> + <library vendor="Sun Microsystems Inc.">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.so</library> + <library vendor="The FreeBSD Foundation">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.so</library> + <library vendor="Free Software Foundation, Inc.">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.so</library> |