Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 588824 | Differences between
and this patch

Collapse All | Expand All

(-)build.xml.orig (-1 / +1 lines)
Lines 79-85 Link Here
79
    <copy todir="${java}"><fileset dir="${src}"></fileset></copy>
79
    <copy todir="${java}"><fileset dir="${src}"></fileset></copy>
80
    <replace file="${java}/java_cup/version.java"
80
    <replace file="${java}/java_cup/version.java"
81
       token="+ version_str"
81
       token="+ version_str"
82
       value='+ "v0.11b ${cupversion} (GIT ${svnversion})"'>
82
       value='+ "v0.11b ${cupversion}"'>
83
    </replace>
83
    </replace>
84
    <javac srcdir="${java}" destdir="${classes}" verbose="off" listfiles="off" debug="on" source="1.8" target="1.8">
84
    <javac srcdir="${java}" destdir="${classes}" verbose="off" listfiles="off" debug="on" source="1.8" target="1.8">
85
      <classpath refid="libraries"/>
85
      <classpath refid="libraries"/>

Return to bug 588824