blob: 792a293609bbe29cff0d98f6e0d685eee1b2b324 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Willink Transformations 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
*
* Run As->MWE2 Workflow to regenerate all four editors.
* If it fails with a stack dump, open each Xtext file individually and do
* a dummy edit. Generally there is an error in one source file.
*******************************************************************************/
module GenerateQVTdAllEditors
/**
* Generate all Xtext editors (but not their Concrete Syntax Models).
*/
Workflow {
component = @GenerateQVTbaseEditor {}
component = @GenerateQVTcoreEditor {}
component = @GenerateQVTimperativeEditor {}
component = @GenerateQVTrelationEditor {}
}