blob: c7b74e4a6da70c4f1f989896070fc20dbf1869ab [file] [log] [blame]
/*
* Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
* 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:
* Eike Stepper - initial API and implementation
*/
package org.eclipse.oomph.setup.doc;
import org.eclipse.oomph.setup.doc.concepts.DocTask;
/**
* Overview
* <p>
* Oomph Setup provides support for installing Eclipse applications and for provisioning Eclipse workspaces.
* {@link DocTask Tasks} describing the setup process are composed to orchestrate the automated process.
* </p>
* <p>
* {@toc}
* </p>
*
* @default
*/
public class Overview
{
}