Develop and Download Open Source Software

Browse CVS Repository

Diff of /samurai-graph/samurai-graph/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.14 by orrisroot, Fri Dec 3 07:35:54 2004 UTC revision 1.15 by orrisroot, Fri Dec 3 08:08:38 2004 UTC
# Line 29  Line 29 
29    <property name="SG.dst.examplesdir" value="${SG.dstdir}/examples"/>    <property name="SG.dst.examplesdir" value="${SG.dstdir}/examples"/>
30    <property name="SG.mfdir"           value="${SG.srcdir}/META-INF"/>    <property name="SG.mfdir"           value="${SG.srcdir}/META-INF"/>
31    <property name="SG.resdir"          value="${SG.srcdir}/resources"/>    <property name="SG.resdir"          value="${SG.srcdir}/resources"/>
32      <property name="SG.changelogdir"    value="${SG.srcdir}/changelog"/>
33    <property name="SG.classes"         value="${SG.srcdir}/classes"/>    <property name="SG.classes"         value="${SG.srcdir}/classes"/>
34    <property name="SG.src.distdir"     value="srcdist"/>    <property name="SG.src.distdir"     value="srcdist"/>
35    <property name="SG.javadoc.dstdir"  value="javadoc"/>    <property name="SG.javadoc.dstdir"  value="javadoc"/>
# Line 118  Line 119 
119          <include name="**/*.gif"/>          <include name="**/*.gif"/>
120          <include name="**/*.png"/>          <include name="**/*.png"/>
121          <include name="**/*.html"/>          <include name="**/*.html"/>
122          </fileset>
123        </copy>
124        <copy todir="${SG.server.basedir}/resources">
125          <fileset dir="${SG.changelogdir}">
126          <include name="**/*.xml"/>          <include name="**/*.xml"/>
127          <include name="**/*.dtd"/>          <include name="**/*.dtd"/>
128        </fileset>        </fileset>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26