mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
rename property (CR-IC-519)
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ public class CompileServerClasspathManager {
|
||||
String pluginDirName = StringUtil.getShortName(plugin.getPluginId().getIdString());
|
||||
List<String> roots = Arrays.asList(new File(PathManager.getHomePath(), "plugins").getPath(),
|
||||
new File(PathManager.getHomePath(), "community/plugins").getPath());
|
||||
String extraDir = System.getProperty("compile.server.development.plugins.dir");
|
||||
String extraDir = System.getProperty("idea.external.build.development.plugins.dir");
|
||||
if (extraDir != null) {
|
||||
roots.add(extraDir);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user