CLASSES_AND_TESTS

This commit is contained in:
Peter Gromov
2009-09-22 20:12:31 +04:00
parent bbcfd34959
commit b862cf6146
@@ -51,6 +51,7 @@ public class JavaParameters extends SimpleJavaParameters {
private static final int TESTS_ONLY = 0x4;
public static final int JDK_AND_CLASSES = JDK_ONLY | CLASSES_ONLY;
public static final int JDK_AND_CLASSES_AND_TESTS = JDK_ONLY | CLASSES_ONLY | TESTS_ONLY;
public static final int CLASSES_AND_TESTS = CLASSES_ONLY | TESTS_ONLY;
public void configureByModule(final Module module, final int classPathType, final Sdk jdk) throws CantRunException {
if ((classPathType & JDK_ONLY) != 0) {