blob: f7edea1a35c471ee0fe31adb5fa07ff50d15f12c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 Willink Transformations and others.
* All rights reserved. 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
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*
* Run As->MWE2 Workflow to regenerate all editors and models.
*******************************************************************************/
module GenerateQVTdAll
/**
* Generate all auto-generated files for the QVTd Editors
*/
Workflow {
component = @GenerateQVTdASModels {}
component = @GenerateQVTdUMLXModels {}
component = @GenerateQVTdLibraryModels {}
component = @GenerateQVTdEvaluationStatusModels {}
component = @GenerateQVTdCSModels {}
component = @GenerateQVTdCGModels {}
component = @GenerateQVTbaseEditor {}
component = @GenerateQVTcoreEditor {}
component = @GenerateQVTimperativeEditor {}
component = @GenerateQVTrelationEditor {}
component = @GenerateTextModels {}
component = @GenerateXMLmodels {}
}