1) Although dbg will be dropped from being supported or bundled with PHPeclipse,...
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.core / src / net / sourceforge / phpdt / internal / debug / core / PHPDebugCorePlugin.java
index f2c34da..e6dcd86 100644 (file)
@@ -95,16 +95,16 @@ public class PHPDebugCorePlugin extends AbstractUIPlugin {
        /**
         * The constructor.
         */
-//     public PHPDebugCorePlugin() {
-//             super();
-//             plugin = this;
-//             try {
-//                     resourceBundle = ResourceBundle
-//                                     .getBundle("net.sourceforge.phpdt.internal.debug.core.debugresources"); //$NON-NLS-1$
-//             } catch (MissingResourceException x) {
-//                     resourceBundle = null;
-//             }
-//     }
+       public PHPDebugCorePlugin() {
+               super();
+               plugin = this;
+               try {
+                       resourceBundle = ResourceBundle
+                                       .getBundle("net.sourceforge.phpdt.internal.debug.core.debugresources"); //$NON-NLS-1$
+               } catch (MissingResourceException x) {
+                       resourceBundle = null;
+               }
+       }
 
        public java.util.ResourceBundle getResourceBundle() {
                return resourceBundle;