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

(-)build.xml (-1 / +4 lines)
Lines 41-47 Link Here
41
        <pathelement location="${binroot}/core/release/lib/ext/regexp.jar"/>
41
        <pathelement location="${binroot}/core/release/lib/ext/regexp.jar"/>
42
        <!-- For running inside IDE, to pick up ant.jar -->
42
        <!-- For running inside IDE, to pick up ant.jar -->
43
        <pathelement location="${binroot}/nbbuild/lib/ant.jar"/>
43
        <pathelement location="${binroot}/nbbuild/lib/ant.jar"/>
44
        <pathelement location="${binroot}/core/release/lib/ext/xerces.jar"/>
44
        <pathelement location="${binroot}/core/release/lib/ext/sax.jar"/>
45
        <pathelement location="${binroot}/core/release/lib/ext/dom.jar"/>
46
        <pathelement location="${binroot}/core/release/lib/ext/jaxp.jar"/>
47
        <pathelement location="${binroot}/core/release/lib/ext/xerces.jar"/> <!-- XML serializer -->
45
        <pathelement location="${binroot}/nbbuild/lib/jhall.jar"/>
48
        <pathelement location="${binroot}/nbbuild/lib/jhall.jar"/>
46
      </classpath>
49
      </classpath>
47
    </javac>
50
    </javac>

Return to bug 13904