[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - jvmfwk/distributions
Petr Mladek
pmladek at suse.cz
Fri May 17 10:29:28 PDT 2013
jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml | 2 +-
jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e97bfb164a3fa1e12c80f2e17f4e760df4c2b1ee
Author: Petr Mladek <pmladek at suse.cz>
Date: Fri May 17 19:23:09 2013 +0200
do not invalidate existing java setting just because license (bnc#820196)
The date of the last modification was updated when the license text was
added to the list of acceptable java vendors. Unfortuantely, this invalidates
the existing user java configuration. It is not necessary becary because
the list of valid vendors is the same.
The easiest solution and puts bac the original modification date.
We should also fix LO to automatically detect the java when the
automatic detection is enabled. Sigh, I have fixed many years
ago it is broken again. Let's fix this when we really bump the date.
Change-Id: I80bc6bfa0abaec3c050ee2ed8ccfa6344a0c0cba
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml
index 97c2550..fb948dd 100644
--- a/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml
+++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml
@@ -20,7 +20,7 @@
<javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <updated>2012-07-12</updated>
+ <updated>2004-01-30</updated>
<vendorInfos>
<vendor name="Sun Microsystems Inc.">
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
index 3ad59c3..e9c1c9c 100644
--- a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
+++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
@@ -20,7 +20,7 @@
<javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <updated>2012-07-12</updated>
+ <updated>2004-01-30</updated>
<vendorInfos>
<vendor name="Sun Microsystems Inc.">
More information about the Libreoffice-commits
mailing list