separate target for building all except artifacts added to generated Ant xml

This commit is contained in:
nik
2009-10-23 09:07:27 +04:00
parent 238c003ada
commit 5b77b11ed8
3 changed files with 16 additions and 12 deletions
@@ -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;