blob: e299259747c527bf6968a27f7c848a9cc95c003b [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 ExampleProjectWizard25 extends WebGitProjectNewWizard {
public ExampleProjectWizard25() {
super("Construct a workflow to orchestrate several Epsilon programs with Ant", "In this example we demonstrate how to use the built-in Epsilon Ant tasks to define a workflow by combining several Epsilon programs. Here, we validate, transform and generate HTML from a flowchart model.", "org.eclipse.epsilon.examples.workflow.flowchart",
"https://git.eclipse.org", "/c/epsilon/org.eclipse.epsilon.git/plain/examples/org.eclipse.epsilon.examples.workflow.flowchart/");
}
}