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

Collapse All | Expand All

(-)/tmp/portage/cruisecontrol-2.1.6-r1/work/cruisecontrol-2.1.6/reporting/jsp/build.xml (-1 / +1 lines)
Lines 90-96 Link Here
90
        </checkstyle>
90
        </checkstyle>
91
    </target>
91
    </target>
92
92
93
    <target name="compile" depends="init,check-duplication,checkstyle">
93
    <target name="compile" depends="init,check-duplication">
94
        <javac srcdir="${src}" destdir="${classes}" debug="true">
94
        <javac srcdir="${src}" destdir="${classes}" debug="true">
95
            <classpath>
95
            <classpath>
96
                <pathelement location="${lib}/servlet.jar"/>
96
                <pathelement location="${lib}/servlet.jar"/>

Return to bug 50972