< prev index next >

modules/jdk.packager/src/main/java/com/sun/javafx/tools/packager/PackagerLib.java

Print this page

        

@@ -79,10 +79,11 @@
 import java.util.jar.JarOutputStream;
 import java.util.jar.Manifest;
 import java.util.zip.ZipEntry;
 import java.util.zip.ZipOutputStream;
 
+@Deprecated
 public class PackagerLib {
     public static final String JAVAFX_VERSION = System.getProperty("java.version");
 
     private static final ResourceBundle bundle =
             ResourceBundle.getBundle("com/sun/javafx/tools/packager/Bundle");
< prev index next >