modules/fxpackager/src/main/java/com/oracle/tools/packager/Bundlers.java

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

@@ -21,11 +21,11 @@
  * 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.bundlers;

+package com.oracle.tools.packager;

 
 import java.util.Collection;
 import java.util.Iterator;
 import java.util.ServiceLoader;
 

@@ -43,11 +43,11 @@
     }
 
     /**
      * This convenience method will automatically load a Bundlers instance
      * from either META-INF/services or the default
-     * {@link com.oracle.bundlers.BasicBundlers} if none are found in

+     * {@link BasicBundlers} if none are found in

      * the services meta-inf.
      *
      * After instantiating the bundlers instance it will load the default
      * bundlers via {@link #loadDefaultBundlers()} as well as requesting
      * the services loader to load any other bundelrs via