blob: 057d983d7c8aa8cc8c53091825b98d7629195c45 [file] [log] [blame]
/*********************************************************************
* Copyright (c) 2008 The University of York.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
**********************************************************************/
package org.eclipse.epsilon.common.dt.examples;
public class ExampleProjectWizard23 extends WebGitProjectNewWizard {
public ExampleProjectWizard23() {
super("MDD-TIF complete case study", "In this example, we demonstrate how different languages in Epsilon (EVL, EGL, EML, ETL and ECL) can be combined to implement more complex operations.", "org.eclipse.epsilon.examples.mddtif",
"https://git.eclipse.org", "/c/epsilon/org.eclipse.epsilon.git/plain/examples/org.eclipse.epsilon.examples.mddtif/");
}
}