< prev index next >

test/jdk/java/lang/Package/PackageFromManifest.java

Print this page
rev 51881 : [mq]: 8211171
rev 51882 : [mq]: 8211171-1

@@ -25,11 +25,10 @@
  * @test
  * @bug 8201528
  * @summary The test will create JAR file(s) with the manifest file
  *          that customized package versioning information (different info for
  *          same package if multiple jars). Then verify package versioning info
- * @library /lib/testlibrary
  * @library /test/lib
  * @modules jdk.compiler
  * @run main PackageFromManifest setup test
  * @run main PackageFromManifest runJar test1.jar
  * @run main PackageFromManifest runJar test1.jar test2.jar foo.Foo1

@@ -40,10 +39,11 @@
  */
 
 import jdk.test.lib.compiler.CompilerUtils;
 import jdk.test.lib.process.ProcessTools;
 import jdk.test.lib.util.FileUtils;
+import jdk.test.lib.util.JarUtils;
 
 import java.io.File;
 import java.io.IOException;
 import java.io.InputStream;
 import java.net.MalformedURLException;
< prev index next >