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

(-)ant/build.xml (-6 lines)
Lines 118-124 Link Here
118
    <delete dir="Info"/>
118
    <delete dir="Info"/>
119
    <delete dir="javahelp/org/apache/tools/ant/module/docs/JavaHelpSearch2"/>
119
    <delete dir="javahelp/org/apache/tools/ant/module/docs/JavaHelpSearch2"/>
120
    <delete dir="javahelp/org/apache/tools/ant/module/docs/ant-docs"/>
120
    <delete dir="javahelp/org/apache/tools/ant/module/docs/ant-docs"/>
121
    <delete dir="test"/>
122
  </target>
121
  </target>
123
122
124
  <target name="real-clean" depends="clean">
123
  <target name="real-clean" depends="clean">
Lines 126-133 Link Here
126
  </target>
125
  </target>
127
126
128
</project>
127
</project>
129
130
131
132
133
(-)nbbuild/build.xml (-2 / +1 lines)
Lines 38-47 Link Here
38
    <echo message="Bootstrapping NetBeans-specific Ant extensions..."/>
38
    <echo message="Bootstrapping NetBeans-specific Ant extensions..."/>
39
    <javac srcdir="antsrc" destdir="antsrc" deprecation="true">
39
    <javac srcdir="antsrc" destdir="antsrc" deprecation="true">
40
      <classpath>
40
      <classpath>
41
        <pathelement location="${binroot}/nbbuild/lib/ant.jar"/>
41
        <!-- Needed for CheckLinks: -->
42
        <!-- Needed for CheckLinks: -->
42
        <pathelement location="${binroot}/core/release/lib/ext/regexp.jar"/>
43
        <pathelement location="${binroot}/core/release/lib/ext/regexp.jar"/>
43
        <!-- For running inside IDE, to pick up ant.jar -->
44
        <pathelement location="${netbeans.library.path}"/>
45
      </classpath>
44
      </classpath>
46
    </javac>
45
    </javac>
47
    <jar jarfile="nbantext.jar" basedir="antsrc">
46
    <jar jarfile="nbantext.jar" basedir="antsrc">

Return to bug 11175