ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build.xml
(Generate patch)

Comparing projects/cms/source/server/build.xml (file contents):
Revision 1.12 by tdb, Sat Feb 2 19:40:38 2002 UTC vs.
Revision 1.14 by tdb, Sun Aug 1 10:40:36 2004 UTC

# Line 90 | Line 90
90        dest="${LIBDIR}/mm.mysql-2.0.11-bin.jar"
91        verbose="true" usetimestamp="true"
92      />
93 +    <get
94 +      src="${LIBURL}/pircbot.jar"
95 +      dest="${LIBDIR}/pircbot.jar"
96 +      verbose="true" usetimestamp="true"
97 +    />
98      <!-- also get jacorb.properties? -->
99    </target>
100    
# Line 147 | Line 152
152    <target name="makejar" depends="build">
153      <echo file="${BUILDDIR}/MANIFEST_TMP"
154   >Manifest-Version: 1.0
155 < Created-By: www.i-scream.org.uk
155 > Created-By: www.i-scream.org
156   Main-Class: ${MFMAINCLASS}
157   Class-Path: ${MFCLPATH}
158   </echo>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines