Small fix to tidy up the run menu. Axel will likely roll this back once he gets more...
[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.getWorkspace().getRoot().getLocation().toString();
7
8         public static final String PREFERENCE_KEYWORDS = PHPDebugUiPlugin.PLUGIN_ID + ".preference_keywords";
9 }