ShowDialog.js (d71964d5) ShowDialog.js (910823ae)
1// *************************************************************
2//
3// Licensed to the Apache Software Foundation (ASF) under one
4// or more contributor license agreements. See the NOTICE file
5// distributed with this work for additional information
6// regarding copyright ownership. The ASF licenses this file
7// to you under the Apache License, Version 2.0 (the
8// "License"); you may not use this file except in compliance

--- 38 unchanged lines hidden (view full) ---

47
48 bootstrapName = "bootstraprc";
49 if (System.getProperty("os.name").startsWith("Windows"))
50 {
51 bootstrapName = "bootstrap.ini";
52 }
53
54 libURL = xme.expandMacros(
1// *************************************************************
2//
3// Licensed to the Apache Software Foundation (ASF) under one
4// or more contributor license agreements. See the NOTICE file
5// distributed with this work for additional information
6// regarding copyright ownership. The ASF licenses this file
7// to you under the Apache License, Version 2.0 (the
8// "License"); you may not use this file except in compliance

--- 38 unchanged lines hidden (view full) ---

47
48 bootstrapName = "bootstraprc";
49 if (System.getProperty("os.name").startsWith("Windows"))
50 {
51 bootstrapName = "bootstrap.ini";
52 }
53
54 libURL = xme.expandMacros(
55 "${$BRAND_BASE_DIR/program/" + bootstrapName + "::BaseInstallation}" +
55 "${$OOO_BASE_DIR/program/" + bootstrapName + "::BaseInstallation}" +
56 "/share/basic/ScriptBindingLibrary/" +
57 name.toLowerCase() + ".xlb/");
58
59 System.err.println("libURL is: " + libURL);
60
61 xLibraryContainer.createLibraryLink(
62 "ScriptBindingLibrary", libURL, false);
63

--- 72 unchanged lines hidden ---
56 "/share/basic/ScriptBindingLibrary/" +
57 name.toLowerCase() + ".xlb/");
58
59 System.err.println("libURL is: " + libURL);
60
61 xLibraryContainer.createLibraryLink(
62 "ScriptBindingLibrary", libURL, false);
63

--- 72 unchanged lines hidden ---