< prev index next >

test/tools/wsgen/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 wsgen 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;

@@ -116,5 +112,6 @@
             assertTrue(CompilerUtils.compile(source, classes,
                     "--add-modules", "java.xml.ws"));
         }
     }
 }
\ No newline at end of file
+
< prev index next >