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

(-)debuggercore/build.xml (-1 / +1 lines)
Lines 27-33 Link Here
27
      <classpath>
27
      <classpath>
28
        <pathelement location="../openide/openide-13javac-workaround.jar"/>
28
        <pathelement location="../openide/openide-13javac-workaround.jar"/>
29
        <!-- Hopefully set up bu nbbuild/build.xml: -->
29
        <!-- Hopefully set up bu nbbuild/build.xml: -->
30
        <pathelement location="$jdkhome}/lib/tools.jar"/>
30
        <pathelement location="${jdkhome}/lib/tools.jar"/>
31
        <fileset dir="../openide/netbeans/lib">
31
        <fileset dir="../openide/netbeans/lib">
32
          <include name="openide*.jar" />
32
          <include name="openide*.jar" />
33
        </fileset>
33
        </fileset>
(-)debuggertools/build.xml (-1 / +1 lines)
Lines 25-31 Link Here
25
      <classpath>
25
      <classpath>
26
        <pathelement location="../openide/openide-13javac-workaround.jar"/>
26
        <pathelement location="../openide/openide-13javac-workaround.jar"/>
27
        <!-- Hopefully set up bu nbbuild/build.xml: -->
27
        <!-- Hopefully set up bu nbbuild/build.xml: -->
28
        <pathelement location="$jdkhome}/lib/tools.jar"/>
28
        <pathelement location="${jdkhome}/lib/tools.jar"/>
29
        <fileset dir="../openide/netbeans/lib">
29
        <fileset dir="../openide/netbeans/lib">
30
          <include name="openide*.jar" />
30
          <include name="openide*.jar" />
31
        </fileset>
31
        </fileset>
(-)javadoc/build.xml (-1 / +1 lines)
Lines 32-38 Link Here
32
        <pathelement location="../java/netbeans/modules/java.jar"/>
32
        <pathelement location="../java/netbeans/modules/java.jar"/>
33
        <pathelement location="${binroot}/core/release/lib/ext/xerces.jar"/>      
33
        <pathelement location="${binroot}/core/release/lib/ext/xerces.jar"/>      
34
        <!-- Hopefully set up bu nbbuild/build.xml: -->
34
        <!-- Hopefully set up bu nbbuild/build.xml: -->
35
        <pathelement location="$jdkhome}/lib/tools.jar"/>
35
        <pathelement location="${jdkhome}/lib/tools.jar"/>
36
      </classpath>
36
      </classpath>
37
    </javac>
37
    </javac>
38
  </target>
38
  </target>

Return to bug 11175