水が流れる → 川 をイメージして出来たのでしょうが、どうも下流はイメージが良くないです。
日本だけですかね?これって。
全工程を半分に割ってそれぞれを呼べばよいのですが、
- 前半工程、後半工程
- 往路工程、復路工程
pre.code {
  background: #eee;
  border: 1px solid #ddd;
  width: 95%;
  padding: 5px;
  font-size: 85%;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
  overflow: auto;
}
<taskdef name="velocity" classname="org.jarx.ant.VelocityTask"
classpathref="classpath" />
<velocity todir="htdocs" encoding="UTF-8">
<fileset dir="tmpl" includes="**/*.html">
</velocity>
<velocity todir="htdocs" encoding="UTF-8">
<fileset dir="tmpl" includes="**/*.html">
<parameter name="baseurl" value="http://jarx.org/" />
</velocity>
<velocity todir="htdocs" encoding="UTF-8"
propertyFile="resource.properties">
<fileset dir="tmpl" includes="**/*.html">
</velocity>
<velocity todir="htdocs" encoding="UTF-8"
borderTmplFile="tmpl/border-template.html">
<fileset dir="tmpl" includes="**/*.html">
</velocity>
<html>
<head><title>border template example</title></head>
<body>#parse(${path})</body>
</html>