jonas
| /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}" /> |