blob: 32c12a2b33c4609f258acf4c9ccd903a07f58c3f [file] [log] [blame]
package org.eclipse.jdt.apt.pluggable.tests;
import org.eclipse.core.runtime.Plugin;
public class Apt6TestsPlugin extends Plugin {
public static final String PLUGIN_ID = "org.eclipse.jdt.apt.pluggable.tests"; //$NON-NLS-1$
public Apt6TestsPlugin() {
// TODO Auto-generated constructor stub
}
}