ShowDialog.bsh (5b501c92) | ShowDialog.bsh (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 --- 44 unchanged lines hidden (view full) --- 53 54 bootstrapName = "bootstraprc"; 55 if (System.getProperty("os.name").startsWith("Windows")) 56 { 57 bootstrapName = "bootstrap.ini"; 58 } 59 60 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 --- 44 unchanged lines hidden (view full) --- 53 54 bootstrapName = "bootstraprc"; 55 if (System.getProperty("os.name").startsWith("Windows")) 56 { 57 bootstrapName = "bootstrap.ini"; 58 } 59 60 libURL = xme.expandMacros( |
61 "${$BRAND_BASE_DIR/program/" + bootstrapName + "::BaseInstallation}" + | 61 "${$OOO_BASE_DIR/program/" + bootstrapName + "::BaseInstallation}" + |
62 "/share/basic/ScriptBindingLibrary/" + 63 name.toLowerCase() + ".xlb/"); 64 65 System.err.println("libURL is: " + libURL); 66 67 xLibraryContainer.createLibraryLink( 68 "ScriptBindingLibrary", libURL, false); 69 --- 75 unchanged lines hidden --- | 62 "/share/basic/ScriptBindingLibrary/" + 63 name.toLowerCase() + ".xlb/"); 64 65 System.err.println("libURL is: " + libURL); 66 67 xLibraryContainer.createLibraryLink( 68 "ScriptBindingLibrary", libURL, false); 69 --- 75 unchanged lines hidden --- |