Browse CVS Repository
Diff of /samurai-graph/samurai-graph/build.xml
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 162 |
file="${NC.src.extlibdir}/jdom.jar" |
file="${NC.src.extlibdir}/jdom.jar" |
| 163 |
tofile="${NC.dst.libdir}/jdom.jar" |
tofile="${NC.dst.libdir}/jdom.jar" |
| 164 |
/> |
/> |
| 165 |
|
<copy |
| 166 |
|
file="${NC.src.extlibdir}/commons-codec-1.3.jar" |
| 167 |
|
tofile="${NC.dst.libdir}/commons-codec-1.3.jar" |
| 168 |
|
/> |
| 169 |
|
<copy |
| 170 |
|
file="${NC.src.extlibdir}/commons-httpclient-3.1.jar" |
| 171 |
|
tofile="${NC.dst.libdir}/commons-httpclient-3.1.jar" |
| 172 |
|
/> |
| 173 |
|
<copy |
| 174 |
|
file="${NC.src.extlibdir}/commons-logging-1.1.jar" |
| 175 |
|
tofile="${NC.dst.libdir}/commons-logging-1.1.jar" |
| 176 |
|
/> |
| 177 |
<copy todir="${NC.dst.docdir}"> |
<copy todir="${NC.dst.docdir}"> |
| 178 |
<fileset dir="${NC.src.docdir}"> |
<fileset dir="${NC.src.docdir}"> |
| 179 |
<include name="**/README.txt"/> |
<include name="**/README.txt"/> |
|
|
Legend:
| Removed from v.1.51 |
|
| changed lines |
| |
Added in v.1.52 |
|
|
|