blob: de22a2c20de7f1bed93bdfc703448ed1895c08a9 [file] [log] [blame]
package org.eclipse.dltk.core.manipulation;
public class ScriptManipulation {
/**
* The id of the DLTK Script Manipulation plug-in (value <code>"org.eclipse.dltk.core.manipulation"</code>).
*/
public static final String ID_PLUGIN= "org.eclipse.dltk.core.manipulation"; //$NON-NLS-1$
}