blob: d859d401050ba2ba45cad976912951564916ccdc [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2010 E.D.Willink and others.
* 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:
* E.D.Willink - initial API and implementation
*
* </copyright>
*
* $Id: GenerateAll.mwe2,v 1.2 2011/01/24 20:54:27 ewillink Exp $
*
* Run As->MWE2 Workflow to regenerate all example editors and models.
*/
module GenerateAll
import org.eclipse.ocl.examples.build.utilities.*
/**
* Generate all auto-generated files for the MDT/OCL Examples Editors
*/
Workflow {
component = @GeneratePivotModel {}
component = @GenerateXtextModels {}
component = @GenerateAllEditors {}
component = @GenerateOCLstdlibModel {}
}