< prev index next >

test/tools/jar/mmrjar/Basic.java

Print this page
rev 17325 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: duke

*** 28,37 **** --- 28,44 ---- * base-versioned empty package * @modules java.base/jdk.internal.module * jdk.compiler * jdk.jartool * @library /test/lib + * @build jdk.test.lib.util.FileUtils + * jdk.test.lib.Utils + * jdk.test.lib.Asserts + * jdk.test.lib.JDKToolFinder + * jdk.test.lib.JDKToolLauncher + * jdk.test.lib.Platform + * jdk.test.lib.process.* * @run testng Basic */ import org.testng.Assert; import org.testng.annotations.AfterClass;
< prev index next >