Browse Source

Merge pull request #146 in BA/design from ~VITO/design:dev to dev

* commit 'f741aad4a49b9988c848b3d22ee4dcd466677d81':
  远程设计插件加载解耦
master
superman 8 years ago
parent
commit
0bda99e71c
  1. 6
      designer_base/src/com/fr/env/RemoteEnv.java

6
designer_base/src/com/fr/env/RemoteEnv.java vendored

@ -2046,7 +2046,7 @@ public class RemoteEnv implements Env {
}
private void readPluginLicenses() throws Exception {
public void readPluginLicenses() throws Exception {
ByteArrayOutputStream out = new ByteArrayOutputStream();
HashMap<String, String> para = new HashMap<String, String>();
para.put("op", "fr_remote_design");
@ -2065,8 +2065,6 @@ public class RemoteEnv implements Env {
}
@Override
public void readPluginConfig() throws Exception {
PluginLoader.getLoader().readFromRemoteEnv();
readPluginLicenses();
public void checkAndRegisterLic(FileNode node, Plugin plugin) throws Exception {
}
}
Loading…
Cancel
Save