This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 145107
Collapse All | Expand All

(-)a/apisupport.harness/build.xml (-1 / +12 lines)
Lines 74-79 Link Here
74
        </jar>
74
        </jar>
75
    </target>
75
    </target>
76
76
77
    <target name="netbeans-extra" depends="nbantext,jar-jnlp-launcher"/>
77
    <target name="netbeans-extra" depends="nbantext,jar-jnlp-launcher">
78
        <property name="cobertura.dir" value="${cluster}/cobertura"/>
79
        <mkdir dir="${cobertura.dir}" />
80
        <copy file="external/cobertura-1.9.jar" todir="${cobertura.dir}"/>
81
82
        <property name="cobertura.lib.dir" value="${cobertura.dir}/lib" />
83
        <mkdir dir="${cobertura.lib.dir}" />
84
        <copy file="external/asm-2.2.1.jar" todir="${cobertura.lib.dir}"/>
85
        <copy file="external/asm-tree-2.2.1.jar" todir="${cobertura.lib.dir}"/>
86
        <copy file="external/jakarta-oro-2.0.8.jar" todir="${cobertura.lib.dir}"/>
87
        <copy file="external/log4j-1.2.9.jar" todir="${cobertura.lib.dir}"/>
88
    </target>
78
 
89
 
79
</project>
90
</project>

Return to bug 145107