mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
ant generation: IDEA-55287: the custom compiler taskdefs are now registered in the separate target
This commit is contained in:
@@ -39,6 +39,7 @@ public abstract class BuildProperties extends CompositeGenerator {
|
||||
public static final @NonNls String TARGET_BUILD_MODULES = "build.modules";
|
||||
public static final @NonNls String TARGET_CLEAN = "clean";
|
||||
public static final @NonNls String TARGET_INIT = "init";
|
||||
public static final @NonNls String TARGET_REGISTER_CUSTOM_COMPILERS = "register.custom.compilers";
|
||||
public static final @NonNls String DEFAULT_TARGET = TARGET_ALL;
|
||||
public static final @NonNls String PROPERTY_COMPILER_NAME = "compiler.name";
|
||||
public static final @NonNls String PROPERTY_COMPILER_ADDITIONAL_ARGS = "compiler.args";
|
||||
@@ -272,4 +273,4 @@ public abstract class BuildProperties extends CompositeGenerator {
|
||||
public static String getTempDirForModuleProperty(@NonNls String moduleName) {
|
||||
return "tmp.dir." + convertName(moduleName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user