Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation.
This commit is contained in:
@@ -134,9 +134,7 @@ public class ScriptMetaData extends ScriptEntry implements Cloneable {
|
||||
// to be exposed at all
|
||||
|
||||
private static final String SHARE =
|
||||
"vnd.sun.star.expand:${$BRAND_BASE_DIR/program/" +
|
||||
PathUtils.BOOTSTRAP_NAME +
|
||||
"::BaseInstallation}/share";
|
||||
"vnd.sun.star.expand:$BRAND_BASE_DIR/share";
|
||||
|
||||
private static final String USER =
|
||||
"vnd.sun.star.expand:${$BRAND_BASE_DIR/program/" +
|
||||
|
@@ -142,7 +142,7 @@ public abstract class ScriptProvider
|
||||
new Type(XMacroExpander.class), serviceObj);
|
||||
|
||||
XMLParserFactory.setOfficeDTDURL(me.expandMacros(
|
||||
"${$BRAND_BASE_DIR/program/bootstraprc::BaseInstallation}/share/dtd/officedocument/1_0/"));
|
||||
"$BRAND_BASE_DIR/share/dtd/officedocument/1_0/"));
|
||||
|
||||
}
|
||||
catch ( Exception e )
|
||||
@@ -224,7 +224,7 @@ public abstract class ScriptProvider
|
||||
|
||||
if ( originalContextURL.startsWith( "share" ) )
|
||||
{
|
||||
contextUrl = "vnd.sun.star.expand:${$BRAND_BASE_DIR/program/" + PathUtils.BOOTSTRAP_NAME + "::BaseInstallation}/share";
|
||||
contextUrl = "vnd.sun.star.expand:$BRAND_BASE_DIR/share";
|
||||
extensionDb = "vnd.sun.star.expand:${$BRAND_BASE_DIR/program/" + PathUtils.BOOTSTRAP_NAME + "::UserInstallation}/user";
|
||||
extensionRepository = "shared";
|
||||
}
|
||||
|
Reference in New Issue
Block a user