Skip to main content

 Glossary

A-Z glossary of PageSeeder concepts

Publish action

<action> elements are specified in the publish config. They include:

  • <name> – display name of the action for the user interface.
  • <type> – the type of action (only ant is supported).
  • <script> – the name of the Ant script to use.
  • <description> – a short description.

Example

<publish>
  <action>
    <name>Export</name>
    <type>ant</type>
    <script>Export/build.xml</script>
    <description>Export document</description>
  </action>
</publish>
Created on , last edited on