A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.ui / src / net / sourceforge / phpdt / debug / ui / PHPDebugUiConstants.java
1 package net.sourceforge.phpdt.debug.ui;
2
3 import net.sourceforge.phpdt.internal.debug.ui.PHPDebugUiPlugin;
4
5 public interface PHPDebugUiConstants {
6         public static final String DEFAULT_WORKING_DIRECTORY = PHPDebugUiPlugin
7                         .getWorkspace().getRoot().getLocation().toString();
8
9         public static final String PREFERENCE_KEYWORDS = PHPDebugUiPlugin.PLUGIN_ID
10                         + ".preference_keywords";
11 }