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.9 by tdb, Sat May 19 16:28:25 2001 UTC vs.
Revision 1.12 by tdb, Sat Feb 2 19:40:38 2002 UTC

# Line 1 | Line 1
1 < <!-- build file for i-scream DCMS server -->
1 > <!-- build file for i-scream CMS server -->
2   <!-- $Id$ -->
3  
4   <project name="iscream-server" default="usage">
# Line 86 | Line 86
86        verbose="true" usetimestamp="true"
87      />
88      <get
89 <      src="${LIBURL}/mm.mysql-2.0.4-bin.jar"
90 <      dest="${LIBDIR}/mm.mysql-2.0.4-bin.jar"
89 >      src="${LIBURL}/mm.mysql-2.0.11-bin.jar"
90 >      dest="${LIBDIR}/mm.mysql-2.0.11-bin.jar"
91        verbose="true" usetimestamp="true"
92      />
93      <!-- also get jacorb.properties? -->
# Line 103 | Line 103
103    <target name="idl" depends="config">
104      <echo message="Generating Java source from IDL"/>
105      <java classname="${IDLPARSER}">
106 <      <arg line="-d ${IDLDIR} ${IDLFILE}"/>
106 >      <arg line="-sloppy_names -d ${IDLDIR} ${IDLFILE}"/>
107        <classpath path="${IDLPARSERJAR}"/>
108      </java>
109    </target>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines