blob: 87d5e642be3935a21d0399b9332d6c6ec98d82f6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 Obeo.
* 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:
* Obeo - initial API and implementation
*******************************************************************************/
package data.models;
/**
* @author <a href="mailto:axel.richard@obeo.fr">Axel Richard</a>
*/
public class NominalSplitGitInputData extends DataGit {
public NominalSplitGitInputData() {
super("src/data/models/git/model_size_nominal_split_repo.zip", "model_size_nominal_split_repo",
"model_size_nominal_git_model", "model.uml");
}
}