Kaydet (Commit) 44325e03 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Michael Stahl

Java cleanup, make the package name match the folder name

Note that the code doesn't compile after this change, it is still
very out of date with respect to changes in the UNO framework

Change-Id: I5a001002a3fcf20496bba4367b9f2da4ceba9f88
üst bf212ec1
......@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package ifc.script.framework;
package ifc.scripting;
import java.io.File;
import drafts.com.sun.star.script.framework.storage.XScriptStorageManager;
......
......@@ -15,7 +15,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package ifc.script.framework;
package ifc.scripting;
import com.sun.star.awt.*;
import com.sun.star.lang.XMultiServiceFactory;
......
......@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package ifc.script.framework.provider;
package ifc.scripting;
import drafts.com.sun.star.script.framework.provider.XFunction;
import drafts.com.sun.star.script.framework.provider.XFunctionProvider;
......
......@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package ifc.script.framework.provider;
package ifc.scripting;
import drafts.com.sun.star.script.framework.provider.XFunctionProvider;
import drafts.com.sun.star.script.framework.provider.XFunction;
......
......@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package ifc.script.framework.storage;
package ifc.scripting;
import drafts.com.sun.star.script.framework.storage.XScriptStorageManager;
import drafts.com.sun.star.script.framework.storage.XScriptInfoAccess;
......
......@@ -16,9 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package ifc.script.framework.storage;
import ifc.script.framework.ScriptingUtils;
package ifc.scripting;
import drafts.com.sun.star.script.framework.storage.XScriptInfoAccess;
import drafts.com.sun.star.script.framework.storage.XScriptInfo;
......
......@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package ifc.script.framework.runtime;
package ifc.scripting;
import java.util.HashMap;
import java.util.Iterator;
......
......@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package ifc.script.framework.runtime;
package ifc.scripting;
import java.util.HashMap;
import java.util.Iterator;
......
......@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package ifc.script.framework.security;
package ifc.scripting;
import java.util.HashMap;
import java.util.Iterator;
......@@ -37,8 +37,6 @@ import com.sun.star.container.XNameReplace;
import com.sun.star.util.XChangesBatch;
import com.sun.star.reflection.InvocationTargetException;
import ifc.script.framework.SecurityDialogUtil;
import lib.MultiMethodTest;
import lib.StatusException;
import lib.Parameters;
......
......@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package ifc.script.framework.storage;
package ifc.scripting;
import drafts.com.sun.star.script.framework.storage.XScriptStorageManager;
import drafts.com.sun.star.script.framework.storage.XScriptInfoAccess;
......
......@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package ifc.script.framework.storage;
package ifc.scripting;
import drafts.com.sun.star.script.framework.storage.XScriptStorageRefresh;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment