blob: 224ca92c4bf245cc83737a4d41362890fbe2b7bc [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: ProjectActionBarContributor.java,v 1.1 2008-08-08 10:10:33 estepper Exp $
*/
package org.eclipse.net4j.pop.project.editor;
import org.eclipse.net4j.pop.base.editor.BaseActionBarContributor;
/**
* @generated NOT
*/
public class ProjectActionBarContributor extends BaseActionBarContributor
{
public ProjectActionBarContributor()
{
// plugin = ProjectEditorPlugin.INSTANCE;
}
}