OW2 Consortium jonas

Compare Revisions

Ignore whitespace Rev 2903 → Rev 2904

/trunk/web/build.xml
76,6 → 76,11
<fileset dir="${html.src}" />
</copy>
 
<!-- copy js into ${html.dest} -->
<copy todir="${html.dest}/js">
<fileset dir="${common.dir}/js" />
</copy>
 
<!-- copy cgi-bin scripts into ${cgi.dest} -->
<copy todir="${cgi.dest}">
<fileset dir="${cgi.src}" />