Publish Tasks

Identifier:
org.eclipse.wst.server.core.publishTasks

Since:
1.0

Description:
This extension point is used to provide a task that is run while publishing to a server.

Configuration Markup:

<!ELEMENT extension (publishTask+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT publishTask EMPTY>

<!ATTLIST publishTask

id      CDATA #REQUIRED

class   CDATA #REQUIRED

typeIds CDATA #REQUIRED>


Examples:
The following is an example of a publish task extension point:



Copyright (c) 2000, 2005 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/