mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
default directory for generated stuff
This commit is contained in:
@@ -174,7 +174,7 @@ public class ProjectPaths {
|
||||
if (parentFile == null) {
|
||||
return null;
|
||||
}
|
||||
return new File(parentFile, outputDir.getName() + "_" + DEFAULT_GENERATED_DIR_NAME);
|
||||
return new File(parentFile, DEFAULT_GENERATED_DIR_NAME);
|
||||
}
|
||||
|
||||
private enum ClasspathPart {WHOLE, BEFORE_JDK, AFTER_JDK}
|
||||
|
||||
Reference in New Issue
Block a user