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

(-)cruisecontrol-2.5.orig/main/build.xml (-1 / +3 lines)
Lines 335-341 Link Here
335
335
336
    <target name="clean-all" depends="clean, all" description="Performs a clean build, runs tests, and builds jar"/>
336
    <target name="clean-all" depends="clean, all" description="Performs a clean build, runs tests, and builds jar"/>
337
    
337
    
338
    <target name="all" depends="init,compile,compile-starteam,compile-sametime,checkstyle,check-duplication,test,test-starteam,test-sametime,jar" description="Performs a build, runs tests, and builds jar" />
338
    <target name="all" depends="init,compile,compile-starteam,compile-sametime,checkstyle,check-duplication,test-all,jar" description="Performs a build, runs tests, and builds jar" />
339
340
    <target name="test-all" depends="test,test-starteam,test-sametime" description="Performs all tests" />
339
341
340
    <target name="cvs-update" depends="init" if="localCopy">
342
    <target name="cvs-update" depends="init" if="localCopy">
341
        <cvs command="update -d -P" cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/cruisecontrol"
343
        <cvs command="update -d -P" cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/cruisecontrol"

Return to bug 50972