blob: 7ee506769afeb8b146f4e20ac2f6a052e58329f1 [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 ExampleProjectWizard28 extends WebGitProjectNewWizard {
public ExampleProjectWizard28() {
super("Implement a GMF editor with image nodes using EuGENia", "In this example we use EuGENia to implement a GMF editor with images instead of shapes for nodes.", "org.eclipse.epsilon.eugenia.examples.friends",
"https://git.eclipse.org", "/c/epsilon/org.eclipse.epsilon.git/plain/examples/org.eclipse.epsilon.eugenia.examples.friends/");
}
}