[Libreoffice-commits] core.git: scp2/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Sun Jan 24 09:04:54 UTC 2021


 scp2/source/ooo/common_brand.scp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4ad4bfbfea8c324030a7085141c58fd6e9fe1805
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Jan 22 16:37:07 2021 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sun Jan 24 10:04:06 2021 +0100

    Switch ridl.jar -> libreoffice.jar also in scp2-based fundamental ini-file
    
    35518c92365cc183ba6cce2a4d284a130c0ca13f "Move all public Java classes to
    libreoffice.jar" had changed URE_MORE_JAVA_TYPES only in the corresponding
    instdir/ fundamental ini-file generated by
    instsetoo_native/CustomTarget_setup.mk.
    
    Change-Id: I76c65b4f2fc5088b1b9bb1c0976d895b963108b6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109822
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 5eba313cdbc6..213785bff077 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -745,7 +745,7 @@ ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Java_Types
     ProfileID = gid_Brand_Profile_Fundamental_Ini;
     Section = "Bootstrap";
     Key = "URE_MORE_JAVA_TYPES";
-    Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER "/ridl.jar ${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER "/ScriptFramework.jar ${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_JAVA_CLASSPATH}";
+    Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER "/libreoffice.jar ${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER "/ScriptFramework.jar ${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_JAVA_CLASSPATH}";
 End
 
 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_Shared_Data


More information about the Libreoffice-commits mailing list