modules/fxpackager/src/test/java/com/oracle/tools/packager/BundleParamsTest.java

Print this page
rev 6889 : RT-36724 - JavaFX Packager Renaming
Summary: Move java code around to new packages.

*** 21,34 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package com.sun.javafx.tools.packager.bundlers; import java.io.File; import org.junit.Assert; import org.junit.Ignore; import org.junit.Test; public class BundleParamsTest { --- 21,35 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package com.oracle.tools.packager; import java.io.File; + import com.sun.javafx.tools.packager.bundlers.BundleParams; import org.junit.Assert; import org.junit.Ignore; import org.junit.Test; public class BundleParamsTest {