blob: 0ad64faf9ddae428bae6faa4f6b1b0efb03d3c80 [file] [log] [blame]
/**
* Copyright (c) 2004 - 2008 Eike Stepper, Germany.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Eike Stepper - initial API and implementation
*
* $Id: ProductEditor.java,v 1.1 2008-08-08 10:10:32 estepper Exp $
*/
package org.eclipse.net4j.pop.product.editor;
import org.eclipse.net4j.pop.project.editor.ProjectEditor;
/**
* @author Eike Stepper
* @generated NOT
*/
public class ProductEditor extends ProjectEditor
{
public ProductEditor()
{
// plugin = ProjectEditorPlugin.INSTANCE;
}
}