<?xml version="1.0" ?>
<!DOCTYPE spec-container SYSTEM "package_spec.dtd">
<spec-container name="schedex" version="false" delta="false" >
<!-- the files that will be deployed synchronously 
are copied with a single recursive directory spec command -->
<directory-spec source="c:\test" target="c:\temp\web" recurse="true" />
<!-- command to move files on a specific morning -->
<command-spec commandline="AT 1am /next:Monday move /y c:\temp\web c:\web" />
<command-spec commandline="AT" />
</spec-container > 
