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 20366
Collapse All | Expand All

(-)org/apache/tools/ant/module/resources/SampleProject.xml_ (-9 / +5 lines)
Lines 26-41 Link Here
26
        <!-- up to compile to a different filesystem in the same way; see Compiler Types: -->
26
        <!-- up to compile to a different filesystem in the same way; see Compiler Types: -->
27
        <javac srcdir="." destdir="." debug="true" deprecation="true">
27
        <javac srcdir="." destdir="." debug="true" deprecation="true">
28
            <!-- To add something to the classpath: -->
28
            <!-- To add something to the classpath: -->
29
            <!--
29
            <!-- <classpath> -->
30
            <classpath>
30
            <!--     <pathelement location="${mylib}"/> -->
31
                <pathelement location="${mylib}"/>
31
            <!-- </classpath> -->
32
            </classpath>
33
            -->
34
            <!-- To exclude some files: -->
32
            <!-- To exclude some files: -->
35
            <!--
33
            <!-- <exclude name="com/foo/SomeFile.java"/> -->
36
            <exclude name="com/foo/SomeFile.java"/>
34
            <!-- <exclude name="com/foo/somepackage/"/> -->
37
            <exclude name="com/foo/somepackage/"/>
38
            -->
39
        </javac>
35
        </javac>
40
    </target>
36
    </target>
41
37

Return to bug 20366