<?xml version="1.0" encoding="utf-8"?>

<!--

Action buttons (Previous/Save/Next) can be shown "top", "bottom" or "both":
<stage name="type" action_buttons="both">
  <component><field ref="type" required="yes" /></component>
</stage>

-->

<workflow xmlns="http://eprints.org/ep3/workflow" xmlns:epc="http://eprints.org/ep3/control">

  <flow>
		<stage ref="details"/>
  </flow>

  <stage name="details">
  	<component><field ref="creators" /></component>
  	<component><field ref="title" /></component>
  	<component><field ref="description" /></component>
  	<component><field ref="version" required="yes" /></component>
  	<component><field ref="controller" /></component>
  	<component><field ref="requirements" /></component>
  	<component><field ref="home_page" /></component>
  	<component type="FileSelector" path="{$config{base_path}}/lib" document="install"></component>
  </stage>

</workflow>
