mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
separate target for building all except artifacts added to generated Ant xml
This commit is contained in:
@@ -36,6 +36,7 @@ import java.util.Set;
|
||||
|
||||
public abstract class BuildProperties extends CompositeGenerator {
|
||||
public static final @NonNls String TARGET_ALL = "all";
|
||||
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 DEFAULT_TARGET = TARGET_ALL;
|
||||
|
||||
Reference in New Issue
Block a user