blob: 20ba74d1bab9b6bb812b37deb91892c449a201df [file] [log] [blame]
package org.eclipse.core.internal.plugins;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import org.eclipse.core.runtime.*;
import org.eclipse.core.runtime.model.*;
import java.io.PrintWriter;
public class ConfigurationProperty extends ConfigurationPropertyModel {
public ConfigurationProperty() {
super();
}
}