blob: 5b71272458bf9bb987905d3d24960de58e8b63c3 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 Willink Transformations Ltd., University of York 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:
* Adolfo Sanchez-Barbudo Herrera (University of York) - initial API and implementation
*
*******************************************************************************/
module GenerateLookupModel
import org.eclipse.ocl.examples.build.utilities.*
import org.eclipse.ocl.examples.build.xtend.*
import org.eclipse.emf.ecore.resource.impl.*
Workflow {
bean = ResourceSetImpl : resourceSet {}
bean = ProjectMapSetup{ resourceSet = resourceSet}
bean = EcoreGenModelSetup { resourceSet = resourceSet }
component = GenerateModel { resourceSet = resourceSet skipOnErrors = true
genModel = "/org.eclipse.ocl.pivot/model/Lookup.genmodel"
}
}