From a19aa9e817e00a6a1c7a09b873bc2ecf47c9361a Mon Sep 17 00:00:00 2001 From: ju Date: Mon, 26 Feb 2018 11:22:47 +0800 Subject: [PATCH] =?UTF-8?q?DEC-472=20=E6=96=B0=E6=A8=A1=E5=9D=97=E5=88=92?= =?UTF-8?q?=E5=88=86=E4=B8=8E=E5=90=AF=E5=8A=A8=E3=80=81=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E6=A1=86=E6=9E=B6=20=E5=90=AF=E5=8A=A8=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E5=99=A8=E9=80=89=E6=8B=A9=E7=8E=AF=E5=A2=83=E6=97=B6=E6=8A=9B?= =?UTF-8?q?=E9=94=99=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- designer/src/com/fr/start/module/DesignerStartup.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/designer/src/com/fr/start/module/DesignerStartup.java b/designer/src/com/fr/start/module/DesignerStartup.java index 24c80264b8..49be1c89ff 100644 --- a/designer/src/com/fr/start/module/DesignerStartup.java +++ b/designer/src/com/fr/start/module/DesignerStartup.java @@ -4,6 +4,7 @@ import com.fr.design.DesignerEnvManager; import com.fr.design.utils.DesignUtils; import com.fr.general.ComparatorUtils; import com.fr.module.Activator; +import com.fr.stable.CoreActivator; import com.fr.stable.ProductConstants; import com.fr.stable.module.ModuleListener; import com.fr.start.Designer; @@ -40,7 +41,7 @@ public class DesignerStartup extends Activator { //启动env startSub(DesignerEnvProvider.class); //启动各个模块 - getSub("core").start(); + getSub(CoreActivator.class).start(); getSub("designer").start(); getRoot().getSingleton(EnvSwitcher.class).switch2LastEnv(); //启动设计器界面