blob: b17eeabc1f87d2744d9f626ddb2e4810f3c40382 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2002-2007 IBM Corporation and others.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM - Initial API and implementation
* Xavier Maysonnave - Thales Corporate Services S.A.S - Target Platform contribution
*
* </copyright>
*
* $Id: EcoreActionBarContributor.java,v 1.19 2008/12/22 14:25:27 emerks Exp $
*/
package org.eclipse.emf.codegen.ecore.genmodel.presentation;
/**
* This is the action bar contributor for the GenModel model editor.
*/
public class TargetPlatformGenModelActionBarContributor extends GenModelActionBarContributor {
/**
* This creates an instance of the contributor.
*/
public TargetPlatformGenModelActionBarContributor() {
super();
}
}