< prev index next >

test/tools/schemagen/MultiReleaseJarTest.java

Print this page
rev 17272 : 8181391: remove explicit @build actions for the top level testlibary classes
Reviewed-by: duke

@@ -25,15 +25,11 @@
  * @test
  * @summary Test Multi-Release jar support in schemagen tool
  * @library /test/lib
  * @library /lib/testlibrary
  * @modules jdk.compiler java.xml.ws
- * @build jdk.test.lib.JDKToolFinder jdk.test.lib.JDKToolLauncher
- *        jdk.test.lib.process.OutputAnalyzer
- *        jdk.test.lib.process.ProcessTools
- *        jdk.test.lib.Utils
- *        CompilerUtils MultiReleaseJarTest
+ * @build CompilerUtils
  * @run testng MultiReleaseJarTest
  */
 
 import jdk.test.lib.JDKToolLauncher;
 import jdk.test.lib.Utils;
< prev index next >