blob: 7733636fbae256416234d030f46dfe325ebbf850 [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 ExampleProjectWizard6 extends WebGitProjectNewWizard {
public ExampleProjectWizard6() {
super("Cloning and copying XML elements across documents with EOL", "In this example, we use the plain XML driver of Epsilon to clone and copy XML elements across different documents with EOL.", "org.eclipse.epsilon.examples.plainxml.copyfromtemplate",
"https://git.eclipse.org", "/c/epsilon/org.eclipse.epsilon.git/plain/examples/org.eclipse.epsilon.examples.plainxml.copyfromtemplate/");
}
}