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.10 by tdb, Tue May 29 17:02:24 2001 UTC vs.
Revision 1.11 by tdb, Thu Jun 14 17:04:11 2001 UTC

# 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