package org.nodeclipse.phantomjs.preferences;
public class PhantomjsConstants {
public static final String PROCESS_MESSAGE = "PhantomJS Process";
public static final String PREFERENCES_PAGE = "org.nodeclipse.phantomjs.preferences.PhantomjsPreferencePage";
public static final String PREFERENCE_PAGE_NAME ="Nodeclipse/PhantomJS"; // ! not the same as in plugin.xml
}