< prev index next >

modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/bundlers/Bundler.java

Print this page
rev 9619 : imported patch 9-jake-fxpackager.patch

*** 31,39 **** /** * Located here for backwards compatibility */ @Deprecated public enum BundleType { ! NONE, IMAGE, INSTALLER, ALL } } --- 31,39 ---- /** * Located here for backwards compatibility */ @Deprecated public enum BundleType { ! NONE, IMAGE, INSTALLER, ALL, JNLP } }
< prev index next >