|
Lines 20-25
Link Here
|
| 20 |
<!-- Download source from Sun's site, unzip it, remove |
20 |
<!-- Download source from Sun's site, unzip it, remove |
| 21 |
the files we don't need, and change the package |
21 |
the files we don't need, and change the package |
| 22 |
--> |
22 |
--> |
|
|
23 |
<setproxy proxyhost="${proxy.host}" proxyport="${proxy.port}" /> |
| 23 |
<get src="http://java.sun.com/products/jfc/tsc/articles/treetable2/downloads/src.zip" dest="${nest}/${build.dir}/swingExSrc.zip"/> |
24 |
<get src="http://java.sun.com/products/jfc/tsc/articles/treetable2/downloads/src.zip" dest="${nest}/${build.dir}/swingExSrc.zip"/> |
| 24 |
<unzip src="${nest}/${build.dir}/swingExSrc.zip" dest="${src.debugger}"/> |
25 |
<unzip src="${nest}/${build.dir}/swingExSrc.zip" dest="${src.debugger}"/> |
| 25 |
<delete file="${src.debugger}/FileSystemModel2.java" /> |
26 |
<delete file="${src.debugger}/FileSystemModel2.java" /> |