Browse CVS Repository
Diff of /samurai-graph/samurai-graph/build.xml
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 99 |
<mkdir dir="${VG.dst.docdir}"/> |
<mkdir dir="${VG.dst.docdir}"/> |
| 100 |
|
|
| 101 |
<!-- copy samurai-graph static contents --> |
<!-- copy samurai-graph static contents --> |
|
<copy file="samurai-graph.ico" todir="${SG.dstdir}"/> |
|
| 102 |
<copy file="COPYING.txt" todir="${SG.dstdir}"/> |
<copy file="COPYING.txt" todir="${SG.dstdir}"/> |
| 103 |
<copy file="LICENSE.txt" todir="${SG.dstdir}"/> |
<copy file="LICENSE.txt" todir="${SG.dstdir}"/> |
| 104 |
<copy todir="${SG.dst.examplesdir}"> |
<copy todir="${SG.dst.examplesdir}"> |
| 225 |
<!-- JavaDoc creation --> |
<!-- JavaDoc creation --> |
| 226 |
<target name="srcdst"> |
<target name="srcdst"> |
| 227 |
<mkdir dir="${SG.src.dstdir}"/> |
<mkdir dir="${SG.src.dstdir}"/> |
|
<copy file="samurai-graph.ico" todir="${SG.src.dstdir}"/> |
|
| 228 |
<copy file="COPYING.txt" todir="${SG.src.dstdir}"/> |
<copy file="COPYING.txt" todir="${SG.src.dstdir}"/> |
| 229 |
<copy file="LICENSE.txt" todir="${SG.src.dstdir}"/> |
<copy file="LICENSE.txt" todir="${SG.src.dstdir}"/> |
| 230 |
<copy todir="${SG.src.dstdir}/examples"> |
<copy todir="${SG.src.dstdir}/examples"> |
|
|
Legend:
| Removed from v.1.22 |
|
| changed lines |
| |
Added in v.1.23 |
|
|
|