# | 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 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> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |